Dear Sir,
It is possible that your revised formula is similar to the Smoothed Heiken Ashi as the trend looks similar. Am posting the formula for Smothening as found in another site.
Step 1
First calculate the moving average (MA) based in n periods of openings, minimum, maximum and closures which must be replaced by the openings, minimum, maximum and closures that appear in the formulas discussed earlier so that we get the following :
Close
Modified = (MA (Open, n ) MAMximo, n) MovAvg (minimum, n ) MA (Close, n ))/ 4
Open Modified = (MA (Open Modified from the previous bar, n) MA (Close Modified from the bar below, n ))/ 2
Max Modified = Max (MA (Maximum, n ), MA (Open Modified n ), MA (Close Modified n ))
Minimum Modified = Min (MA (Minimum, n ), MA (Open Modified n ), MA (Close Modified n ))
Step 2
It then proceeds to apply a second moving average p periods to openings, closures, minimum and maximum modified so that each of the parts of the candle Heikin Ashi its smoothed version, are as follows :
Opening Softened = MA (Open Modified p )
Close Smooth = MA (Close Modified p )
Max Smooth = MA (Maximum Modified p )
Minimum Smooth = MA (Minimum Modified p )
Hope this helps. Thanks
It is possible that your revised formula is similar to the Smoothed Heiken Ashi as the trend looks similar. Am posting the formula for Smothening as found in another site.
Step 1
First calculate the moving average (MA) based in n periods of openings, minimum, maximum and closures which must be replaced by the openings, minimum, maximum and closures that appear in the formulas discussed earlier so that we get the following :
Close
Modified = (MA (Open, n ) MAMximo, n) MovAvg (minimum, n ) MA (Close, n ))/ 4
Open Modified = (MA (Open Modified from the previous bar, n) MA (Close Modified from the bar below, n ))/ 2
Max Modified = Max (MA (Maximum, n ), MA (Open Modified n ), MA (Close Modified n ))
Minimum Modified = Min (MA (Minimum, n ), MA (Open Modified n ), MA (Close Modified n ))
Step 2
It then proceeds to apply a second moving average p periods to openings, closures, minimum and maximum modified so that each of the parts of the candle Heikin Ashi its smoothed version, are as follows :
Opening Softened = MA (Open Modified p )
Close Smooth = MA (Close Modified p )
Max Smooth = MA (Maximum Modified p )
Minimum Smooth = MA (Minimum Modified p )
Hope this helps. Thanks