Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 10:54:23 +0000



Post From: sc.GetTradeStatisticsForSymbol - information please

[2015-02-23 09:22:30]
Marmany - Posts: 307
In the online manual we have :
Type: Function:

int GetTradeStatisticsForSymbol(int Unused, int DailyStats,s_ACSTradeStatistics& TradeStats);

However in acs_Source\Studies3 line 1819 we have:
Line 1819:   sc.GetTradeStatisticsForSymbol(sc.GlobalTradeSimulationIsOn != 0, true, DailyStats);

Implying that the study is set for simulated trading.
I am uncertain which is correct and prefer not to experiment when live trading.
Please verify the significance of "int Unused" and advise if it needs to be changed when live trading.

Many thanks.