Can I set a condition for an indicator based on current (so not open, close etc.) price?
-
I am building a MT4 EA and I have the following condition: as soon as TrendCCI level drops below 50, exit the trade. The point here is whenever TrendCCI drops below that level, my EA assumes the bullish trend has weakened and hence quits the trade immediately. I surely want to avoid long bearish candles with very low closing prices, this is why I would really love to apply this in my code. However, in fxDreema I can only see open, close, high, low, median, typical, and weighter prices to apply my condition to.
Are you aware of any solution or workaround that I could consider? Thanks a lot!
-
Try this:

-
Oooh! You're a lifesaver, thanks a ton, this will do!

-
You're welcome.
