TradingView
daviddtech
Jan 12, 2022 4:31 PM

Ultimate Bollinger Bands v2 by @DaviddTech 

Bitcoin / TetherUSBinance

Description

This strategy uses the Ultimate Bollinger and Aroon indicator.

The logic behind the code is

* Enter long :
Aroon up is below the 20 or lower line in settings.
Aroon down is above 70 or above line in settings.
When close crossover the lower Bollinger Band we take an entry
SL is %
TP is % of if Aroon up is below the 70 or lower line in settings.
Aroon down is above 20 or above line in settings.
When close crossover the upper Bollinger Band

* Short :
Aroon down is below the 20 or lower line in settings.
Aroon up is above 70 or above line in settings.
When close crossunder the upper Bollinger Band we take an entry
SL is %
TP is % of if Aroon up is below the 20 or lower line in settings.
Aroon down is above 70 or above line in settings.
When close crossover the lower Bollinger Band

Release Notes

update boilerplate

Release Notes

update api integrations

Release Notes

Adding the api service placeholders.

Release Notes

Adding Debugging console for the API alerts.

Release Notes

Adding Debugging console for the API alerts.

Release Notes




Added a MAX % to RR. If Stoploss is > X trade will not be entered.
FIX : The missing EMA for the optimiser.

Release Notes

Many bug fixes including

Alerts for Multi-Take Profites

Placeholders

Added alert for return to breakeven

ATR Stop fixed.

New ADX algos

New HA overlay for confluence

Fixed : Max Margin = 100

Multi TP must be in order 1 2 3 or it will not activate Multi TP

More updates on the Change LOG on site, with full explanations .

Release Notes

alerts bug fixed

Release Notes

Version 3.0.1 BETA of the boilerplate is finally here.
* Cleaner look.
* Better integration with API services.
* Faster signals.
* Recode of logic behind the BoilerPlate.
* RSI Improvement
* Added Volume
* Move to Breakeven for Single TP
* MA Protection : If position closes below an MA exit all positions.
* Sessions and End of Session Close all trades.
* Multi TP select number of Levels
* Martingale logic for position size
* Confluence indicators have been improved and added too.
* DaviddTech BOT by Endless Margin has been integrate (Free API service).
* Mobile version of the dashboard.

I'm sure there is much more that I have forgotten to add.

Note : Due to a problem with TV I had to release this version earlier than expected. It is currently in BETA please play nice and send me any BUGS or Features you may find.

WARNING:
- For purpose educate only - My mission is to debunk fake strategies with code.
- Plots EMAs and other values on chart.
- This script may change bars colors.
More