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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    157 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    91 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    143 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    130 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    107 views
    0 likes
    Last Post CarlTrading  
    Working...
    X