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 algospoke, Yesterday, 06:40 PM
    2 responses
    18 views
    0 likes
    Last Post algospoke  
    Started by ghoul, Today, 06:02 PM
    3 responses
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    44 views
    0 likes
    Last Post jeronymite  
    Started by Barry Milan, Yesterday, 10:35 PM
    7 responses
    20 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by AttiM, 02-14-2024, 05:20 PM
    10 responses
    180 views
    0 likes
    Last Post jeronymite  
    Working...
    X