Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

An extremely good use of MFI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    An extremely good use of MFI

    I just started out with indicators a few months back and didn't really know what I was doing. Used excel and made a few misstakes in coding the MFI, but as it turned out it became a very (!) good indicator. I can of course upload it, but here is how it it set up. Let me know if you want it uploaded. Consists of three indicators and when they cross give a buy or sell signal.

    Indicator 1: 14 day modified MFI that uses close for comparison instead of typical price. Same close as the previous day is defined as a negative day

    negative.Set(Close[0] <= Close[1] ? Typical[0] * Volume[0] : 0);
    positive.Set(Close[
    0] > Close[1] ? Typical[0] * Volume[0] : 0);

    Indicator 2: 14 day exponential moving average of 14 day modified MFI

    Indicator 3: 24 day exponential moving average of 24 day modified MFI

    Look for the crossing between EMFI14 and EMFI24 (both should move in the same direction). Especially look for when EMFI14 is close to 30 or 70. Preferably use the market analyzer to scan 500-1000 stocks with the simple criteria EMFI14<35 or EMFI14>65 and you will have interesting stocks to look at.

    Combine this with the "squeeze" from bollinger bandwidth and you get a very powerful trading tool.

    Happy trading
    Last edited by Precisely; 10-23-2009, 09:50 AM. Reason: Clarification of signals

    #2
    Please upload your indicator

    Thank you for your work and please upload this indicator that you describe.




    Originally posted by Precisely View Post
    I just started out with indicators a few months back and didn't really know what I was doing. Used excel and made a few misstakes in coding the MFI, but as it turned out it became a very (!) good indicator. I can of course upload it, but here is how it it set up. Let me know if you want it uploaded. Consists of three indicators and when they cross give a buy or sell signal.

    Indicator 1: 14 day modified MFI that uses close for comparison instead of typical price. Same close as the previous day is defined as a negative day

    negative.Set(Close[0] <= Close[1] ? Typical[0] * Volume[0] : 0);
    positive.Set(Close[
    0] > Close[1] ? Typical[0] * Volume[0] : 0);

    Indicator 2: 14 day exponential moving average of 14 day modified MFI

    Indicator 3: 24 day exponential moving average of 24 day modified MFI

    Look for the crossing between EMFI14 and EMFI24 (both should move in the same direction). Especially look for when EMFI14 is close to 30 or 70. Preferably use the market analyzer to scan 500-1000 stocks with the simple criteria EMFI14<35 or EMFI14>65 and you will have interesting stocks to look at.

    Combine this with the "squeeze" from bollinger bandwidth and you get a very powerful trading tool.

    Happy trading

    Comment


      #3
      Originally posted by ezinvestor View Post
      Thank you for your work and please upload this indicator that you describe.
      Go to my profile and send me an email.

      Comment


        #4
        Doller, I tried to send it to you but got the email in return.

        Comment


          #5
          Originally posted by Precisely View Post
          Doller, I tried to send it to you but got the email in return.
          Hello, excuse me that I forget the mail.
          The mail is [email protected]

          Thank you

          Best regards, Jozef Doller

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Haiasi, Today, 06:53 PM
          1 response
          3 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by ScottWalsh, Today, 06:52 PM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by ScottW, Today, 06:09 PM
          1 response
          4 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by ftsc2022, 10-25-2022, 12:03 PM
          5 responses
          256 views
          0 likes
          Last Post KeyonMatthews  
          Started by Board game geek, 10-29-2023, 12:00 PM
          14 responses
          244 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Working...
          X