tradingview-webhooks-bot
tradingview-webhooks-bot copied to clipboard
Feature request: order size based on % from open position
Like to send orders to Kraken where the size of my new order is set as a % from already open position.
hey! this one would be a bit tricky, as it would have to grab that information from kraken, right now its a unidirectional app, only sending information to the exchange API, not fetching it.
I'm planning to rework the app at some point, which might be able to include something like this, it would just be difficult under even normal circumstances.
Do this in your pine script based on entry/stop/risk, and pass the quantity to the alert using {{plot_n}}.