Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ichimoku

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

    Ichimoku

    How to import Ichimoku indicator ?
    How to measure the number of ticks between two price points (is it only by ruler?)
    how to show the date on the chart ?
    Thanks

    #2
    Hello mosalem2003,

    Thanks for your note.

    You can find an Ichimoku indicator from the following search results.
    http://www.ninjatrader.com/support/f...chimoku&desc=1

    To import indicators you will need the original .zip file.
    Follow these steps to import an indicator:
    1. Download the indicator to your desktop, keep them in the compressed .zip file.
    2. From the Control Center window select the menu File > Utilities > Import NinjaScript
    3. Select the downloaded .zip file
    4. NinjaTrader will then confirm if the import has been successful.

    Note that on any files that say "File already exists on your PC" that start with an "@" symbol are the ones that came preloaded inside of NinjaTrader so you would say "No" so that you do not override those files.


    To measure the ticks between two price points you will need to create a custom NinjaScript.

    The code would be something like:
    int ticks = (int)((Close[0] - Open[1]) / TickSize);


    The date is currently shown in the window's title bar at the top of the chart.
    If you would like to show the date in a text box on the chart itself, you will also need to create a custom NinjaScript to accomplish this.

    Below is a link to the help guide on DrawTextFixed.
    http://www.ninjatrader.com/support/h...wtextfixed.htm


    If you do not have programming experience you can contact one of our NinjaScript partners that specializes in creating custom scripts or talk to a NinjaScript Consultant.

    Below is a link to our NinjaScript Consultants page.
    http://www.ninjatrader.com/partners#...pt-Consultants

    We have Premium Paid Educational events where you will join a NinjaScript expert for a pair of 6-8 hour long intensive courses designed to provide you with an in depth look at programming indicators and automated strategies through the use of NinjaScript:



    If you would like to take on learning NinjaScript on your own, we have a fully documented help guide which will help you get started with Ninja Script. You will find language references to all of the methods and functions you will be using. You will also see a tutorial section which will help you create your first indicator and get you started with some of these concepts.

    A link to our Help Guide can be found below: http://www.ninjatrader.com/support/h...stribution.htm

    I am also linking you to the Educational Resources section of the Help Guide to help you get started with NinjaScript: http://www.ninjatrader.com/support/h..._resources.htm

    We also have great resources in relation to Indicator Development on our Support Forum. There is a very active developer community in our support forum that supplements the responses provided by NinjaTrader support staff providing all users with an exceptional support experience.
    Take me to your support forum!

    You will find Reference Samples online as well as some Tips and Tricks for both indicators and strategies:
    Click here to see our NinjaScript Reference Samples
    Click here to see our NinjaScript Tips

    These samples can be downloaded, installed and modified from NinjaTrader and hopefully serve as a good base for your custom works.

    There is a also a growing library of user submitted custom indicators (100+) that can be downloaded from our support form. Please look in the NinjaScript File Sharing section of our support forum as you may find what you are looking for there.


    Please let me know if I can be of further assistance.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by rtwave, 04-12-2024, 09:30 AM
    2 responses
    20 views
    0 likes
    Last Post rtwave
    by rtwave
     
    Started by tsantospinto, 04-12-2024, 07:04 PM
    5 responses
    68 views
    0 likes
    Last Post tsantospinto  
    Started by cre8able, Today, 03:20 PM
    0 responses
    7 views
    0 likes
    Last Post cre8able  
    Started by Fran888, 02-16-2024, 10:48 AM
    3 responses
    49 views
    0 likes
    Last Post Sam2515
    by Sam2515
     
    Started by martin70, 03-24-2023, 04:58 AM
    15 responses
    115 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X