Forum

MT5 Strategy Tester - strange object creation behaviour

Gents, I'm currently playing with the new bar event handler lib (https://www.mql5.com/en/articles/159). My goal is to simply draw a green arrow_up on a new bar. This is for testing and familiarising only ;-) However, I'm seeing a lot of strange things happening: 1. Although the log shows that a new

Last bar's RSI at close

Hi everyone, I'm still fairly new to MQL5 but feel I'm making good progress. I've now come to the next level and am looking for a way to retrieve the last bar's RSI at close. Anyone there who can give me a direction? ;-) Thanks a lot in advance and happy trading

MQL5 EA not drawing arrows

Hi everyone, I'm trying to draw a simple arrow with the following code snippet. If I change it to a label it works, but for arrows it doesn't show anything on the graph (neither live nor in backtest ). Your help and ideas are much appreciated :-) switch ( ObjectFind ( 0 ,label)) {