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

help a newbie

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

    help a newbie

    i would like put a symbol on chart with conditions..my englis is so bad..excuse me !
    for buy
    candle 1 : closed < open
    candle 2 : closed > open and high candle1 < high candle 2
    candle 3 : open < high candle 2
    for sell i translate.....
    thanks for your time...
    christophe

    #2
    For sure this this is possible. I suggest reviewing the Help Guide Indicator Development Tutorials, there are about six of them.

    what you woud want to do is something like:

    if (Close[0] < Open[0] && Close[1] > Open[1] && High[1] < High[2] && Open[2] < High[2])
    // Draw something here
    RayNinjaTrader Customer Service

    Comment


      #3
      thanks

      i search..search always Help Guide Indicator Development Tutorials...i read the guide....oups..i'm a newbie ! big newbie !!!
      Last edited by boursicoton; 05-31-2008, 08:17 AM.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by algospoke, Yesterday, 06:40 PM
      2 responses
      19 views
      0 likes
      Last Post algospoke  
      Started by ghoul, Today, 06:02 PM
      3 responses
      14 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      45 views
      0 likes
      Last Post jeronymite  
      Started by Barry Milan, Yesterday, 10:35 PM
      7 responses
      21 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by AttiM, 02-14-2024, 05:20 PM
      10 responses
      181 views
      0 likes
      Last Post jeronymite  
      Working...
      X