SecUnit B11
FREE
Опубликован:
9 ноября 2025
Текущая версия:
1.0
Не нашли подходящего робота?
Закажите собственного
на бирже фрилансеров
Перейти на биржу
Закажите собственного
на бирже фрилансеров
Как купить торгового робота или индикатор
Запусти робота на
виртуальном хостинге
виртуальном хостинге
Протестируй индикатор/робота перед покупкой
Хочешь зарабатывать в Маркете?
Как подать продукт, чтобы его покупали
Вы упускаете торговые возможности:
- Бесплатные приложения для трейдинга
- 8 000+ сигналов для копирования
- Экономические новости для анализа финансовых рынков
Регистрация
Вход
Вы принимаете политику сайта и условия использования
Если у вас нет учетной записи, зарегистрируйтесь

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.