Support Board
Date/Time: Sun, 24 Nov 2024 07:03:23 +0000
Post From: Three Timeframe Bars
[2013-07-20 12:02:46] |
Kiwi - Posts: 375 |
The colours indicate that the highest timeframe is swinging up or down. They change when the prior swings lowest high / highest low is exceded by x (settable). It will work on any time frame but you'll need to rewrite it to count ticks instead of seconds for tick charts. Not impossible, it would just require a bit of thought about the lines: TIME_TO_HMS(sc.BaseDateTimeIn[pos].GetTime(),h0,m0,m); if( fmod(float(m0), timeh) == 0 ) Date Time Of Last Edit: 2013-07-20 12:05:18
|