lim1=Bs[i2]*8;
Attachments forums
Re: Please check these code correct or not?
andrei-1, Sun Oct 02, 2022 7:10 am
I'll think it's an MT4 problem (rounding, error, I don't know). If you use less than *8, then 0.4 and 09 begin to differ (just a little bit). I wrote *8, it's as fast and accurate as possible.
lim1=Bs[i2]*8;
lim1=Bs[i2]*8;