expert to be execute at a specific price ranges
-
Hi
I have a question regarding to do the expert at a specific price ranges this mean if candle (ID=0) touch up the price (price level 1) so the expert be run and when the candle (ID=0 or 1) touch up the price(price level 2) the expert be off.
Would you please let me know your suggestion in this regard -
Deleted by B behrouz1354
-
Restored by B behrouz1354
-
What exactly do you require? candle 0 x> or x< the line will cause an instant reaction, candle 1 will happen if the previous candle does it.
-
@jstap
suppose price is already at 1.0500, when price reach to 1.100 the expert be on and when the price reach to 1.1200 the expert be off, no limit for less than 1.100 when it first touch it but for above the 1.1200 all positions will be closed and the expert will be off. -
You can create an instant trade, or place a pending, TP would be easier in pips. You have to decide when you are placing the first trade.
-
@jstap
https://fxdreema.com/shared/cVd8efIre
this is my suggestion but it dont work -
@jstap
can I use turn on/off block for block(sell) at specific price? -
having 2 crosses in the same tree rarely works, one of them likely needs to be < or >
-
@jstap
I think if I delet the price level condition and put turn on/off block for the price level but I dont know how can I specifiy price level for turn on/off block -
You will have to get blocks working as needed, then if you change something you know it that has caused a problem
-
@jstap
thanks for your suggestion, I will think more to solve the problem may be put pending order for first entry -
Whatever works best for your situation, you can add a shared link at any time saying what is not working as expected.