Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 10:52:51 +0000



Post From: Combination Symbol Chart

[2022-03-17 17:10:52]
Jeff Li - Posts: 58
Good day,

I am looking for some help on the combination symbol chart. I wish to use the same functionality of this study but in a different way.

I would like to create a graph that takes the difference in percentage between the current price and a previous price of a specific symbol. let's say of AAPL right now, so:

PriceA = (AAPL(T) - AAPL(T-1)) / AAPL(T)

And then combine a handful of them, say PriceA, PriceB, PriceC, PriceD.

I believe the current combination symbol chart study is only performing the following:

PriceA = SymbolA(T) * number.

sum(PriceA, PriceB, PriceC, PriceD, PriceE)