OPEN-SOURCE SCRIPT
Обновлено Strategy template V1

Strategy Template v1
This strategy script is a template with different exit options, entry filters, and conditions already coded in.
This script is heavily tested to make sure no repainting or misfires are happening.
All that's left to do is put your own entry conditions into the script, and you can start testing/trading.
// explanation
streak loss control:
This function allows you to stop the strategy for a x amount of time, if the strategy has a x amount of losing trades in a row.
Max Drawdown:
This function will make the strategy stop trading when the Max drawdown is hit.
Long and Short Positions:
Allows you to only trade Long or Short positions with an easy toggle.
Allowed hours:
Allows you to choose during which hours of the day you want your strategy to be allowed to trade.
Stoploss/trail percentage, ATR or swing:
With this option, you can choose what kind of stop loss or trailing stop you want for your strategy. You can further adjust these settings below depending on what option you pick.
Choose if you want your stop to be trailing or static.
Stop loss/trailed %/ATR:
Further adjust your settings with the amount of distance the stoploss trails or, when static, starts from trade open.
With the option closed bar, the trade only exits when the bar closes, breaking the stop/trail. With intra bar, the trade exits as soon as it touches the stop/trail.
Stop Loss/Trail swing exit:
Based on the recent swing high/low.
Same functions as Stop loss/trailed %/ATR.
Is used as the default static stoploss.
// This is a smaller version of a more complicated strategy template.
// other versions also include: partial exits, leverage trading, and better risk management.
// let me know if there is intressed in the other versions.
This strategy script is a template with different exit options, entry filters, and conditions already coded in.
This script is heavily tested to make sure no repainting or misfires are happening.
All that's left to do is put your own entry conditions into the script, and you can start testing/trading.
// explanation
streak loss control:
This function allows you to stop the strategy for a x amount of time, if the strategy has a x amount of losing trades in a row.
Max Drawdown:
This function will make the strategy stop trading when the Max drawdown is hit.
Long and Short Positions:
Allows you to only trade Long or Short positions with an easy toggle.
Allowed hours:
Allows you to choose during which hours of the day you want your strategy to be allowed to trade.
Stoploss/trail percentage, ATR or swing:
With this option, you can choose what kind of stop loss or trailing stop you want for your strategy. You can further adjust these settings below depending on what option you pick.
Choose if you want your stop to be trailing or static.
Stop loss/trailed %/ATR:
Further adjust your settings with the amount of distance the stoploss trails or, when static, starts from trade open.
With the option closed bar, the trade only exits when the bar closes, breaking the stop/trail. With intra bar, the trade exits as soon as it touches the stop/trail.
Stop Loss/Trail swing exit:
Based on the recent swing high/low.
Same functions as Stop loss/trailed %/ATR.
Is used as the default static stoploss.
// This is a smaller version of a more complicated strategy template.
// other versions also include: partial exits, leverage trading, and better risk management.
// let me know if there is intressed in the other versions.
Информация о релизе
-Скрипт с открытым кодом
В истинном духе TradingView, создатель этого скрипта сделал его открытым исходным кодом, чтобы трейдеры могли проверить и убедиться в его функциональности. Браво автору! Вы можете использовать его бесплатно, но помните, что перепубликация кода подчиняется нашим Правилам поведения.
Отказ от ответственности
Информация и публикации не предназначены для предоставления и не являются финансовыми, инвестиционными, торговыми или другими видами советов или рекомендаций, предоставленных или одобренных TradingView. Подробнее читайте в Условиях использования.
Скрипт с открытым кодом
В истинном духе TradingView, создатель этого скрипта сделал его открытым исходным кодом, чтобы трейдеры могли проверить и убедиться в его функциональности. Браво автору! Вы можете использовать его бесплатно, но помните, что перепубликация кода подчиняется нашим Правилам поведения.
Отказ от ответственности
Информация и публикации не предназначены для предоставления и не являются финансовыми, инвестиционными, торговыми или другими видами советов или рекомендаций, предоставленных или одобренных TradingView. Подробнее читайте в Условиях использования.