You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
AWESOME!!!!! That works!!!
Its all just 0 after Digits; why use 8? Working without it, but I'd like to know why you prefer 8
Like to use that function instead as I heard horror stories about Normalize Double
Its from documentation not me. 8 is for any two doubles(its calculated to be minimum diffeeence allowed for double size).
Print(Bid);
}
I realize Ernst suggested comparing to _Point instead of 0 however I don't think I'm understanding your reasoning about the usage of _Point in your version of the solution or in any of the solutions in this thread; Where would you suggest using _Point in there? Instead of 0 in order to have a larger reference to compare so as to keep a more noticeable bias or something along those lines? You really think its going to make a difference?
Print(Bid);
}
I realize Ernst suggested comparing to _Point instead of 0 however I don't think I'm understanding your reasoning about the usage of _Point in your version of the solution or in any of the solutions in this thread; Where would you suggest using _Point in there? Instead of 0 in order to have a larger reference to compare so as to keep a more noticeable bias or something along those lines? You really think its going to make a difference?
Try: Print(DoubleToString(Bid));
Apparently I was also incorrectly implementing your solution as I can now confirm its also a working fix. THX
Should've posted my incorrect code so as to be clear what was doing wrong and be further educated