Support Board
Date/Time: Wed, 25 Jun 2025 12:29:00 +0000
Post From: building formula problem
[2022-01-04 11:27:59] |
User278398 - Posts: 296 |
hello, i'm trying to get the value height of specific bar, by only formula! i success to get the current bar height =h[0]-l[0] i success to get the before current bar height =(h[1]-l[1])-(h[0]-l[0]) but i don't success to get further bars... nothing works =(h[2]-l[2])-(h[1]-l[1]) =(h[2]-l[2])-(h[0]-l[0]) =(h[2]-l[2])-(h[1]-l[1])-(h[0]-l[0]) /// some one have solution to get the before before current bar? regards |