Support Board
Date/Time: Tue, 22 Apr 2025 12:30:59 +0000
Post From: Remote compiling issue
[2025-01-22 21:31:04] |
Sierra_Chart Engineering - Posts: 19305 |
In the Trading System Based on Alert Condition source code, there is a section of code like this and needs to be changed as follows: if (FormulaResult == r_PriorFormulaState)
{ TradeNotAllowedReason = "Formula state has not changed. Current state: "; if (FormulaResult != 0) TradeNotAllowedReason += "True"; else TradeNotAllowedReason += "False"; StateHasChanged = false; } Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |