Gunbot
SMACROSS | Gunbot trading strategyThis is an example of Gunbot trading with the SMACROSS strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy is based on SMA, enabling Gunbot to buy when prices start moving up - indicated by fast SMA crossing over slow SMA. Selling takes place as soon as fast SMA crosses down slow SMA.
Settings used
This example uses the "pure" version of the SMACROSS strategy, meaning both the buy method and sell method are set to use SMACROSS. No additional confirming indicators are used.
The following relevant settings were used, all other settings were set to the defaults:
PERIOD: 240
SLOW_SMA: 12
FAST_EMA: 4
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
Ichimoku | Gunbot trading strategyThis is an example of Gunbot trading with the ichimoku strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy will buy when Tenkan-sen crosses up Kijun-sen, it will sell when Tenkan-sen crosses down Kijun-sen. You can configure if the support or resistance at the Kumo level needs be considered for trades to be placed.
Settings used
This example uses the "pure" version of the ichimoku strategy, meaning both the buy method and sell method are set to use ichimoku . No additional trailing or confirming indicators were used.
The following relevant settings were used, all other settings were set to the defaults:
PERIOD: 60
TENKAN_PERIOD: 30
KIJUN_PERIOD: 60
SENKOUSPAN_PERIOD: 30
KUMO_SENTIMENTS: true
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
MACDH | Gunbot trading strategyThis is an example of Gunbot trading with the MACDH strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy is based on the MACD histogram, taking advantage of signals that indicate a MACD signal line crossover is likely.
A buy order is placed when the MACD histogram crosses up the zero line. A sell order will be placed when the MACD histogram drops below 0.
Settings used
This example uses the "pure" version of the MACDH strategy, meaning both the buy method and sell method are set to use MACDH. MFI is used as confirming indicator.
The following relevant settings were used, all other settings were set to the defaults:
PERIOD: 60
MACD_SHORT: 5
MACD_LONG: 13
MACD_SIGNAL: 3
MFI_ENABLED: true
MFI_BUY_LEVEL: 40
MFI_SELL_LEVEL: 20
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
MACD | Gunbot trading strategyThis is an example of Gunbot trading with the MACD strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy is based on MACD , taking advantage of signals that indicate momentum is likely changing.
A buy order is placed when the MACD line crosses up the signal line, a sell order is placed when the MACD line crosses down the signal line.
Settings used
This example uses the "pure" version of the MACD strategy, meaning both the buy method and sell method are set to use MACD . MFI is used as confirming indicator.
The following relevant settings were used, all other settings were set to the defaults:
PERIOD: 240
MACD_SHORT: 12
MACD_LONG: 29
MACD_SIGNAL: 9
MFI_ENABLED: true
MFI_BUY_LEVEL: 40
MFI_BUY_LEVEL: 20
MFI_PERIOD: 14
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
Emaspread | Gunbot trading strategyThis is an example of Gunbot trading with the EMASPREAD strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy is based on EMA , enabling Gunbot to buy when prices start moving up - indicated by the spread between fast and slow EMA decreasing. Selling takes places when prices start moving down again, indicated by the spread decreasing again.
Settings used
This example uses the "pure" version of the EMASPREAD strategy, meaning both the buy method and sell method are set to use EMASPREAD. No additional trailing or confirming indicators were used.
The following relevant settings were used, all other settings were set to the defaults:
EMA1: 30
EMA2: 10
EMAx: 0.5
Full disclosure
I am the author the Gunbot wiki. This content is meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
Pingpong | Gunbot trading strategyThis is an example of Gunbot trading with the Pingpong strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy can be used for pairs that move up and down between a predictable price range for longer periods. You set fixed prices at which Gunbot should buy and sell, Gunbot will buy or sell as soon as the exact target is hit or exceeded.
Settings used
This example uses the "pure" version of the Pingpong strategy, meaning both the buy method and sell method are set to use Pingpong. No additional trailing or confirming indicators were used.
The following relevant settings were used, all other settings were set to the defaults:
PP_BUY: 6570
PP_SELL: 6620
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
ATRTS | Gunbot trading strategyThis is an example of Gunbot trading with the ATRTS strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy uses ATR to calculate trailing stops to provide buy and sell signals when volatility increases or decreases and crosses the trailing stop.
Settings used
This example uses the "pure" version of the ATRTS strategy, meaning both the buy method and sell method are set to use ATRTS. RSI is used as confirming indicator for buying, as ATR does not provide information on price direction, it is recommended to always use a confirming indicator with this strategy.
The following relevant settings were used, all other settings were set to the defaults:
PERIOD: 15
ATRX: 0.9
ATR_PERIOD: 20
RSI_BUY_ENABLED: true
RSI_LENGTH: 20
RSI_BUY_LEVEL: 50
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
ADX | Gunbot trading strategyThis is an example of Gunbot trading with the ADX strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy is based on ADX , enabling Gunbot to buy when prices are moving up and ADX indicates a strong uptrend. Sell orders are placed when prices move down and a strong downtrend is measured.
Settings used
This example uses the "pure" version of the ADX strategy, meaning both the buy method and sell method are set to use ADX . No additional confirming indicators are used.
The following relevant settings were used, all other settings were set to the defaults:
PERIOD: 15
DI_PERIOD: 14
ADX_LEVEL: 50
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer:
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
Trailing Stop / Stop Limit | Gunbot trading strategyThis is an example of Gunbot trading with the Trailing Stop / Stop Limit (tssl) strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
This strategy is based on trailing prices, it trades when a price direction change is detected and the trailing stop / stop limit is hit. Additionally, you can set a minimum gain target for sell orders and constrain buy orders to only be placed when prices are below EMA .
Settings used
This example uses the "pure" version of the tssl strategy, meaning both the buy method and sell method are set to use tssl. No additional confirming indicators are used.
The following relevant settings were used, all other settings were set to the defaults:
BUY_RANGE: 0.5
SELL_RANGE: 0.5
GAIN: 0.7
BUY_LEVEL: 0
EMA1: 16
EMA2 8
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
Bollinger Bands TA | Gunbot trading strategyThis is an example of Gunbot trading with the Bollinger Bands TA (BBTA) strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
With this strategy you can configure at which percentage from the lower Bollinger Band Gunbot should buy, and at which percentage from the upper Bollinger Band a sell order should be placed. Orders are placed after prices first move outside the set level, then move back in.
Settings used
This example uses the "pure" version of the BBTA strategy, meaning both the buy method and sell method are set to use BBTA. No additional trailing or confirming indicators are used.
The following settings were different from the defaults:
HIGH_BB: 30
LOW_BB: -10
STDV: 2.1
SMAPERIOD: 30
PERIOD: 15
Full disclosure
I am the author the Gunbot wiki. This content is meant only as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.
Bollinger Bands | Gunbot trading strategyThis is an example of Gunbot trading with the Bollinger Bands (bb) strategy. Gunbot is a multi platform crypto trading bot.
About this strategy
With this strategy you can configure at which percentage from the lower Bollinger Band Gunbot should buy, and at which percentage from the upper Bollinger Band a sell order should be placed. Additionally, you can configure the minimum profit per trade and how much prices need to be below EMA for buy orders to be executed.
Settings used
This example uses the "pure" version of the bb strategy, meaning both the buy method and sell method are set to use bb. No additional trailing or confirming indicators are used.
The following relevant settings were used, all other settings were set to the defaults:
PERIOD: 60
EMA1: 20
EMA2: 10
BUY_LEVEL: 1
STDV: 2
SMAPERIOD: 30
HIGH_BB: 20
LOW_BB: 0
GAIN: 2.2
Full disclosure
I am the author the Gunbot wiki. This content is only meant as educational material to show an example of how Gunbot can be used, disclosing the full strategy settings used.
Disclaimer
While every effort has been made to ensure these simulations of Gunbot contain the same logic as Gunbot, they will not always buy or sell at the exact same time or prices as Gunbot (because of TradingView's inability to use ticker prices). This is close as you can get in TradingView to the real thing. Backtesting the past does NOT guarantee profit in the present or future.
Please don't use these exemplary settings without doing your own research. Results can vary depending on the chosen market and it's conditions.