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

Candlestick Pattern

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

    Candlestick Pattern

    Sorry for the cross post
    Last edited by Tom39; 04-25-2018, 02:58 PM.

    #2
    Hello Tom39,

    Thank you for the note.

    You will have to open up the CandleStickPattern indicator, right click in the editor and select "save as" to make your own copy of the indicator. Rename it to something like "MyCandleStickPatterns"

    After this, you will have to rename the "ChartPattern" enum. This is the list of all the patterns available in OnBarUpdate. To quickly refactor this, press CTRL+f on your keyboard to bring up the search function. Then click "Quick Replace" and replace all occurences of "ChartPattern" with "MyChartPattern" to create a unique name. After this the script should compile and you can add an enum value to the list and implement it in OnBarUpdate.

    Please let us know if you have any questions.
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kaywai, 09-01-2023, 08:44 PM
    5 responses
    601 views
    0 likes
    Last Post NinjaTrader_Jason  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    6 responses
    22 views
    0 likes
    Last Post xiinteractive  
    Started by Pattontje, Yesterday, 02:10 PM
    2 responses
    19 views
    0 likes
    Last Post Pattontje  
    Started by flybuzz, 04-21-2024, 04:07 PM
    17 responses
    230 views
    0 likes
    Last Post TradingLoss  
    Started by agclub, 04-21-2024, 08:57 PM
    3 responses
    17 views
    0 likes
    Last Post TradingLoss  
    Working...
    X