Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vincentmdr

Pages: [1]
1
Technical Support & Development / Re: HELP! Error 500
« on: August 04, 2017, 04:06:56 PM »
I also get 500 errors, but only when GB wants to make a buy order. and it happens everytime it does so! thereby keeping all buy orders from being made.... :(

2
If you want to hold them long term just use a wallet on your pc?

3
Technical Support & Development / Re: Feature request
« on: June 10, 2017, 07:18:13 PM »
that's pretty much what I suggested yeah

4
Technical Support & Development / Re: Feature request
« on: June 10, 2017, 10:18:53 AM »
I have to add that I am using Gunbot 3.3 GUI on Windows

5
if you have an android phone, there is a app called Polotracker. Make a NEW api for that, disable trading and use that for the app. you will get a notification of any trade.

6
Technical Support & Development / Feature request
« on: June 10, 2017, 09:49:33 AM »
Hello Gunthar and fellow Gunbotters

Now when you start up Gunbot it askes you to start all previous pairs. I you choose so than it automatically start all pairs that are in the folder but that may very well NOT be the exact pairs you were running when Gunbot closed.
Now I don't run all pairs all the time you may not either for various reasons. But you don't want to loose settings also. And when Gunbot crashes, and that happens every now and than for me, you want to start where you left off without having to manually start the individual pairs.

So I propose the following:

- A log that actually has the pairs you are running, updated whenever you start or stop a pair so that when you start Gunbot you pick up where you left.
- Upon start up open a window where you get an overview of all the pairs that are in your Gunbot folder and use a check button to activate the pairs you want to start and than autostart all of the selected pairs.

So than you will have the option to either 1: start all previous pairs or 2: select the pairs you wish to start.


That's it! Let me know what you guys think and if also would find such a function handy.

Vince

7
Thanks that did the job!

8
When I try to start a pair in this version I get the following error, who know's what the problem is?

Quote
See end of this file for more info about JIT-error


************** Text of exception **************
System.ComponentModel.Win32Exception (0x80004005): The file isnot a valid program for this operating system or platform.
   bij System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   bij System.Diagnostics.Process.Start()
   bij JsonGui.JsonGui.createProcess(String configFileName, String cmdFileName)
   bij JsonGui.JsonGui.button1_Click(Object sender, EventArgs e)
   bij System.Windows.Forms.Control.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bij System.Windows.Forms.Control.WndProc(Message& m)
   bij System.Windows.Forms.ButtonBase.WndProc(Message& m)
   bij System.Windows.Forms.Button.WndProc(Message& m)
   bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded assembly's **************
mscorlib
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.296 (RTMGDR.030319-2900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
GUNBOT
    Assembly-versie: 1.0.0.0
    Win32-versie: 1.0.0.0
    CodeBase: file:///C:/Users/drvlokaal/Desktop/Nieuwe%20map/GUNBOT.exe
----------------------------------------
System.Windows.Forms
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.1002 built by: RTMGDR
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.1001 built by: RTMGDR
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.1001 built by: RTMGDR
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.resources
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.232 built by: RTMGDR
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_nl_b77a5c561934e089/System.resources.dll
----------------------------------------
System.Windows.Forms.resources
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.235 built by: RTMGDR
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.235 (RTMGDR.030319-2300)
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_nl_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** JIT-error **************
If you want to enable JIT error detection than in the configuration file for this file or computer has to be adjusted. jitDebugging has to be enabled. The program has to be compled while errordetection was enabled.

Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze
toepassing of computer (machine.config) de waarde
jitDebugging in het gedeelte system.windows.forms zijn ingesteld.
De toepassing moet ook zijn gecompileerd terwijl foutopsporing
was ingeschakeld.

Example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT error detection is enabled, unprocessed exceptions will be send to the JIT errordetection program that is installed on the computer..
Wanneer JIT-foutopsporing is ingeschakeld, worden onverwerkte uitzonderingen
naar het JIT-foutopsporingsprogramma gestuurd dat op de computer is geregistreerd
en worden niet door dit dialoogvenster verwerkt.

9
Beginners & Help / Some beginner Q's
« on: May 29, 2017, 02:21:07 PM »
Hi there BG community!

I somehow ended up on the original post on bitcointalk about Gunbot and got excited reading it all. Understandably, I felt that it all sounds too good to be true.. and we all know the saying! But I am starting to believe that Gunbot might be the exception to the rule! I get excited reading the orgininal post as this forum aswell because you guys really are a community and I am hoping to get adopted in to it ;)

I am in search of a Gunbot license so if anyone has one to offer please contact me :)

Because of work I sometimes have to leave my house for 24 hours or even more (but almost never longer than 30hours). So my first question is; How long can I leave Gunbot "alone" without having to worry that things go south... Markets change and cryptocoins are in the lead when it comes to changing so hence my question about this.
(I can always use something like teamviewer software to access from work...)

Is it common that in the first period of learning to use Gunbot some losses are made because of not knowing the software and trading rules to detail? Or is there enough info on this forum to have succes from the first beginning?
(Yes, I know there is always a risk and I only use the money I can "lose" as I am doing now trading manually)

I guess that's it for now!

Thanks for your response in advance :)

cheers
vince


Pages: [1]