tinivini
tinivini
tinivini
Added topic 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
tinivini
Added topic 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
tinivini
Added topic 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
tinivini
Added topic 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
tinivini
Added topic Calculation of lot size
Hi .I am building a strategy based on martingale. Because the pipe size of TP and SL is not the same in all positions and is different, I am confused about the position volume calculation , please guide me. The basis of the work is that the position
tinivini
Added topic HFT
Is there anyone who has experience with HFT? I have read about it on the internet but I would like to hear the experiences of someone who has EA built for it. Thank you for sharing your experiences and advantages and disadvantages that you have
tinivini
Added topic "Every tick" VS "Every tick based on real ticks"
I was testing an expert . in two modelling "Every tick and  Every tick based on real ticks" . The results are completely different. I thought that the overall result should be only slightly different. If the results are so different, why do we
tinivini
Added topic Setting the limit time in the Strategy Tester
Hi . Is it possible to set a time limit on the backtest ? I found an expert advisor who does not open a position even in the backtest from 2021 to today. Several people commented that this expert only opens positions based on the history that is
tinivini
Added topic 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
tinivini
Added topic 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
tinivini
Added topic 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
tinivini
Added topic 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
tinivini
Added topic 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 |
tinivini
Added topic 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" );
tinivini
Added topic fear and greed index for Forex
Hi . Do you know a website or a place that displays such an index (like  Crypto fear and greed index) for forex? I want the EA to check its amount every day. For example, if there is important news on that day, do not open position
tinivini
Added topic Angle of Trendline
i create Trend line by angle with code      ObjectCreate ( 0 , "a" , OBJ_TRENDBYANGLE , 0 , iTime ( _Symbol , PERIOD_H1 , 10 ), iClose ( _Symbol , PERIOD_H1 , 10 ), iTime ( _Symbol , PERIOD_H1 , 15 ), iClose ( _Symbol , PERIOD_H1
tinivini
Added topic remove MACD Signal dash line in Backtest
Hi . how can i remove Signal dash line in Backtest ? I try with save template with tester , but when run Strategy tester page i see two MACD window . screenshot attached
tinivini
Added topic hide Open position in metatrader chart
Hi . can i hide Open Position or Pending order in one chart ? when i create new order i see 3 dash line (open price - SL - TP) . When I open the same symbol in another chart, there are the same 3 lines and it confuses me. If I have 3 different
tinivini
Added topic draw several trendline without select "Draw trendline "
Hi . for draw trendline in first we select "Draw trenline" in Metatrader toolbar and drow trendline , again for several draw we must again and again select " Draw trenline " first then draw . how can i change this?select one time "Draw trenline"
tinivini
Added topic array is not allowed as input
Hi . I want to define an array like this : input double fibo[ 4 ]={ 0 , 0.236 , 0.382 , 0.618 }; when use in optimization i want start this numbers from begin to end . but i see error "array is not allowed as input " also i try with enum , but also
12