qjol
qjol
Friends

Add friends via their profile or user search and you will be able to see if they are online

qjol
Added topic I'm tired
why i'm tired ? ho, let me think.. maybe because people ask questions without providing deatails or maybe because people ask questions that can easily get answered using a quick Search (top right corner on every page) or google or maybe because
rmy082 jegouzo
rmy082 jegouzo 2021.07.04
250 - 350
USD
convert EA's proreal code into MT5 .ex5 190 lines code, you need to understand PRT and MQL5 to convert the code, the parch code of course prt, now you have to get the same gain curve in MT5 for it to work, and backtest the conversion, that goes without saying, thank you
qjol
Added topic The Function StringToInteger() has been made in a hurry
   long s2iChar = StringToInteger ( "A" );    Print (s2iChar);    // The result is: 0    // in my humble opinion it's supposed to be -1 or some error code    long s2iNo = StringToInteger ( "0" );
qjol
Added topic hidden chart - where is this located
hi When the command iCustom() has been used , this specific symbol() & TF() get's opened somewhere, someone know where is this chart located & where can i find it thanks
qjol
Added topic zero divide problem
i'm trying to create a chart for a pair that doesn't exist (of course in the company i'm working with), so i took the "period_converter" indicator & made some modification (file attached) i got in the expert tab zero divide &
qjol
Added topic X Y distance from a bar
hi is there any way to find the X & Y distance on the chart from a bar
qjol
Added topic can someone tell me y it's not working ?
& how can i get it work    int Cnt = 500 ;    double TestArray[Cnt]; this is the error i get
qjol
Added topic reading the Journal in real time
unfortunately I have not found yet the right way how to do this but at least i found a detour if anyone has a direct way to do that i would be grateful the way i found is by forcing the terminal to save the data through opening the folder that
qjol
Added topic how to draw an histogram
if some one can help me out with this i'm trying to draw an histogram like this & so far without succes legend: green = above 0 & above signal blue = above 0 but below signal orange = below 0 but above signal red = below 0 & below signal
qjol
Added topic "All History" in "Account history" tab
is there any way to automaticly (via EA or script) load all close orders into "Account history" that the settings in "Account history" will show "All History"
qjol
Added topic crash on MQL4.com servers ???
I think there was a crash on MQL4.com servers, a lot of files by trying to download, return the answer "404 page not found" someone
qjol
Registered at MQL5.community
qjol
Added topic IsConnected()
Can someone explain to me how IsConnected() can work after int start() if anything is written after int start() is execute only after a new tick How can the EA get to it at all thanks
qjol
Added topic Synchronize computer time
hi everyone is there any way to Synchronize the computer time with the servers time ? thanks
qjol
Added topic FileSeek issue
hi everyone if someone can explain to me if FileSeek (handle,100, SEEK_END ); means to go forward 100 bytes or go back 100 bytes from the end of the file? if means go forward? is it FileSeek (handle,-100,SEEK_END); means to go back 100 bytes? if
qjol
Added topic counting open orders
hi everyone if someone cal help me how do i count how many symbols i have for example if i have 2 orders buy on "EURUSD" & 3 sell on "GBPUSD" & 4 sell's on "AUDUSD" how to receive the result 3 thanks
qjol
Added topic high & low from a day before open order
hi everyone i would like to know if someone can teach me how to pull the high & low from a day before my open order to put in my EA thanks in advanced B.T.w. anyone knows if by "MT5" exsist Debugging step by step or other way to do it
qjol
Added topic can someone help me write the in last line of csv file
hi everyone first i most say that this forum is very helpful for me thanks for all the members second i can use help i wrote this code & i cant fine the way to get last line into var ReadOrdesrs = FileOpen(Symbol() +