bushTrader
bushTrader
Friends

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

bushTrader
Registered at MQL5.community
bushTrader
Added topic Help requested on the New Window feature of MetaEditor build 574.
Unlike build 509, when I pull up an additional window of say someCode.mq4 to generate someCode.mq4:2 and scroll to a particular line of code. I find that when I go back and select someCode.mq4:1, That I have now lost my place because this first
bushTrader
Added topic Help requested on double values since build 574.
I have noticed that the result of calculations with normalized double values return insanely lengthy answers since build 574. An example is: Print("profit/loss=",result); // result gives -16.0000000000049 I know that DoubleToStr can be used
bushTrader
Added topic Help requested on changes to Time[] after build 574.
Even though I have been writing code in mql4 for many years, I will have to confess that I am stumped on some of these new changes since build 509. I have been using a "string name" + Time[index] to name objects on my charts. However