huby0815 / Publications
Forum
calculation problem with mql4
Hy, i want to do a simlpe calculation but i got always a wrong result. #property strict input double boxsize = 15 ; double boxcalc = boxsize / 2 ; int OnInit () { return ( INIT_SUCCEEDED ); } void OnDeinit ( const int reason) { } void OnTick () { double halfspread = (