AugustoErni

Bollinger Bands Modified (Stormer)

This strategy is based and shown by trader and investor Alexandre Wolwacz "Stormer".

Overview
The strategy uses two indicators Bollinger Bands and EMA (optional for EMA).
Calculates Bollinger Bands, EMA, highest high, and lowest low values based on the input parameters, evaluating the conditions to determine potential long and short entry signals.
The conditions include checks for crossovers and crossunders of the price with the upper and lower Bollinger Bands, as well as the position of the price relative to the EMA.
The script also incorporates the option to add an inside bar pattern check for additional information.

Entry Position
Long Position:
  • Price cross over the superior band of bollinger bands.
  • The EMA is used to add support for trend analysis, it is an optional input, when used, it checks if price is above EMA.
Short Position:
  • Price cross under the inferior band of bollinger bands.
  • The EMA is used to add support for trend analysis, it is an optional input, when used, it checks if price is under EMA.

Risk Management
Stop Loss:
  • The stop loss is calculated based on the input highest high (for short position) and lowest low (for long position).
  • It gets the length based on the input from the last candles to set which is the highest high and which is the lowest low.
Take Profit:
  • According to the author, the profit target should be at least 1:1.6 the risk, so to have the strategy mathematically positive.
  • The profit target is configured input, can be increased or decreased.
  • It calculates the take profit based on the price of the stop loss with the profit target input.

开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?