Forum

MetaTester Agents Manager

I have 5 VPS with separate CPU resources. Is it possible to use all of them for one MetaTester Agent Manager account? And does anyone know how much profit a 4-core processor gives on average per month

Creating a new H4 chart based on a specific time zone

Hi . My strategy work with H4 time frame , but my broker(Alpari) Time zone has different with my test broker (FXCOM), You might say why I don't register in FXCM. because it can't It does not support my country. I searched many brokers, but all the ones that accept my country all has same time zone

Set manual TP / SL in Strategy tester or drag TP / SL (MQL5)

Hi .I am designing a semi-automatic MQL5 EA . For each position manually I have to place SL and TP . Is there a way to enter TP and SL in the Strategy tester at the moment when the position is to be opened or by default the position will be opened with a TP and SL after that I can edit TP/SL or drag

which price action method is more useful for making EA?

There are different methods for price action, such as Al Brooks, RTM, ICT,... To write an EA in any way, we must first know that style completely so that we can make an EA from it. Learning each and every type of price action style and also trying to make an EA is very time consuming, that's why I

find Chart ID

I use two time frame in Strategy Tester . with function ChartID () i can find first chart id . who can i find second time frame (in this screenshot M30) Chart ID

read file problem .

Hi . I want read data from txt file . I have a file with name "data.txt" and value inside file is "a" I wrote this code based on the reference. int OnInit () { int file_handle= FileOpen ( "data.txt" , FILE_READ | FILE_ANSI | FILE_TXT ); if (file_handle!= INVALID_HANDLE ) { while (

ObjectGetValueByTime() Problem

Hi . i create Regression Line with code : void OnTick () { datetime time_0= iTime ( _Symbol , PERIOD_H1 , 1 ); datetime time_1= iTime ( _Symbol , PERIOD_H1 , 29 ); ObjectDelete ( 0 , "a" ); ObjectCreate ( 0 , "a" , OBJ_REGRESSION , 0 ,time_1, 0 ,time_0, 0 ); ChartRedraw(); Sleep ( 50 );

Select Signal with EA

Hi .I copied a signal and using it , I want enable and disable Signal sometimes with Expert advisor in MQL5 . In the days when the news is economic I don't want Signal open positions and i not have any time access to VPS for enable or disable Signal manual . how can I select Signal in mql5

create object on second timeframe in Strategy tester MQL5.

Hi . Does anyone know how can create object in second time frame in Strategy tester ? I searched everywhere, but I didn't find anything . For visual analysis I need to be create object in other time frames

how can show MACD histogram with period H1 in period M5 ST chart window

Hi . I have 2 time frame in ST (M5 and H1). I create MACD handle in H1 and chart load in M5 (show Time frame in MT5 is M5) .when I run ST i have 2 chart M5 and H1 (So far everything is correct) . how can I show MACD histogram in H1 time frame in M5 chart window? I have a solution in mind, I don't