Support Board
Date/Time: Tue, 26 Nov 2024 06:56:42 +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 |