Buy and sell the current Open candle after it reaches a spezific pip Value
-
I cant figgure out how to trade the current candle after it reaches a pre set pip Value like 20 pips for Example.
If the current candle goes up 20 pips, i want a buy executet in the current candle, not in the open of the next candle.
Right now i only knw how to buy the next candle after the current one reached 20 pips for exampe.
I need help to get the entry in the current still open candle.How do i do it?
-
@tho401 You can try this:

-
ok, thx
I used the "Bull Candle" / "Bear candle" Condition block befor, the one from Various Signals.
The problem was Candle ID 0 was not working there. It had to be candle ID 1. I dont like entrys on Candle Open, specially in a scaping EA.Thats why i need a Condition that will allow me to enter directly when a spezific pip ammount is reached, im building A momentum EA for US30 that only trades US / NY open when the massiv volumes come in, i want to catch the big candles while they are pushing up or down, i dont want the entrys on the next candle.
I will try out the reccomendation, thx

-
How would i make the oppsite signal? Do i just need to Change "Is Above" to "Is Below"?
Or will this also apply to Bearish candles without any other adjustments?
THX for your help.
-
Its not opening any trades for me in the startegy tester, i think this one is also not working