Login Page - Create Account

Support Board


Date/Time: Wed, 05 Nov 2025 02:27:33 +0000



Post From: How i Set my Monthly Limit in Sierra Chart in C++ Code

[2024-01-04 11:08:30]
User565832 - Posts: 6
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