
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 am getting error 130 can someone help
here is what i am doing get the signal from email
and opening trades on mt4
its working smooth on alpari uk demo account but getting error on hotforex
current price 1.2560
where SL=1.2460
output of StrToDouble(SL) is 1.246
int ticket_num = OrderSend (PAIR,OP_BUY,1,MarketInfo(PAIR,MODE_ASK),3,StrToDouble(SL),0,"test",12345,0,Blue);
and its giving error 130
thanx in advance