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 cre8able, Today, 03:20 PM
        1 response
        9 views
        0 likes
        Last Post cre8able  
        Started by fiddich, Today, 05:25 PM
        0 responses
        3 views
        0 likes
        Last Post fiddich
        by fiddich
         
        Started by gemify, 11-11-2022, 11:52 AM
        6 responses
        804 views
        2 likes
        Last Post ultls
        by ultls
         
        Started by ScottWalsh, Today, 04:52 PM
        0 responses
        4 views
        0 likes
        Last Post ScottWalsh  
        Started by ScottWalsh, Today, 04:29 PM
        0 responses
        9 views
        0 likes
        Last Post ScottWalsh  
        Working...
        X