Support Board
Date/Time: Tue, 26 Nov 2024 06:30:15 +0000
Post From: Request for simple alert / bar coloring
[2016-06-16 15:41:54] |
infpz - Posts: 826 |
Tom, one more question - attached is image showing this formula: H>MAX(H[-1],H[-2],H[-3],H[-4],H[-5],H[-6],H[-7],H[-8],H[-9],H[-10],H[-11],H[-12],H[-13],H[-14],H[-15],H[-16],H[-17],H[-18],H[-19],H[-20]) Basically: H > last 20 bars' high. Do you know of a way to only display the most current signal, the last one? I can reduce the # of bars to calculate but that doesn't quite do it. |