Support Board
Date/Time: Mon, 10 Mar 2025 03:21:39 +0000
Post From: how making custom formula to a regular bar (high low open close) in chart ?
[2022-03-08 09:38:56] |
User278398 - Posts: 291 |
i mange to work with the study overlay-ohlc and spread sheet (bar), BUT the values that i get from my formula (for example) are: 5-open,3-high,6-low,1-close but the chart price (for example) are: 20-open,22-high,19-low,21-close the spread sheet (bar) display me the values 5-open,3-high,6-low,1-close on the chart, at price level 5$,3$... which i dont want /// i want to see those values ( 5-open,3-high,6-low,1-close) on the "real" graph (20-open,22-high,19-low,21-close) //// for example, i want to see in 20-open of the real chart mark for my formula which is 5-open in 22-high of the real chart mark for my formula which is 3-high in 19-low of the real chart mark for my formula which is 6-low in 21-close of the real chart mark for my formula which is 1-close many thanks |