for the calculation you use Bid again.
a "double" has always those trailing zero's
...DoubleToStr(Bid - (SL*Point),Digits)...
Quote:
Originally Posted by mauro269
Hi my friend, thanks for your reply.
I put it after:
int start()
{
Is it correct?
However I have a problem because at the string
Code:
"StopLoss: " + (YourNewPrice - SL*Point) + "pips \n\n"
It says that there's a problem at the "-" sign between YourNewPrice and SL:
'-' - both operands are to be numeric
Thanks for your help!
|