(YEK) Bollinger Bands & DoubleHMA & MA CrossMy favorite indicators ALL-IN-1: Bollinger Bands, Double Hull Moving Average (21,8), Double Moving Average (200,50)
Komut dosyalarını "bollingerband" için ara
profit_trailer_backtesting v2As a result of I can't update my previous post,https://www.tradingview.com/script/2SdFFndn/,I just post new one,change the visibility to protected.
Features:
Backtesting in profit trailer's strategy.
Support profit trailer's buy strategy :
HIGHBB,LOWBB,EMAGAIN,EMASPREAD,EMACROSS,SMAGAIN,SMASPREAD,SMACROSS
Sell strategy:
GAIN,HIGHBB
DCA_buy strategy:
LOWBB,EMAGAIN,EMASPREAD,SMAGAIN,SMASPREAD,SMACROSS
DCA_sell strategy:
GAIN,HIGHBB
SOM(Sell only mode),Use BTCUSD data in specific time range, because of the limit of tradingview,you will need to change the data resolution by BTC_data_source_resolution to backtest further date from now,but the result will be inaccurate.
trailing buy > This method may not be in the same way as PT itself,because we can't truly get the bid and ask in order book by tradingview. set it to 0 if you don't want to use it.
Indicators of those strategy.
PLEASE READ THE NOTE BELOW IF YOU WANT TO USE DCA STRATEGY
DCA_enabled_value (negative number) should be ALWAYS > ALL_stop_limit_trigger or the script will just do stop loss,this follow the setting of PT.
And it means the value of net loss you want to let the trade to be DCA. if second trade (DCA trade) be made, all setting prefix by ALL_ will be ignored exclude ALL_BTC_XXX prefix for sell only mode.
CA_buy_contracts will overwrite the value you set in script option > properties > order size to number of contract,default is 100% in qty_percent.
DCA_buy_value work like same thing ALL_buy_value does.
DCA_buy_trigger is the net loss value (negative number) of open trades,if statement of strategy reach and net loss < DCA_buy_trigger,the DCA will buy.
DCA_sell_trigger will only work when DCA sell strategy is HIGHBB,it work like ALL_min_profit.
DCA_sell_value means % profit in GAIN, % of BB in HIGHBB.
DCA_stop_loss_trigger will only work when ALL BUYS have be completed,that means if you set DCA_max_buy_times = 10 ,the script will buy 11 times include the first buy(not DCA buy).
The indicators of DCA may looks terrible,you can turn them off in option.
comment if you got bug or anything suggestion.
ToDo:
rebuy_time,stop_loss_timeout
Feel free to buy me some redbull.
ETH:
0xd793607CBA1d07fE5A94884076AE94C36B6e7D8d
Multi-Bollinger [DW]This is an experimental study designed to visualize trend activity and volatility using a set of two Bollinger Bands calculated with a basis moving average type of your choice.
The available moving averages in this script are:
-Exponential Moving Average
-Simple Moving Average
-Weighted Moving Average
-Volume Weighted Moving Average
-Hull Moving Average
-Least Squares Moving Average
-Arnaud Legoux Moving Average
-Coefficient of Variation Weighted Moving Average
-Fractal Adaptive Moving Average
-Kaufman's Adaptive Moving Average
In addition, a middle filter is calculated by taking the median of the two basis lines.
Multi-Timeframe functionality is included. You can choose any timeframe that Tradingview supports as the basis resolution for the bands.
Custom bar color scheme is included with four options to choose from.
CCT Bollinger Band Oscillator - BB %B UpdateEdit of LazyBear's CCT Bollinger Band Oscillator. Includes changing the scale from 0-100 to 0-1, default length to 20 and line width to 1 to further match BB %B and address some middle line inconsistencies at certain zoom levels
Bollinger Bands + 2 MA (Exponential)Basic Bollinger Bands implementation, with the option to use an exponential moving average and a more accurate stdev function than the builtin. This also includes two extra MA lines which can be tuned as you like, to reduce the number of indicators needed (the bollinger basis is also a moving average, so in total you get 3MA out of this indicator). This draws an inner/outer envelope which can be tuned, by default it is set to 1-2STDEV.
This uses the same same improvement to stdev as my other bollinger indicator:
See more info about the bultin stdev here:
Exponential Bollinger Bands [Updated Feb 2018]The same as my previous Exponential Bollinger Bands script, but now you can set a desired offset for the indicator. I have published this as a new script that way those who prefer the old script can continue to use it without seeing any changes.
Bollinger BarsA partial implementation of Bollinger Bars, as developed by John Bollinger.
This seems to be as close as one can get to true Bollinger Bars with TradingView's current implementation of the Pine language.
It may be possible to complete one day.
Squeeze With Vitamin CThis is a script that is a work in progress while learnign the ins and outs of Pinescript. The script is invite only.
GreenRedSignal with Alerts by lvinnyl// Script created by JoinFree
// Modified by lvinnyl to trigger alerts
// Click on image below for original script...
LOWBB and HIGHBB for Profit Trailer by BotIndicatorsThis is a highly adjustable indicator for the ProfitTrailer Crypto Currency Trading Bot.
You can use it to visualize the LOWBB and HIGHBB buy/sell strategy. Here is how it works:
Set the candle size by setting your TV candle time accordingly
Set the amount of candles used for the Bollinger Band in the settings of this indicator
Also set the buy/sell value used and select your choice of either LOWBB or HIGHBB
The indicator will then show your offset line from either the high (HIGHBB) or low (LOWBB) Bollinger Band border and it will also mark the areas where the actual price exceeds this value and would generate a buy (or sell) signal for Profit Trailer. Please keep in mind that Profit Trailer may still use trailing buy and trailing profit to optimize your buy/sell situation, this can obviously not be shown through this indicator.
Note: This is a first public release, future modifications may follow and are then shown on this site as updates. Always read this page to the end.
→ For Feedback and Updates as well as Help on how to work with this indicator, please visit this Website:
Bollinger Bands Outside ReversalNot the most accurate indicator, but if combined with some others, it could help you.
BUY Conditions (green):
1. Blue candlestick closes above Bollinger Bands
2. Red candlestick opens outside Bollinger Bands
SELL Conditions (red):
1. Red candlestick closes below Bollinger Bands
2. Blue candlestick opens outside Bollinger Bands
Please always remember, there is no holy grail indicator!
Hull Moving Average + Bollinger BandsThis study make use of Hull Moving Average and Bollinger Bands.
The crosses give signal about HMA and BB crossovers, they are a bit lagging, if you stare well you will spot them a little earlier. It look like a good idea to buy and sell when HMA is near or on the outside of the outer bands.
By default the Bollinger Bands uses Simple Moving Average with 21 periodes, and Hull Moving Average use 9 periodes. You can alter the settings in the format dialog.
Please use as pleased, and if you do something clever with it I'll be happy to know :D
Profit Trailer Tester v0.2This script combines all buy and sell strategies of the Profit Trailer bot for research, backtesting (simulation) and teaching those strategies. Due to several reasons, the script cannot emulate the Profit Trailer strategies 100%. It is more to visualize the strategies and support you in your decisions.
It is an early version and still under heavy development and testing. Currently, 'DCA' and trailing are not implemented yet.
Please send a PM to get access to the script.
NOTICE: By requesting access to this script you acknowledge that you have read and understood that this is for research purposes only, and I am not responsible for any financial losses you may incur by using this script!
Hammers, Bollinger Bands & Moving Average ExponentialShows indicators above/below hammer-like candles.
Also adds BB & EMA in order to reduce active indicator count.
DepthHouse - ATR BandsDepthHouse ATR Bands is a FREE INDICATOR
Similar to the well-known Bollinger Bands.
Instead of using the standard deviation formula, ATR Bands determines the size of the bands based on the adjustable average range.
IF you use this FREE Indicator:
Please like and comment!
Check out my channel on YouTube! youtu.be
Bitcoin and Ethereum Donations are always appreciated :)
BTC : 1MLnVPqebcFTqYEVAKm9dSCRWhyNDmAb5W
ETH : 0xEEcD7Ce6E22AfA6083074c4CCd326Be0b1C932d9
How to use:
The bands tighten while the markets’ range becomes lower, and widens as its' range becomes broader. Giving the indicator a loaded spring effect.
A break outside of the bands in either direction indicates a possible breakout.
All 3 bands serve as possible support and/or resistance. Meaning breaks back into the bands could indicate a reversal, or end of the breakout.
This indicator is completely customizable, so compiling multiple sized bands on top of each other may create a strong competitive edge.
--
IF YOU SUBSCRIBED
This indicator was intended to be available for purchase Jan 2018.
However, with recent change of mind I have decided to make it free to use.
IF you previously subscribed. I greatly appreciate your interest and I hope you enjoy this now FREE indicator!
Once again, thank you!
Moving Average Cross & Bollinger BandsPut this together for users using the free version of tradingview. Combines MA Cross and Bollinger Bands into one indicator.
Gunbot BB StepGain TunerSimulation of Gunbot BB Stepgain strategy useful for fine tuning settings and backtesting.
In Pine Editor -> Open "Gunbot BB Stepgain" -> Add To Chart -> On Indicator -> Format -> Input your desired settings to test.
Red = Stepgain Sell Level
Green = BB Buy Level
NOTICE: By requesting access to this script you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!
Gunbot BB TunerGunbot BB Tuner
Simulation of Gunbot Pure BB strategy useful for fine tuning settings and backtesting. Set chart period (5min, 15min, etc...) to match what you will enter as period in strategy.
In Pine Editor -> Open "Gunbot BB Tuner" -> Add To Chart -> On Indicator -> Format -> Input your desired settings to test.
Yellow = Bollinger Bands
Red = High BB (Sell)
Green = Low BB (Buy)
NOTICE: By requesting access to this script you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!
Gunbot BB - Dmitrovic v1.0Gunbot script made based on bollinger bands.
Currently backtesting in v1.0.
double bollinger bandssimple, yet effective tool to catch reversals for short-term binary options trading.