Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Helpful suggestion

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

    Helpful suggestion

    Hello all,
    I currently have a custom working indicator that I'd like to use it's data to influence a custom strategy I am working on but have a few questions before I do.

    *If I wrongly assume something based on what I've read please let me know.

    1) I am not sure if it's best to have your indicator code separate from your strategy code or if it makes more sense just to take your indicator code and put it within the strategy file; any suggestion?

    2) From what I've read it seems there is a limit of what data types can be passed from the indicator to the strategy using the Series tag; am I correct?

    I'm leaning towards putting my indicator code into my strategy file because it seems easier and more concise, as well as, being able to display the indicator side of the code on the chart. I figured I'd update the indicator code within the indicator file so that I can debug and visual see my changes then once I'm satisfied I can just port it over to the strategy.

    Hopefully this wasn't too much rambling; thank you for the help.

    Travis Sloneker

    #2
    Hello Travis,

    Having an indicator set plot values means that the logic can be used for strategies, alerts, and the market analyzer. If you don't have use for these, it would be fine to put the logic directly in the strategy. It's up to you and your preference.


    As far as a know, any variable type can be public to be accessed from a calling host script. These should use the XmlIgnore() attribute if they are basic structs like string, int, double, bool, enum.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    53 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X