Strategija 3This one is the combination of BBsqueeze, ADX and EMA's.
On Weekly TF we wait for the BBsqueeze signal to fire. We also check if the ADX is above 20 so we know that we are in a trend. If in a window of less than 10 weekly bars (default setting) we gewt a pullback to the active 21 EMA and the bounce is significant, we get the entry arrow. Conversely for shorts.
Please use it, edit and comment if you like (or dislike) it.
Stay safe
Bbsqueeze
(Poshtrader) Bollinger Band SqueezeThe Bollinger Band Squeeze is a trading strategy designed to find consolidations with decreasing volatility. In its simplest form, this strategy is neutral and the ensuing break can be up or down. Traders, therefore, must employ other aspects of technical analysis to formulate a trading bias to act before the break or confirm the break. Acting before the break will improve the risk-reward ratio.
Dependent Variable Odd Generator Risk Detector
In fact, I wrote this script for detect Bollinger and Linear Regression Bands squeeze.
It's a side script.
Logic works like this:
Only the stagnant market probability is drawn from the Bollinger bandwidth by Dependent Variable Odd Generator and MFI index is calculated taking into account the volume.
This value ranges from 0 to 100.
To be sure, this value is averaged over a small period.
If you break the average and exceed 50, the bollinger band is too narrow and the risk is too high.
This means more commissions, more transactions, and vain work.
Or, when in position, the warning is not ignored due to unnecessary signals.
This code is open source under the MIT license. If you have any improvements or corrections to suggest, please send me a pull request via the github repository github.com
Stay tuned , best regards.