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
The Auto SL and TP indicator dont work anymore it shows a :-( behind the indicator name
please re-run it and make sure automatic trading button is turned on.
Hi thanks for great simple Auto SL EA.
Would you be able to help to explain the different of Stop lost options?
Please can you explain in more details how the 3 options of the trailing stop section works with examples, I am particularly interested in the step by step and Step keep distance, it is not clear how to use them with the parameter fields under the trailing function section.
you can test it in strategy tester to see how it works.
Hello Roni,
I want SL & TP Mode to be immediately set on "Place SL n TP" when I drag the EA to the chart. What do I have to change in the code for the word "Client"? Currently it says:
input ENUM_SLTP_MODE SLnTPMode = Client;
Kind regards, Chris
Hello Roni,
I want SL & TP Mode to be immediately set on "Place SL n TP" when I drag the EA to the chart. What do I have to change in the code for the word "Client"? Currently it says:
input ENUM_SLTP_MODE SLnTPMode = Client;
Kind regards, Chris
yes, set it to another ENUM_SLTP_MODE .
yes, set it to another ENUM_SLTP_MODE .
Hello Roni, I am unfortunately not that good with the script language. Could you please write me what the whole line should look like, so:
input ENUM_SLTP_MODE SLnTPMode = .............;
The word where the points are.
Kind regards, Chris
Hello Roni, I am unfortunately not that good with the script language. Could you please write me what the whole line should look like, so:
input ENUM_SLTP_MODE SLnTPMode = .............;
The word where the points are.
Kind regards, Chris
input ENUM_SLTP_MODE SLnTPMode=Server;//SL & TP Mode
input ENUM_SLTP_MODE SLnTPMode=Server;//SL & TP Mode
Hi Roni, thank you very much. :-)
you are welcome.