TradingView
daviddtech
12 de Ene. de 2022 16:31

Ultimate Bollinger Bands v2 by @DaviddTech 

Bitcoin / TetherUSBinance

Descripción

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

Notas de prensa

update boilerplate

Notas de prensa

update api integrations

Notas de prensa

Adding the api service placeholders.

Notas de prensa

Adding Debugging console for the API alerts.

Notas de prensa

Adding Debugging console for the API alerts.

Notas de prensa




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

Notas de prensa

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 .

Notas de prensa

alerts bug fixed

Notas de prensa

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.
Más