Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: alfadog67
About
User Name: alfadog67
Groups: Member
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, June 23, 2018
Last Visit: Wednesday, May 20, 2020 1:45:05 PM
Number of Posts: 5
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: HEIKEN-ASHI in TC2000 V12
Posted: Wednesday, February 20, 2019 11:43:13 AM

At any rate, both renditions are working well. I appreciate your help, Bruce!

Dan

Topic: HEIKEN-ASHI in TC2000 V12
Posted: Tuesday, February 19, 2019 11:09:40 PM

Makes me wonder if there are some even earlier formulae that are even faster ;-)

Topic: HEIKEN-ASHI in TC2000 V12
Posted: Tuesday, February 19, 2019 11:51:05 AM

Ok, thanks Bruce.

The reason I'm asking is because I'm using them in some large formulae,  and the "Calculation Speed" is "Medium" for the v12 formulae, and "Slow" for the newer syntax.

Since they're the same, I'll keep using the v12 ones for now unless you recommend differently.

 

Have FUN!

Dan

Topic: HEIKEN-ASHI in TC2000 V12
Posted: Monday, February 18, 2019 8:31:25 AM

Thanks, Bruce!

These are equivalent of the ones you put on page 1 for version 12, correct?

Dan

Topic: HEIKEN-ASHI in TC2000 V12
Posted: Thursday, February 14, 2019 3:11:01 PM

Hi y'all!

If these are Heiken Ashi for today:

HAOpen: ((XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4)
HAHigh: ((H + HAOpen + ABS(H - HAOpen)) / 2)
HALow:  ((L + HAOpen - ABS(L - HAOpen)) / 2)
HAClose: ((O + H + L + C) / 4)

Are these correct for Heiken Ashi yesterday?

HAOpen1: ((XAVGO3.2 + XAVGH3.2 + XAVGL3.2 + XAVGC3.2) / 4)
HAHigh1: ((H1 + HAOpen1 + ABS(H1 - HAOpen1)) / 2)
HALow1:  ((L1 + HAOpen1 - ABS(L1 - HAOpen1)) / 2)
HAClose1: ((O1 + H1 + L1 + C1) / 4)
 

Thanks!

Dan