Hot to Recognize a color buffer
-
Hi,
i've made a MT5 indicator that looked like a smoothed MA (a Low-Lag Regression Line) that had upper side of a wave colored in gold and down side in loyalblue (in certain threshold, so only steep slope could be seen). What can i do so FxDreema could recognize different color in the program?here's the demo:
https://fxdreema.com/shared/m35NWDoBc

Many thanks! -
Deleted by
ivyzhao -
Restored by
ivyzhao
-
Maybe not if the line changes colour, when it's on your screen (even backtest), open the data window and see what values are returned.
-
Just a first note. fxDreema is not designed to create custom indicators, but bots only. If you really need a proper indicator you should use other softwares. That said, your logic is initially correct. However, are you sure you are using the correct colour value for that buffer? If it is, are you then sure the indicator is providing the relevant information through the buffer? I tell this because many indicators don't do it.
-
@ivyzhao said in Hot to Recognize a color buffer:
Hi,
i've made a MT5 indicator that looked like a smoothed MA (a Low-Lag Regression Line) that had upper side of a wave colored in gold and down side in loyalblue (in certain threshold, so only steep slope could be seen). What can i do so FxDreema could recognize different color in the program?here's the demo:
https://fxdreema.com/shared/m35NWDoBc

Many thanks!most of time "indicator appear" block is the right one. Have you already tried it?