
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
Hello, I dont no how to use a EA can you explain me please because i see that you ea don't open trades automaticly
EA open orders with stop loss and take profit. If your type of account does not allow to open orders at once with stop loss and take profit, then transactions certainly opened will not be.
On a main page for downloading EA there is his description, similarly description is in code of EA, for this purpose you must open the code of EA in MetaEditor
Hello super work ! SL and TP works . But the Trailing Stop is not working. Can you tell me how I can do it that works there ? thank you Greeting Kevin
Hello!
Trailing stop is working
extern int Profit_Level2=500; if the position goes to profit on Profit_Level2 pips
extern int TrailingStop2=10; at a distance TrailingStop2 pips stop loss will follow the price
Hello That is, if it is more than 500 points, then he moved to 10 points?
hello dimitri I am really new to code base programs so I'm trying it out on a demo first. Why can`t I see the stop loss and the take profit values for the order at the position window? I have tried the modify order box but I keep getting invalid s/l and t/p. Please help!
Hello!
I'am bad speaking on English and not always understand all.
Do you change the base code of EA before testing on demo? If you have change code, how exactly?