TP at moving average and enter when stoch leave zones:)
-
Hey i want to ask if someone now how i can make that my ea enters when the stoch leaves a zone for example it rises out of the 20 zone?
and how i can make that the tp will put at a ma
i tried this for 10 hours flat but i dont came forward.
-
With turn block on an off , one section that detects when it goes above /below the level and when that have been detected it activates the other section on chart that detects when it leaves the zone ( reverses) and when that is true the second section closes itself out and can't pass more than once

-
Ahh nice thank you!
-
if you dont figure it out you can upload your work here and the indicator you are using and i will try to help you further

-
What if you detect that with crossover (Candle Close x> numeric value 20)
-
Okay i got it thank you:) now i only have to find out to build a full ea of it:)
-
The problem is now that the ea opens alot positions at the right level but the tp doesnt work. and it only opens 1 time alot positions but it should opens them everytime when the price leaves the ob/os level.