Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Tony Oz - Bottom Fisher Scan

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

    Tony Oz - Bottom Fisher Scan

    I'm wondering if there is already an indicator that does something similar to this, which I could use as a base.

    It is an indicator that I would be looking to use in Market Analyzer as a stock scanner.

    1. Find stocks that have closed down 3 or more days in a row.
    2. The "Trigger" event is if the stock is currently trading above yesterdays close.

    i.e. try's to pick the reversal point after a stock has bottomed.

    Usually this would be an intraday scan, i.e. you'd scan at 10am to 11:30am to try and catch the reversal as it happens.

    Bottom Fisher: http://www.tonyoz.com/bottom.htm
    Last edited by jalexander; 07-30-2014, 01:09 PM.

    #2
    Hello jalexander,

    Thank you for your post.

    I am not aware of such an indicator. The code for the fall would be if(Close[3] < Open[3] && Close[2] < Open[2] && Close[1] < Open[1] && Close[0] > Close[1]).

    You could then incorporate ToTime() for you check of the time. you can find an example of using a time filter at the following link: http://www.ninjatrader.com/support/f...ead.php?t=3226

    If you have any questions please let me know.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    590 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    342 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    555 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X