Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Difference between strategy and indicator

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

    Difference between strategy and indicator

    Hi. What are the substantive differences between implementing an automated trading program (CS file) as a strategy versus an indicator? I have the framework of a system that I've been developing already coded as an indicator. It currently contains the triggers and filters and needs order placement and management code added to it.

    I want to be sure that if I implement an automated trading program via an indicator that I'm not missing out on functional aspects of NT's backtesting features, etc.

    Thank you.

    #2
    - Only strategies can be backtested (with embedded indicators of course)
    - Indicators can not submit orders
    - Indicators do not support multiple time frame and instrument bars objects
    - Indicators do not support automated trading only strategies do
    RayNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Ray View Post
      - Only strategies can be backtested (with embedded indicators of course)
      - Indicators can not submit orders
      - Indicators do not support multiple time frame and instrument bars objects
      - Indicators do not support automated trading only strategies do
      That does kinda make it a no-brainer for going with the strategy route.

      Running strategies do not have any connection with a particular chart, correct (i.e., they are run in a different workspace)? For example, if I have indicators in a strategy, can they appear on a chart or not? Since the indicators that drive my triggers are tick-based, I would prefer not to have one whole set running to drive the charts and a second set running to drive the strategies (for processor load). I hope I'm making myself clear.

      Thanks, Ray.


      Regards,

      William

      Comment


        #4
        Yes, that's clear. Just embedd the indicator in the chart for display purposes via the Add() method.

        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by rtwave, 04-12-2024, 09:30 AM
        4 responses
        29 views
        0 likes
        Last Post rtwave
        by rtwave
         
        Started by yertle, Yesterday, 08:38 AM
        7 responses
        28 views
        0 likes
        Last Post yertle
        by yertle
         
        Started by bmartz, 03-12-2024, 06:12 AM
        2 responses
        21 views
        0 likes
        Last Post bmartz
        by bmartz
         
        Started by funk10101, Today, 12:02 AM
        0 responses
        6 views
        0 likes
        Last Post funk10101  
        Started by gravdigaz6, Yesterday, 11:40 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X