How to make EMA colored by default for an EA?
saad2siraj: How to make EMA colored by default for an EA?
Code has no eyes; they don't need to see the indicator on the chart, just the values. If you want to see it, you add it to the appropriate chart.
There is no (and will not ever be) ChartIndicatorAdd in MT4.
MQL4 Add indicator to chart from EA - MQL4 programming forum #18 (2016)
use ChartApplyTemplate() or go down the rabbit hole.
MQL4 Add indicator to chart from EA - MQL4 programming forum #1 (2016) and #27 (2018) #55 (2022), and Issues with PostMessageW in MQL4 | Forex Factory #27 (2020)

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
May I ask how to change color of EMA in MQL5? I have two EMA in an EA and both of them by default has a same color (red), and I want to display them in different colors by default.
Would highly appreciate any suggestion, to make this ema into colored lines by default. Thanks, look forward to the suggestions.
Regards.