
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 have this code to buy:
CTrade* trader=new CTrade; trader.SetExpertMagicNumber(eamagic); trader.Buy(Lot,ins,Ask(),stloss,tprofit);
Once it buy I want to have a trailing stop loss? I saw the Trailing Stop classes, but I don't know how to implement them. Any code, lead, suggestion, help, advice, etc?