
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hey! I am trying to change features such as the color of candles and background color so they automatically load when the EA is placed on the chart, I'm not sure why this function won't load in the Mq4 file for the EA, so I'm trying to change the colors in a separate source file then #include it in the EA so the EA code can run after the Colors set, how can I do that??
At this moment it is loading the ChartRepaint.mq4 and successfully changing colors but the EA's code doesn't run, when i had the code inside the EA's Mq4 file, it was running the EA fine but not running the chart repaint code.
and for anyone wondering when the code was inside the EA in the OnInit(), it was indeed just the ChartSetInteger lines of code nothing more lol.