I have a study that I've created that uses multiple data sources (let's say ES, NQ and YM) and creates a value between 0 and 1 based on these data sources. For simplicity let's say that it's the average RSI of the 3.
This works well and the histogram is drawn but when I reload it the values are all slightly different. I think that this could be a timing issue with the close of 1 bar on the base symbol (the ES) before the close of the other bars (on the NQ and YM).
Does this sound logical? If so, is there any way you can suggest to resolve this problem?
Thanks,
Guy
This works well and the histogram is drawn but when I reload it the values are all slightly different. I think that this could be a timing issue with the close of 1 bar on the base symbol (the ES) before the close of the other bars (on the NQ and YM).
Does this sound logical? If so, is there any way you can suggest to resolve this problem?
Thanks,
Guy
Comment