Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 02:14:15 +0000



Post From: Price Overlay Study

[2018-03-02 05:17:10]
User203925 - Posts: 40
Thank you for the replay but that doesn't answer the question. In more detail, I am applying a weight and normalizing variables on 6 different studies on 6 different size charts. In order to accomplish this I have overlayed the 6 different studies onto the 5 minute chart.I am then accessing each array on each chart. After I have weighted each array, I am using the average and standard deviation to normalize the weighted array. The standard deviation and average functions both require a length. If a study is overlayed on the 5 minute chart and and I access an array in the study using sc.GetStudyArrayFromChartUsingID. I am going to then input "20" for the length in the moving average function. Is that 20 bars on the 5 minute chart which the study is overlayed onto or 20 bars back on the original chart where the study originated from?