Topics
12 Jun 2014, 15:18
 2776
 2
13 Nov 2012, 01:45
 3225
 1
02 Nov 2012, 07:11
 0
 3395
 4
29 Oct 2012, 11:47
 0
 3347
 2
Replies

trader4mat
26 Oct 2012, 08:21

I had the same problem, The robot doesn't wait untill the trade is executed and runs the algorithm a couple of times while the trade is in execution.

 

Add this line of code:

 

if (Trade.IsExecuting) return;

 

 

4maT


@trader4mat

trader4mat
22 Oct 2012, 03:32

RE:
admin said:

Hello,

 

Please try the following:

 

In Connection Settings
Server
: http-proxy.ctrader.com
Port: 443
Protocol: HTTP
Use proxy to connect: Enabled (checked)

 

This solves the connection isseus for ctrader, but not for calgo.
Could you please share the connection settings for calgo?
 
 

@trader4mat