Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Heikanashi pcf Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
dhirenshah
Posted : Wednesday, October 18, 2017 1:57:56 PM
Registered User
Joined: 3/10/2012
Posts: 465

Bruce could u please convert this PCF to heikanashi open and close , i m having trouble putting parenthesis

 

TrueInRow(C > (H1 + L1) / 2, 200) 

thanks 

 

Dhiren

dhirenshah
Posted : Wednesday, October 18, 2017 2:30:14 PM
Registered User
Joined: 3/10/2012
Posts: 465

Also change this to heikanashi open close format please 

TrueInRow(C > C1, 200) 

Bruce_L
Posted : Wednesday, October 18, 2017 3:09:59 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

So you want a count of the number of candles in a row the HA Close has been above the HA Open?

TrueInRow((O + H + L + C) / 4 > XAVG(O1 + H1 + L1 + C1, 3) / 4, 200)

And the number of candles in a row the HA Close has been above the previous HA Close?

TrueInRow((O + H + L + C) / 4 > (O1 + H1 + L1 + C1) / 4, 200)

Heiken-Ashi OHLC



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
dhirenshah
Posted : Wednesday, October 18, 2017 3:48:25 PM
Registered User
Joined: 3/10/2012
Posts: 465

yes thank you bruce 

I was literally doing HA high + HA low that's where i was having errors in parenthesis 

 

Cheers

Bruce_L
Posted : Wednesday, October 18, 2017 3:51:15 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.