G TREND GUNBOTG TREND indicator follows trends based on higher open or close based on trend direction
Gunbot
CM_Ultimate_MA_MTF_V3 GUNBOTWork in progress... Added new MAs with variable smoothing... EhlersSuperSmoother, EhlersEmaSmoother, xema. Added additional alerts for gunbot or similar cryptobots. Couldn't find the original author of the new MAs, so if you are, drop me a line for credit.
Gunbot - Bbands - UnlockedThis is a repost, the first version was locked and I am unable to unlock it. So I'm simply publishing it anew.
Original Post
Original Description
This is more of a test run than anything. Gunbot approximation courtesy of Vosechu and the original can be found here.
Ultimate Smoothed MA Turning PointsCompanion script to "Ultimate Smoothed MA" , details in that description.
Adapted from Chris Moody's "Ultimate Moving Average-Multi-TimeFrame-7 MA Types"
If you'd like to receive alerts on turning points, the conditions in line 96 and 97 can be used for alertcondition.
Ultimate Smoothed MAWhen using moving averages there is usually a trade-off between lag and smoothness. Multiple formulas have been devised to reduce lag while maintaining smoothness, and each one has its trade-offs.
This script, tweaked from Chris Moody's extremely popular "Ultimate Moving Average-Multi-TimeFrame-7 MA types" is another attempt.
Added least-squares moving average (LSMA)
Pick something responsive as the first MA, then smooth out the kinks with a second MA on the first. Find the perfect balance between both for your needs.
Play with "Minimum Slope Magnitude" and "Lookback length" for additional control over sensitivity -- only call trend reversals when rate of change is strong enough. Intermediate or "flattish" regions are grayed out. These options are available for both primary and secondary MA.
Also displayed in chart image is the companion script, "Ultimate Smoothed MA Turning Points" to give more definitive visuals when tuning. That script can also be readily adapted for alertcondition.
Gunbot MACDgenOk this is just some strat based on MACD, checking for a few conditions until giving buy/sell signals to Gunbot via alerts.
It is generalized but if you want to go play with the values. I will continue to develop this further and am happy to receive feedback.
Notations are coming.
Usage notes:
-ONLY use this with TV_GAIN: 0.6 because on downtrends it is supposed to double up to pull down the average bought price!
-Use "buying condition" and "selling condition" for alerts, trigger on close and I suggest you use 3 min intervals but try what looks good to you
-Use this on pairs that are curvy and have atleast 0.6% gain between buy/sell triggers. This is also general advise when you want to take microprofits.
-Don't be confused with sell arrows, it will only trigger the bot sell on gain when you've set TV_GAIN
Bollinger Bands ExplorerThis chart is an approximation of how Gunbot does the BB strategy in version 3.3.2.
Part of a pack with:
EMA envelope:
Stepgain simulator:
Stepgain explorer:
EMA EnvelopeThis is an attempt to convert gunbot's SG strategy into a proper TradingView strategy. The problem is that SG Sell Level relies on % above purchase price, which we don't actually know in TradingView. So we could try to get the average of the next bar or something, which maybe this is what the Slippage setting is? I'm not sure.
Anyways, using % above EMA does actually work as a strategy a bit. It's nothing like Turtle Rules by tmr0 though!
Will keep working on this gradually; feedback greatly appreciated!
EMA Envelope Stepgain ExplorerCompanion to
This helps find the right levels by showing darker colors for the most prominent areas. So if you want to see if you can sneak in a buy at some little hump, you can tell how likely it'll be by whether it's super light (unlikely, you'll have to set the level to like 0.25) or super dark (very likely, could go as high as 1.0%).
EMA Envelope StepgainThis indicator shows a close approximation to what Gunbot would use in its GAIN and STEPGAIN strategies.
The middle two lines are the EMA(2h) and EMA(4h) lines. The inner two grey lines are BUYLVL2/SELLLVL2, the outer grey lines are just there to constrain the color bands. The green and red bands are indicators of where the candle has exceeded your setting and Gunbot would start considering buying or selling.