Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      574 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      332 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X