Amini1382
Amini1382
Amini1382
Added topic set icon for my expert or indicator without its file
Hello everyone I am a developer of meta trader bots that customers order and I build and deliver the project in exchange for money. I wanted to define an icon for my robot, but I found out in the document that it is only possible to use icons that
Amini1382
Added topic Error 5004 and file open error
I wrote an expert that saves the information of my trades in a text file every few seconds. It works fine in the first few hours, but after a while it gives error 5004. My code: //+------------------------------------------------------------------+
Amini1382
Added topic Communicating between in and out in deals in history
Hi. I have created an expert that makes many transactions daily. Now I want to improve its performance. I want to write a script that calculates how much the profit would have been if that expert had not traded between 16:00 and 20:00 (Iranian local
Amini1382
Added topic How to solve container header read error
Hi A few months ago, I made an expert that can simultaneously update 1000 Renko charts that I have already made without any problems. But for several days I have been facing an unknown error that the candles inside the chart are erased and I don't
Amini1382
Added topic auto trading disabled by client
Hi Last night  I ran my expert and it automatically traded without any problem. But now, even when I activate auto trading, it still gives an error and does not trade I activated and deactivated it several times, but it did not  work
Amini1382
Added topic how to Make a quick Renko
hi every one I'm looking for a way to open and read MT5 stored ticks with mql5. I used to do it with CopyTicks , but it slowed down the computer. I have two questions: 1- how can i read the history file (history of ticks) with FileOpen function
Amini1382
Added topic error 264 , set bid to custom symbol
hello  Why does it make error 264 when I run the following code? CustomSymbolSetDouble (name, SYMBOL_BID ,tick_array[ ArraySize (tick_array)- 1 ].bid); please help me if you can
Amini1382
Added topic wrong output when python tries to read a text file from mql5
hello i have a script  in  mql5 that creates a text  file   with  one string  " hello " when i  try  to read my text  file   with
Amini1382
Added topic how to create chart offline with my custom closes?
hello  i want to create my offline chart with my closes and data. void OnTick ()   {    MqlRates rate[];    MqlTick tick[];    for ( int g= 0 ;g<siz;g++){    ArrayResize (rate,g+ 1 );
Amini1382
Added topic ERR_ARRAY_BAD_SIZE or 4011 error in my expert with my low size arrays
hello im sorry im not well in english language  my expert create renko closes,opens and etc and save the data in a few arrays when my MT5 was disconnected the expert print 4011 error my mqltick array size is 10000 and The other 14 arrays
Amini1382
Added topic Error 4007 in insert values of an array to other array
hello  i want to insert values of an array to other array my code: void OnStart ()   {    int g[]={ 1 , 3 };    int l[]={ 4 , 5 };   insert(g,l);    ArrayPrint (g);    ArrayPrint (l);
Amini1382
Added topic create MACDonRSI on array
hi my code: #property copyright "Copyright 2022, MetaQuotes Ltd." #property link        " https://www.mql5.com " #property version    "1.00" #include <RSIOnArray.mqh> extern int bar= 300 ; extern int
Amini1382
Added topic get value from RSIonarray - wrong output
hi my code for getting information from RSIonarray is : //+------------------------------------------------------------------+
Amini1382
Added topic offline charts in MT4
hi every one sorry my english is not as well as you im a Beginner Coding i have written an indicator that save the data in text file every 10 seconds and put the indicator on 1000 offline charts in my pc . you know 1000 renko charts kill the CPU in
Amini1382
Registered at MQL5.community