Hedge Scalping Bot Help
Created at 23 May 2017, 05:16
DE
Hedge Scalping Bot Help
23 May 2017, 05:16
Would it be possible to creat a hedging bot the places a BUY and SELL stop within 5 pips if current price (for example)
Once the either BUY or SELL position has been filled the bot automaticlly cancels the vice versa pending order and continues on with a preset TP and SL on the position that was filled..
Any insite would be helpfull.
Mikro
09 Jun 2017, 17:38
You can create these two Orders as pending Orders and subscribe to the ServerEvent if Orders are filled.
If one Order is filled you cancel the other an set your intended Stop-Levels. Like so:
@Mikro