Forum

Drawing Object

Hi everyone, I've a question. In this days I tried to code an EA that detect the sessions and highlight it with a rectangle, after that opens a position when a session go over the previous. I used time structures to convert an integer number in a time and when time current is between a starting and

RSI EA problem

HI everyone today I coded this ea and it works but I've a problem with the buy positions, when opening a buy positions, the ea close it at the next bar! please help me! #property copyright "Copyright 2023, MetaQuotes Ltd." #property link " https://www.mql5.com " #property version "1.00"

Ea doesn’t open a new position on another symbol

Hi everyone, I’m new in mql5 programming and I’m trying to create my ea, but I’ve a problem. In this ea when a position is open on a symbol, it doesn’t open another position on a different symbol.. I don’t kwon if it’s a code or logic problem. Thank you for your help