Support Board
Date/Time: Sat, 23 Nov 2024 18:39:03 +0000
Post From: ACSIL Trading System Is Not Placing Trades for the Simulated Trading Service.
[2024-08-06 06:02:05] |
User413206 - Posts: 26 |
I've done the following: 0. Purchased live Denali data and Teton routing. 1. Created simulated account in Trade >> Trade Account Monitor. 2. Funded the account in Trade >> Trade Accounts Monitor >> Balance >> Adjust Account Balance. 3. Selected Trading Evaluator [trading] in Global Settings >> Data/Trade Service Settings >> Current Selected Service. 4. Unchecked Trade >> Trade Simulation Mode On. 5. Checked Trade >> Auto Trading Enabled - Global. 6. Checked Trade >> Auto Trading Enabled - Chart. 7. Added the following to ACSIL study: SCInputRef SendOrdersToTradeServiceInput = sc.Input[6]; // Route to trading service
if (sc.SetDefaults) { SendOrdersToTradeServiceInput.Name = "Send Orders to Trade Service"; SendOrdersToTradeServiceInput.SetYesNo(false); // Default to No (false) 8. Before applying the study, I set SendOrdersToTradeServiceInput to Yes.9. When the ACSIL function is applied, the following line is run: // Set order routing to either sim or trading service.
sc.SendOrdersToTradeService = SendOrdersToTradeServiceInput.GetYesNo(); Is there something that I am missing. Manual trades appear to go through using the Simulated Trading Serivce. |