Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
AMPLIFIER INDICATOR_MFI for Amibroker (AFL)
MFI calculated value of heiken Ashi and is amplified in 6 directions
Similar Indicators / Formulas
Indicator / Formula
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | HaClose = EMA (( O + H + L + C )/4,3); HaOpen = AMA ( Ref ( HaClose, -1 ), 0.5 ); HaHigh = Max ( H , Max ( HaClose, HaOpen ) ); HaLow = Min ( L , Min ( HaClose, HaOpen ) ); Periods= Param ( "Periods" ,14, 2, 222, 1); tp=(HaClose +HaHigh +HaLow )/3*(1+(HaClose -HaOpen )/HaOpen)*(1+(HaClose - Ref ( HaClose, -1 ))/ Ref ( HaClose, -1) )*(1+(HaOpen - Ref ( HaOpen, -1 ))/ Ref ( HaOpen, -1) )*(1+( Close - Ref ( Close , -1 ))/ Ref ( Close , -1) )*(1+( Open - Ref ( Open , -1 ))/ Ref ( Open , -1) )*(1+( Close - Open )/ Open ); newMFI=100 -(100 /(1 + Sum ( IIf (Tp> Ref (Tp,-1), V *Tp,0),Periods) / Sum ( IIf (Tp< Ref (Tp,-1), V * Tp,0),Periods) ) ); Plot (newMFI, _DEFAULT_NAME (), ParamColor ( "Color" , colorCycle ), ParamStyle ( "Style" ) ); |
2 comments
Leave Comment
Please login here to leave a comment.
Back
it’s my code ! i’m wrote it and post it in my website on aug, 25th, 2011 !
!
http://srsc.com.vn/forum/ami-codes/6407-bo-chi-bao-dong-tien-money-flow-index-group.html#axzz1WfGer100
bạn Ngotansy chắc là người việt ! tôi nghĩ bạn nên chú thích về nguồn gốc của nó trước khi public nó ra ngoài chứ !
soi_nhan, would you like me to remove it from the site? The user should have at have asked you for permission before posting here.