Support Board
Date/Time: Mon, 27 Oct 2025 23:28:44 +0000
Post From: ACSIL: Question about sc.Input[].SetDouble()
| [2025-03-05 16:05:01] |
| Tony - Posts: 640 |
|
Hi, I am trying to manually calculate commissions: if (sc.SetDefaults) { MesRoundTripCost.Name = "MES Round Trip Cost"; MesRoundTripCost.SetDouble(2.42); MesRoundTripCost.SetDoubleLimits(0.0, 3.0); EsRoundTripCost.Name = "ES Round Trip Cost"; EsRoundTripCost.SetDouble(4.38); EsRoundTripCost.SetDoubleLimits(0.0, 6.0); // Cost = Exchange + NFA + Commission + Routing } wonder is there anyway to remove them? Thanks so much! Date Time Of Last Edit: 2025-03-05 16:12:35
|
