Support Board
Date/Time: Mon, 15 Sep 2025 14:46:50 +0000
Post From: How i Set my Monthly Limit in Sierra Chart in C++ Code
[2024-01-04 11:08:30] |
User565832 - Posts: 5 |
Hi I set the daily limit with this code : s_ACSTradeStatistics TradeStatistics; sc.GetTradeStatisticsForSymbol(0,1,TradeStatistics); float DailyPNL = TradeStatistics.ClosedProfitLoss(); i want to set the monthly limit or weekly how i do that Thanks Abhishek Nishad |