kalkaska:
I can't seem to get this string to work with the MagicNumber, It works just fine without the MagicNumber. I have a "extern int = 1113" in the top of the ea.
Thank You for your time
OrderSend(Symbol(),OP_BUYSTOP,lot,Ask+buy*Point,slippage,Ask-stop*Point,Ask+tp*Point,MagicNumber,0);
You are missing the comment parameter between takeprofit and magic number (for empty comment just add ""):
OrderSend(Symbol(),OP_BUYSTOP,lot,Ask+buy*Point,slippage,Ask-stop*Point,Ask+tp*Point,"",MagicNumber,0);
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
I can't seem to get this string to work with the MagicNumber, It works just fine without the MagicNumber. I have a "extern int = 1113" in the top of the ea.
Thank You for your time
OrderSend(Symbol(),OP_BUYSTOP,lot,Ask+buy*Point,slippage,Ask-stop*Point,Ask+tp*Point,MagicNumber,0);