1
General Discussion / Re: GUNBOT v5: Setting up your BB strategy to match CHARTS
« on: September 22, 2017, 10:41:38 PM »It'll have to set how to report back here, using Sjakil's GUI makes it a different process...
I'm using Sjakil's GUI too and I am looking for the settings in Gunbot so that Gunbot matches Sjakil's GUI and I can match it in Bittrex. When in Bittrex I add the BB's to the chart with a SMA period of 10 and a 5 minute candle stick the Bittrex chart matches Sjakil's GUI exactly (when I have Sjakil's GUI at 5 minute candle stick which I prefer). By reading a lot of posts I think I understand how to set it up, please do correct me if I'm wrong
Now to setup Gunbot (using version 5.0.4) to "see" exactly the same as Sjakil's GUI I think I need the following settings:
Bot settings:
"period_storage_ticker": 2000, (See calculation below)
"interval_ticker_update": 15000, (I prefer 15 second ticker update)
BB strategy settings:
"PERIOD": 5, (5 minute candle stick which I use in Sjakil's GUI and what I prefer)
"STDV": 2, (Default setting used by Sjakil's GUI and default setting in Bittrex)
"SMAPERIOD": 200, (See calculation below)
The calculation of the SMAPERIOD is: (10*5*60)/15 = 200
10 is the SMA period Sjakil's GUI uses
5 is the candle stick period which I prefer
60 is minutes
15 is the interval ticker divided by 1000
So to force Gunbot to use the 10 period SMA the SMAPERIOD setting must be 200
Because the 10 period SMA and 200 tickers per period the period_storage_ticker must be 2000
Hopefully someone can confirm this is the correct way to set Gunbot to match Sjakil's GUI ?