Support Board
Date/Time: Sat, 12 Jul 2025 17:50:32 +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 |