Support Board
Date/Time: Tue, 18 Mar 2025 04:33:25 +0000
Post From: Refresh Chart To Update Studies/Automated strategy
[2022-09-14 19:00:01] |
User769783 - Posts: 191 |
I have developed a study/trading automation written is ASCIL. I have to refresh the chart a lot to get an updated signal from my study. Not sure why but since I am using these functions it is happening: sc.NumberOfAskTrades[sc.Index]; sc.NumberOfBidTrades[sc.Index]; sc.DownTickVolume[sc.Index]; sc.UpTickVolume[sc.Index]; sc.BaseData[SC_ASK_BID_VOL_DIFF_MOST_RECENT_CHANGE][sc.Index]; .... Are there certain requirements when using these functions in custom studies? Thanks |