Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EL coder using simple method

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

    EL coder using simple method

    New to Ninja....

    My method is to scan for equities (trade long only) that are over sold saucer formations plus have broken above the last 9 month high.

    Once I have these formations hand-picked I want to set them up with a code that will let them rip with the trend or momentum - but that will also protect profits... and then repeat.......until I remove said stock from my portfolio.

    The system can be somewhat liberal bc a lot of the filtering is done via scanning for the saucer formations that have broken above its 9 month high.

    Any thoughts much appreciated.

    I wish there was an easy way to convert my EL over...
    The EL code I use is mostly:

    If AverageFC(C, 3) > AverageFC(C, 9) and jtHMA(C, 9) > jtHMA(C,9)[1] then buy 1000 shares next bar market;
    If {the revers} then sell next bar market;

    Much apprecation for your thoughs.

    Slope

    #2
    Hello Slope,

    Thank you for your post.

    NinjaTrader advanced charting is extensible in that you can create custom strategies using NinjaScript which is based on the modern C# programming language.
    Click here for information on programming in NinjaScript

    If you have limited time or programming capabilities, you can discuss your requirements with any of our NinjaScript consultants.
    Click here for a list of certified NinjaScript Consultants
    Ray S.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    567 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X