Comandantf
Comandantf
Friends 1
Comandantf
Added topic ICustom - wrong parameters count
Hi all, I was implementing in a code an external/custom indicator, with related external inputs, but the icustom gives me error saying they are wrong ICustom - wrong parameters count double test= iCustom ( NULL , 0
Comandantf
Added topic zero divide on Risk Management
Hello everyone this morning on the ea logs that I activated yesterday I got this error but having not touched anything on these code I do not understand what it is due to I'll show you in what string it gives me the error double _get_lot_size(
Comandantf
Added topic Problem with ICustom
Hi, I'm having problems with the icustom, no matter what I wrote to him, but actually everything seems ok to me Code on EA: //+------------------------------------------------------------------+ //| Timer
Comandantf
Added topic currentBars != Bars not working
Hi, here is my code for which I have this problem, but I don't understand why you give me this in the end which in a nutshell only fits me long and not short    if (currBars != Bars >Nearest_Up_Level && Nearest_Up_Level
Comandantf
Left feedback to developer for job Modification of an EA ( Private)
Comandantf
Added topic '' - undeclared identifier
Hi I have this problem that I don't understand how to fix it. void OnTimer() {          if ( pipsMA < Tradepip &&useMA && checkMA( 0 , true )  && isAvailableOrder())
Comandantf
Added topic How to fix Close[1] & Close[2]
Hi everyone, I have a problem with my EA trades, now I will show you the code with a screenshot of a trade (it happens often) void OnTimer ()   { //---    if (currBars != Bars ){
Comandantf
Added topic Error OrderModify 130/1 MQL4
Hi, I have problems with OrderModify error 130 and 'OrderModify 1, but I don't understand why, this is the code from where I modify it void OpenTrade( string sym, int tmode, double tsize){    int err = 0 , ticket = 0 ;    double
Comandantf
Added topic I lost a license out of the 5 that I could activate on a purchase
Hi, I re-installed metatrade4 where I had just installed a newly bought EA. I still had 4 out of 5 licenses for activation, as the EA didn't work I re-installed mt4, but now I have 3 out of 5 licenses The owner of the ea told me to contact mql5
Comandantf
Registered at MQL5.community