Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 07:56:13 +0000



Post From: Accessing replay results using GetTradeStatisticsForSymbolV2

[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.