Forum

Help needed - Stuck on EA Validation

Hi to all, I'm validating my first EA, but i'm stuck in this phase. I'm getting this error but if i run on EURUSD, NZDUSD etc etc, on the tester i'm getting the orders placed: Do you have any idea on how to solve this? Many thanks

Enum List of All pairs available

Hi all, as per the object i'm trying to select the pair on wich run an EA from a drop-down menu. I've already done this, in order to select the type of order, if is a Sell Limit or Buy Limit: enum intOder_Type { Sell_Limit = 3 , //Sell Limit Buy_Limit = 2 // Buy Limit }; But i

How to modify or delete a row in .CSV file.

Hi all! I'm coding my very first trading bot, but i'm stuck on this point since a while, even if i've looked to the guide deeply... I have coded a bot that i sending telegram messages every time that i'm doing an action on MT4, and is also saving the operations to a csv file like this one: Order

Telegram BOT reply to messages with quote

Hi! I'm coding my very first EA, and i'm stuck with this issue: I would like that evey time that i'm modifying the TP or SL, the Bot reply to the original message and send out a message with the update. I've found this topic here, but i haven't understood it... https://www.mql5.com/en/forum/347358