logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
stokkkid  
#1 Posted : Wednesday, June 28, 2006 9:01:59 PM(UTC)
stokkkid

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/10/2005(UTC)
Posts: 4

Heikin-Ashi charts would be very helpful.
wabbit  
#2 Posted : Thursday, June 29, 2006 1:57:03 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
In themean time - before you go out and buy a tool to make the data into the right format for you ( from : http://www.trading-tools...n-ashi-for-metastock.htm - I don't know anything about it, it might work, it might not etc, caveat emptor) .... There is a way to exploit MS to create a sort of H-A plot... The code: xClose:=(O+H+L+C)/4; xOpen:=(PREV+Ref(C,-1))/2; xHigh:=Max(Max(H,xOpen),xClose); xLow:=Min(Min(LOW,xOpen),xClose); {plot} xClose; xOpen; xHigh; xLow; Now we have to plot this in a very SPECIAL way.... it takes some fiddling around, but once you get right you can save the chart as a template and then you never have to fiddle with it any more! First plot the indicator as is in a chart, overlayed over the base security. Next click the line that is the xHigh, and format this as a histogram in whatever colour you like. Now click the xLow and format this is a histogram in the SAME COLOUR as the chart background. This is now the high/low bar. Click the line that will be xOpen and format this as the very last style in the line-style drop down box (the one below histogram), and make the colour whatever you like and the line-weight the heaviest, or the one just above the heaviest. It should look like a seris of coloured dots on your high low bar. Do the same for the the xClose. Now hide the underlying security by making it a line chart with the same colour as the background. You now have something that should resemble your H-A chart. You might have to retrain your eyes and brain to 'see' the candles in this way, but you had to train it in the first place to see the candles, so this shouldn't be too strenuous. Hope this helps. wabbit :D UserPostedImage
stokkkid  
#3 Posted : Thursday, June 29, 2006 5:57:30 PM(UTC)
stokkkid

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/10/2005(UTC)
Posts: 4

Wabbit, Thanks a lot for your help! I really appreciate it. I actually purchased a program called Hams that generates Heikin ashi metastock data files. Even though it has several buggs, it works pretty well. However, it would be much more convenient if Metastock could generate these charts itself.
wabbit  
#4 Posted : Saturday, July 1, 2006 2:26:53 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Perhaps you could write a bit more of a commentary about the software you bought, where you got it, how it works, how it doesn't work etc. H-A charts come up often in the Forum, with no real answers, so details about your solution will be invaluable. Maybe you might like to comment further on how you implement H-A trades, any modifications you make to indicators to cater for the data differences etc. wabbit :D P.S. Maybe if we ask reeeaaalllllyy nicely, Equis will include the functionality in the next version?
PTJim  
#5 Posted : Wednesday, July 12, 2006 8:39:28 PM(UTC)
PTJim

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/10/2006(UTC)
Posts: 252

Thanks: 11 times
Was thanked: 9 time(s) in 6 post(s)
Another vote for implementing Heikin-Ashi candlesticks. Would also like to be able to color-fill the white candles; for instance show White as Green and Black as Red (unless I'm missing something, MS 9.1 only allows changing the outline color of the white candle; the fill remains white); I'm warming up to that color scheme using Medved's QuoteTracker.
wabbit  
#6 Posted : Thursday, July 13, 2006 12:59:38 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
You can colour the candles. See the MS Users Manual. Is there another way colour candles? Other than the way MS does it? In MS... A green candle means the close was higher than the close of the previous candle, or the close was the same as the previous candle and the previous candle was green. A red candle means the close was lower than the close of the previous candle, or the close was the same as the previous candle and the previous candle was red. If the candle is solid, the close was less than the open. If the candle is hollow, the close was higher than the open. The colour of the hollow part is actualy transparent and will take on the colour of the background. The (disgusting colour scheme) image below is an example. UserPostedImage The above assumes the user has selected 'green' for up bars and 'red' for down bars. To be more correct I should have used the terms up-candles and down-candles in case someone uses a different colour scheme, but I think they would get the idea anyway. Hope this helps. wabbit :D
Spaceant  
#7 Posted : Sunday, June 17, 2007 9:56:20 PM(UTC)
Spaceant

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/16/2005(UTC)
Posts: 182

Wabbit,

I have tried to plot the Heikin Ashi chart in your way, see the left side of the attached chart, versus the real one, right side with data imported from excel calculation.

Well, I should have set the bar of the left chart to be the same as the color of the background in order to "hide" the original price bar.

Sa

UserPostedImage

Users browsing this topic
Guest (Hidden)
Similar Topics
Heikin-Ashi expert (Formula Assistance)
by chrisdr22 6/5/2018 8:28:22 AM(UTC)
Heikin-Ashi [RESOLVED] (Formula Assistance)
by Sam7768 10/25/2005 10:52:03 AM(UTC)
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.