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

New Indicator to track price

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

    New Indicator to track price

    Hello,

    Is there a simple way to make an Indicator which tracks the closing price of a candle but a certain amount of Price level below or above the closing price? For example, if a candle closes at a price of 1750, then the indicator plots a point 30 points below at 1720. It draws a construing line like a MA, but based on a fixed distance from the closing price.

    If the closing prices are falling one next to the other, it plots the same line but above the closing price.

    Thank you for your support!
    Kailash

    #2
    Hello Kailash,

    You add a plot or draw an object at the price you would like.

    For example
    AddPlot(Brushes.Blue, "myPlot");

    Value[0] = Close[0] - 30 * TickSize;
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi Chelsea, Unfortunately I am NinjaScript illiterate. Can you show me how to do this with Strategy Wizard in NT 8?

      I find that easier.

      Thanks,
      Kailash

      Comment


        #4
        Hello Kailash,

        Attached is a screenshot of how this would look for a drawing object in the Strategy Builder.

        Below is a link to a forum post with helpful information about getting started with NinjaScript.
        Attached Files
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by usazencort, Today, 01:16 AM
        0 responses
        1 view
        0 likes
        Last Post usazencort  
        Started by kaywai, 09-01-2023, 08:44 PM
        5 responses
        603 views
        0 likes
        Last Post NinjaTrader_Jason  
        Started by xiinteractive, 04-09-2024, 08:08 AM
        6 responses
        23 views
        0 likes
        Last Post xiinteractive  
        Started by Pattontje, Yesterday, 02:10 PM
        2 responses
        22 views
        0 likes
        Last Post Pattontje  
        Started by flybuzz, 04-21-2024, 04:07 PM
        17 responses
        230 views
        0 likes
        Last Post TradingLoss  
        Working...
        X