Gunthy
GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: BluePhoeniX on July 30, 2017, 11:44:48 AM
-
Well first fo all go to : https://github.com/GuntharDeNiro/BTCT/releases
download the version 3.3.3 or 3.3.4 version 3.3.4 is recommended
1.Make a new folder unzip the files drag them into the new folder
2. edit the config.js file with notepad or notepad ++
3.IMPORTANT !! double up true = Avraging down feature on bot will buy to avrage your last buys down to sellable lvls NOT ADVISED with under .2btc captial!! put in double up=false to disable
4. Put in your settings and api keys for your markets!! also use Override to put in custom settings other than the bb ones at the bottom
Ive also made a video for that has a step by step guide ;D
Sry for audio im sick at the moment-__- https://www.youtube.com/watch?v=7z5-kngFXBM
shitty audio but my voice is too quiet in the other recordings i made -_-
-
Standard Debag settings just copy and paste them if you want HAS TRAILING STOP OR DOUBLE UP ENABLED!!
{
"pairs": {
"poloniex": {
"BTC_AMP": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC_BTS": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC_GNT": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC_NAUT": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC_ETH": { "strategy": "bb", "override": {}},
"BTC_BCN": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC_DASH": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC_DOGE": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}}
},
"bittrex": {
"BTC-PIVX": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC-LBC": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC-XMR": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
"BTC-LTC": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}}
}
},
"exchanges": {
"poloniex": {
"key": "Xxx",
"secret": "xx"
},
"bittrex": {
"key": "",
"secret": ""
}
},
"bot": {
"debug": false,
"period_storage_ticker": 300,
"interval_ticker_update": 10000,
"timeout_buy": 120,
"timeout_sell": 60,
"BTC_TRADING_LIMIT": 0.001,
"MIN_VOLUME_TO_BUY": 0.0005,
"WATCH_MODE": false
},
"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 1.6,
"GAIN": 1.6,
"HIGH_BB": 25,
"LOW_BB": 25,
"PANIC_SELL": false
}
}
}
-
My Normal BB strat has double up fals=Disabled also copy pastable for you ;D Just change the pairs to the ones you want to trade ;D
{
"pairs": {
"poloniex": {
"BTC_AMP": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC_BTS": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC_GNT": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC_NAUT": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC_ETH": { "strategy": "bb", "override": {}},
"BTC_BCN": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC_DASH": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC_DOGE": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}}
},
"bittrex": {
"BTC-PIVX": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC-LBC": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC-XMR": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
"BTC-LTC": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}}
}
},
"exchanges": {
"poloniex": {
"key": "Xxx",
"secret": "xx"
},
"bittrex": {
"key": "",
"secret": ""
}
},
"bot": {
"debug": false,
"period_storage_ticker": 300,
"interval_ticker_update": 10000,
"timeout_buy": 120,
"timeout_sell": 60,
"BTC_TRADING_LIMIT": 0.001,
"MIN_VOLUME_TO_BUY": 0.0005,
"WATCH_MODE": false
},
"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 1.6,
"GAIN": 1.6,
"HIGH_BB": 25,
"LOW_BB": 25,
"PANIC_SELL": false
"DOUBLE_UP": false
}
}
}
-
2 Questions:
Does lower or uppercase matter I see you mix them ?
"WATCH_MODE": true if set will trade data still be collected and if so, will it be a good idea to run it 'true' for 2-3 days ?
3. How will not debagging affect my trades, does Gunbot just sells according to the strategy ?
-
On Github Gunthar mentions I can message on Telegraph to get access to the Gunthy Elite Group. Is this it?
I had an older version, 3.3 given sold to me by East Coast Crypto and I can't get it to work. I'm downloading V5_0_4. I don't know what to expect.
I just want to get the latest version and get it working. Any suggestions?
The program I was sold doesn't work and gives me this error message.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at JsonGui.JsonGui.createProcess(String configFileName, String cmdFileName)
at JsonGui.JsonGui.button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
GUNBOT
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Nicolas/Desktop/GUNBOT.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
-
Will version 3.3.4 have the same GUI and ease of use as 3.3.2, if not, is it OK to use 3.3.2?