Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 6/26/2011 Posts: 128
|
Hi Bruce:
I would be interested in the number of heiken ashi color changes over the last n (say 21) periods.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If Color Based On is set to Open vs Close.
CountTrue(TrueInRow(O + H + L + C > XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1, 2) = 1 OR TrueInRow(O + H + L + C <= XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1, 2) = 1, 21)
If Color Based On is set to Net Change.
CountTrue(TrueInRow(O + H + L + C > O1 + H1 + L1 + C1, 2) = 1 OR TrueInRow(O + H + L + C <= O1 + H1 + L1 + C1, 2) = 1, 21)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 6/26/2011 Posts: 128
|
Thanks!
|
|
Gold Customer
Joined: 3/31/2010 Posts: 4
|
Bruce, When using H A Candles, is there a way of showing normal daily prices instead of HA prices.
Thanks for your Help
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following topic explores how to plot OHLC bars overtop the HA candles.
Real Price over HA Bars
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 3/31/2010 Posts: 4
|
Thanks Bruce, I will take a look.
|
|
Gold Customer
Joined: 3/31/2010 Posts: 4
|
Works like a charm, thanks again.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |