tradingview-webhooks-bot icon indicating copy to clipboard operation
tradingview-webhooks-bot copied to clipboard

Feature request: order size based on % from open position

Open JDJoe opened this issue 5 years ago • 2 comments

Like to send orders to Kraken where the size of my new order is set as a % from already open position.

JDJoe avatar May 25 '20 10:05 JDJoe

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.

robswc avatar Jun 02 '20 19:06 robswc

Do this in your pine script based on entry/stop/risk, and pass the quantity to the alert using {{plot_n}}.

tomav avatar Aug 24 '20 14:08 tomav