OrderSend(Symbol(),OP_BUY,Lots,0,0,0,0,NULL,0,clrNONE);Do you really expect to buy for zero?
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
Hi I have a code with Buy & Sell Price both as a function of Bid
Since I'm designing it as pyramiding strategy I can't use Take Profit level
Now this code shows no error in compiling but it never send an order what are the possible way I could make this work. Any help would be greatly appreciated