i'm trying my first basic strategy and i would insert two different EMA indicator with two different color
If i understand correctly the string command is this:
Add(EMA((int)));
Add(EMA((int)));
but i don't know how to change the EMA color.
Is it possible ?
Many Thanks
Riccardo

Comment