Login Page - Create Account

Support Board


Date/Time: Wed, 24 Apr 2024 03:16:08 +0000



Accessing replay results using GetTradeStatisticsForSymbolV2

View Count: 520

[2021-09-11 16:03:12]
User99735 - Posts: 234
Hi,
Query on a replay run in SIM account started by sc.StartChartReplay() / sc.StartChartReplayNew() and stopped with sc.StopChartReplay()?
- Will it be possible to access the results of the replay using sc.GetTradeStatisticsForSymbolV2()?
- Any way to specify the end date of the replay using the above functions?
- Will the Trade Statistics be reset at start of replay using sc.StartChartReplay()?

Vivek
[2021-09-11 23:22:17]
Sierra Chart Engineering - Posts: 104368
Yes during the replay and after the replay finishes this information will be valid:
- Will it be possible to access the results of the replay using sc.GetTradeStatisticsForSymbolV2()?

- Any way to specify the end date of the replay using the above functions?
No.

- Will the Trade Statistics be reset at start of replay using sc.StartChartReplay()?
Yes.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2021-09-15 08:39:38]
User99735 - Posts: 234
Hi,
Thanks for the response. Currently the following functions are available to set the study inputs via ACSIL
  sc.SetChartStudyInputInt().
  sc.SetChartStudyInputFloat().
  sc.SetChartStudyInputString().

Can we have Set/Get equivalents of the following input functions:
  sc.Input[].SetDescription()
  sc.Input[].SetYesNo()
  sc.Input[].SetInputDataIndex()
  sc.Input[].SetDate()
  sc.Input[].SetTime()
  sc.Input[].SetTimeAsSCDateTime()
  sc.Input[].SetDateTime()
  sc.Input[].SetCustomInputIndex()
  sc.Input[].SetColor()
  sc.Input[].SetTimePeriodType()
  sc.Input[].SetAlertSoundNumber()
  sc.Input[].SetStudyID()
  sc.Input[].SetChartNumber()
  sc.Input[].SetChartStudySubgraphValues()
  sc.Input[].SetStudySubgraphValues()
  sc.Input[].SetChartStudyValues()
  sc.Input[].SetString()
  sc.Input[].SetPathAndFileName()

  and
  sc.SetChartStudyInputType() - indicating the type set/get by the input.
[2021-09-15 15:19:01]
Sierra Chart Engineering - Posts: 104368
This is not anything we can spend time with now.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2021-09-15 15:24:10]
User99735 - Posts: 234
Thanks, please take it as an enhancement request for future.

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

Login

Login Page - Create Account