Attachments forums

List of attachments posted on this forum.


All files on forums: 135950

Re: Moving Average indicators for MT4

mrtools, Sun Dec 04, 2022 4:26 pm

Woodyz wrote: Sun Dec 04, 2022 12:34 pm FYI ................ After loading onto the XU-Hybrid 7 chart to see how it looked, the candle colors were gone.
Removed it and colors were back
Image
In the code there is a setting that automatically places charts in the foreground so regular candles can be seen on top of the histogram. In line 121 if you comment it out like this

Code: Select all

 //if (!showRIBBON) ChartSetInteger(0,CHART_FOREGROUND,false);  else { ChartSetInteger(0,CHART_FOREGROUND,true); ChartRedraw(0); }  
your candles should work. Guess could have a setting maybe ForeGroundChart true or false in newer versions.

ps) added the chart in foreground true/false to this version, by default it's set to false, just tried and get this.
All files in topic