compojoom / Publications
Forum
Account for DaylightSavingTime(DST) in strategy tester?
I have an EA that is trading at specific hour of the data. When backtesting I noticed that the trades are placed at the wrong time in winter. Is there a way to account for this in the strategy tester ? I'm using if(Hour() == SpecifiedTimeInConfig) is there a way to determine in the backtester if we
Associative array with mql
I'm developing an EA that sends a stack of orders. Each stack has an unique magic number and depending on my criteria I close all the deals in the stack. I want to store the bid and ask price for a magic number for later use. Unfortunately I cannot figure out how to do that. If I was doing this with
Questions about VPS configuration
I've rented a VPS server and I've used it for a week now. It works great, but I have few questions as there are some things that I don't understand. I've watched the videos here: https://www.mql5.com/en/vps/manage-forex-vps 1. I've opened 2 charts, set my EAs on them and synchronized with the
Wondering about class names?
I got a book about programing EA. In the examples most of the created classes are prefixed with a C. CTrade, CTimer etc. I thought that this is a convention the author of the book decided to use for his book, but when I browsed the Include folder I see that most of the classes are names with a C