Support Board
Date/Time: Sun, 15 Jun 2025 17:05:24 +0000
Post From: Percent Change Since Open study
[2025-05-20 04:26:09] |
User781731 - Posts: 55 |
Iām trying to find a more efficient way to track percent change since open for multiple futures symbols ā ES, NQ, YM, and RTY ā all on the same chart. The built-in Sierra Chart study already does what I want for a single symbol: it calculates percent change based on the session open time and plots it as a line. That part works perfectly. The issue is, to do this for multiple symbols, I currently have to open 4 separate charts (one for each symbol), add the study to each chart, and then overlay the NQ, YM, and RTY studies onto my main ES chart using Study/Price Overlay. This setup works but requires 4 charts and 7 studies (4x percent change since open studies + 3x study/price overlay studies) which is less than ideal in terms of efficiency, processing load etc. Is there a way to achieve this with only 1 chart and 1 study? I tried to create a custom study but couldn't get it to work. I tried using the "Add Additional Symbol" study but the price values showing on these studies appears to be slightly delayed compared to the respective price charts for each different symbol. If I can't rely on the price being totally current then it isn't a feasible option |