SecUnit B11
FREE
Published:
9 November 2025
Current version:
1.0
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
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. How can I prevent the Expert Advisor from setting SL?
Hello. How can I prevent the Expert Advisor from setting SL?
Hello,
I apologize, there is no direct setting in this Expert Advisor to disable the Stop Loss. The code is designed to automatically set a Stop Loss with every trade to ensure safe risk management.
Important clarification: Even when the Trailing Stop is disabled, the EA still moves the Stop Loss automatically, but only to Break-Even (entry price) when certain profit targets are reached. This is controlled by:
RR_Ratio_Breakeven
RR_Ratio_SecondTrade_BE
SL_Move_Percent_SecondTrade
These settings move the SL once to protect your entry, not continuously.
If you want continuous trailing (moving SL constantly with price), you need to enable the Trailing Stop feature in Advanced Risk Management:
Enable_Trailing_Stop = true (to activate continuous trailing)
Trailing_ATR_Multiplier (to set the trailing distance based on ATR)
If you are facing an issue or need a specific modification, please clarify so I can assist you better.