Indicator with color
-
Hi guys,
i'm pretty new to the fxdreema, i was following some tutorial to work with indicator but i can't figure out what it's not working. i've imported my indicator correctly

but when i put condition or general block in the ea i don't know if i'm doing ok, the indicator it's like this on the chart

I want to do this, when it pass from green to yellow i sell, or from red to yellow i buy.
Any idea how to do that?
Thanks in advance
-
Did you check if the indicator repaints? Because if it does, the bot is doomed.
-
@Simonep try with a "condition" block, indicator buffer 1 cross x> indicator buffer 2 or cross x< , and so on.
You will have to find the right buffer to do this.