Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 01:42:08 +0000



Post From: Automated trading strategy is not issuing trades on SC through account at Infinity brokers

[2016-07-12 21:19:02]
@sstfrederik - Posts: 404
Hi,

A client of mine is using SC through Transact and Infinity and connects to his simulated account. Auto trade is enabled, trade simulation is off, chart trade mode on is checked. The strategy I provided has the correct settings, but there are no trades issued. Not with the live feed, neither with a replay. I can not further test this on the client end with another data/service setting since it is not available.
SendOrdersToTradingService is set. There is nothing the trade service log or message log.

// Send to trade service is always set
if (sc.GlobalTradeSimulationIsOn == 1)
sc.SendOrdersToTradeService = 0;
else
sc.SendOrdersToTradeService = 1;

My client is connected to Transact without any issues.

The strategy works fine on my own SC instance (package 5, Rithmic, CQG, SC-data), also the trading partner of my client does not have these issues with his install (package 3, Rithmic).

Did I overlook something? Are there issues with auto-trading through Transact?

Thanks in advance for any pointers.

Kind regards,
Frederik