How can I display live strategy information on the MT5 chart instead of checking the logs?
I’m developing an Expert Advisor in MT5 and I currently use the Print() function to check values like Trend, Entry Price, Stop Loss, Target, Current Profit, ATR, EMA, RSI, and other strategy variables.
The problem is that I have to keep opening the Experts or Journal tab to monitor everything, which becomes difficult while testing.
Is there any way to display all this information directly on the MT5 chart so it updates live while the strategy is running? I also want it to look clean like a small dashboard on the chart.