TradingView
daviddtech
2022년 1월 12일 오후 4시 31분

Ultimate Bollinger Bands v2 by @DaviddTech 

Bitcoin / TetherUSBinance

설명

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

릴리즈 노트

update boilerplate

릴리즈 노트

update api integrations

릴리즈 노트

Adding the api service placeholders.

릴리즈 노트

Adding Debugging console for the API alerts.

릴리즈 노트

Adding Debugging console for the API alerts.

릴리즈 노트




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

릴리즈 노트

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 .

릴리즈 노트

alerts bug fixed

릴리즈 노트

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.
더보기