I need a ooff the shelve EA to copy trade from 1 MT5 to another MT5 within the same VPS/Server. I cannot find such products in Market . Anyone know such product
Hello, I am trying to to write a function to sum up all the points (win or lost) of all open positions. I would appreciate someone point to me to the right document to read. Thank you
Hello all, How can I proof this code affects MA shift with picture? I told my coder this code is wrong, he want me to prove with picture before he will check on it. input string
Hello, I am writing a function to get 10 RSI values from copybuffer, how do return the function as an array/pointer? double RSI[] ( int Position, int RSI _Period , int RSI_Apply) { int Handle; double Values;
Hi, I have 2 moving average EA, MA1 is faster then MA2, to save time in optimization, I want to skip permutation of MA1 >= MA2. void OnInit() { if (IsOptimization() ) {
Hi, What are the function I should look for in source code of a EA to disable display of indicators (internal and customised) after a backrest with visual and non-visual mode
I am using my PC (8core/16thread) for backtest optimization and MT5 uses 16 threads. Then I setup another PC which as 4core/8threads as local network farm server. When connected and run optimization, only 4cores are used, instead of 8 thread? Is it
Hello all, When I backtest my MT5 EA with Trailing Stop, it seems to work. However, when deploy the EA in a VPS, the trailing stop didnt work and it alway hit Take Profit or Stop Loss setting. Anyone has any thoughts on this? I am doing something
\