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提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。