Hi, I’m using a indicator who gives me 3 colors.
How can I read that color and set an “if” to buy or sell? exist a function ColorGet()?
Regards,
BBrazil
Hi, I’m using a indicator who gives me 3 colors.
How can I read that color and set an “if” to buy or sell? exist a function ColorGet()?
Regards,
BBrazil
Indicator colours are based on computed values. For instance a value greater than zero would have one color and values less than zero would have another. You can determine the rules by knowing the indicator thoroughly - you should never use an indicator unless you do. To help, look at the values in the data box for various bars and colours.