Open trade on 100 pips gap
-
Hi,
I want to open trade at 100 pips gap only, can anybody suggest the way?
like first trade 1.0800
next trade either above or below 100 pips like at 1.0900 or 1.0700 respectivelyNote :- Not grid type, when take profit of one trade get hit another trade must have to open at same level as previous or 100 pips above or below the previous trade.
-
Have a look at the 'Check Distance' block and create a condition where it can check the price is 100 pips away........
Not Grid but you could try using the Pending Orders in Grid to place Pending Orders at 100 pip intervals.....*
-
or adjust, the value in a condition block, (value) + or - x.xx pips, you can use a constant for x.xx
-
@jstap Let me correct myself a bit more, I want to open first trade at a 100 value.
For example 1.0900 For EURUSD.
I only want the trade 100 value.
1.0900
1.0800
1.0700 EURUSD142.00
141.00
140.00 USDJPY
Like this, not in between.For example price is running at 1.0825 for EURUSD, I need BUYSTOP at 1.0900 and SELLSTOP at 1.0800
-
@Mani13 You can try using this:

-
@l-andorrà Thank you,
It had solved the partial thing.
It doesn't repeat the trade on same where it has taken previous trade.Like it open a buystop order at 1.0900 and if that trade get closed profit then it should now open Sellstop at 1.0900 and if loss then should again open a buystop.
Is there any way to repeat the process ?
-
@fxdreema @l-andorrà @jstap is there any way repeat the function of ROUND NUMBER DETECTOR block ? it taking entry but not reentry on same price. I have tried to use RESET COUNTER block to reset the command of ROUND NUMBER DETECTOR block, may be i have done wrong thing. please suggest if any way possible.