Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 guillembm, Yesterday, 11:25 AM
    2 responses
    9 views
    0 likes
    Last Post guillembm  
    Started by junkone, 04-21-2024, 07:17 AM
    9 responses
    68 views
    0 likes
    Last Post jeronymite  
    Started by trilliantrader, 04-18-2024, 08:16 AM
    4 responses
    18 views
    0 likes
    Last Post trilliantrader  
    Started by mgco4you, Yesterday, 09:46 PM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by wzgy0920, Yesterday, 09:53 PM
    0 responses
    10 views
    0 likes
    Last Post wzgy0920  
    Working...
    X