Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 04:25:49 +0000



[Programming Help] - How i Set my Monthly Limit in Sierra Chart in C++ Code

View Count: 150

[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

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account