// *********************************************** // AFL Library // List Add formula // Details: // Formula Name: INTRADAY HEIKIN ASHI new // Author/Uploader: ali - [EMAIL PROTECTED] // Date/Time added: 2006-09-22 19:07:15 // Origin: a // Keywords: INTRADAY HEIKIN ASHI new // Level: advanced // Flags: system // DISCLAIMER: Most formulas present in AFL on-line library are submitted // by the users AND are provided here on an "as is" AND "as available" // basis. AmiBroker.com makes no representations OR warranties of any kind // to the contents OR the operation of material presented here. We do NOT // maintain nor provide technical support for 3rd party formulas. // Download formula file | Delete formula // Description: // INTRADAY HEIKIN ASHI new // *************************************************
Regards, Ton. ----- Original Message ----- From: jack To: [email protected] Sent: Monday, July 16, 2007 2:04 AM Subject: [amibroker] Heiken Ashi indicator hi, anyone has heiken ashi indicator? I found an article talking about its fomula as below: The heikin-ashi candlestick technique uses modified open-high-low-close (OHLC) values and displays them as candlesticks. The modified values are computed using these definitions: • haClose = (O+H+L+C)/4 • haOpen = (haOpen (previous bar) + haClose (previous bar))/2 • haHigh = Maximum(H, haOpen, haClose) • haLow = Minimum(L, haOpen, haClose) is this the one everyone uses? if anyone has a working heiken ashi indicator AFL file, please help uploading it or email to me. thanks a lot jack ------------------------------------------------------------------------------ Get the free Yahoo! toolbar and rest assured with the added security of spyware protection.
