Replies

hotcoffee
16 Mar 2015, 19:21

RE:

Spotware said:

Dear Trader,

Almost all our trading servers located in London.

cTrader connects to a "New York" server when I login to my live account

cTrader shows proxy location, not trading server.

Can you confirm where the order server is located and provide an IP address to ping? 

IP addresses of trading servers cannot be disclosed because of security reasons. We can recommend you to find VPS in London. You can check server latency inside application.

Understood, thanks for the clarification.


@hotcoffee

hotcoffee
04 Mar 2015, 14:03

RE:

Spotware said:

Spotware doesn't provide cBot development support. We can recommend you to contact one of our Partners or post a job in Development Jobs section.

Perhaps a relevant question that you can answer. Do all indicators (custom or otherwise) change value on each tick, despite not being accessed, used or otherwise referenced in OnTick()? My indicators work fine when placed on a sheet, but the robot version of them sees different value. My searching of the forum suggests that indicators change on the tick. My question then is does customIndicator.Last(1) refer to the previous tick rather then the last bar when called in OnBar(). Similiar question with Maximum and Minimum functions. If I had my DataSeries Source set to 1 minute bars, would  Source.Maximum(10); refer to the last 10 bars, or last 10 ticks?


@hotcoffee