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

Indicator that shows Candlesticks with Wicks greater than 50%

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

    Indicator that shows Candlesticks with Wicks greater than 50%

    Hey guys,
    So far I don´t know anything about developing Indicators, but for my trading approach it would be helpful to use a indicator, which shows me candles with a wick that is greater than 50% of the candlesticks range.
    Long Signal: ( High - Low / Wick Down ) = > 0.5
    Short Signal: ( High - Low / Wick Up ) = > 0.5
    Of course I am not trading all these signals, but it might be helpful not having to take a accurate look at the candle. If anybody knows such a candle profile indeicator or knows how to develop it, pls help me.
    P.S. I´m german, so don´t judge me by english skills.

    #2
    Hello jzag456,

    I'd like to recommend you check out our list of NinjaTrader Ecosystem NinjaScript Consultant partners. These programmers create custom indicators, strategies and add-ons for NinjaTrader and would likely be able to help you achieve your goals.

    Search trading indicators, apps and services to personalize your NinjaTrader software. Explore custom trading indicators, automated strategies, free trading apps & more!


    Please send me an email if you'd like me to make an introduction to any of these companies on your behalf. You can reach me at info[at]ninjatraderecosystem[dot]com

    Comment


      #3
      hi , i'm looking for the same thing , did you find it ? cheers

      Comment


        #4
        you can get the equation/math from the code of the Candle Pattern indicator (under Hammer and Inverted Hammer).

        Comment


          #5
          The hammer pattern is not what we were looking for.
          I am now using the following as a condition in ninjascript
          && CandleQuarters(30006).BarCenter[0] <= Close[0]
          && CandleQuarters(30006).BarCenter[0] <= Open[0]

          Comment


            #6
            I did that for you really quickly. Let me know if somethings not the way you want it to be.
            Attached Files

            Comment


              #7
              guy, you can tweak the formulas found in the Candle Stick Patterns ninja indicator, which is what I did, to get a long wick signal. if you understand the formulas, which is required in order to tweak, all you need is in that indicator.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by geddyisodin, 04-25-2024, 05:20 AM
              8 responses
              60 views
              0 likes
              Last Post NinjaTrader_Gaby  
              Started by jxs_xrj, 01-12-2020, 09:49 AM
              4 responses
              3,285 views
              1 like
              Last Post jgualdronc  
              Started by Option Whisperer, Today, 09:55 AM
              0 responses
              5 views
              0 likes
              Last Post Option Whisperer  
              Started by halgo_boulder, 04-20-2024, 08:44 AM
              2 responses
              22 views
              0 likes
              Last Post halgo_boulder  
              Started by mishhh, 05-25-2010, 08:54 AM
              19 responses
              6,189 views
              0 likes
              Last Post rene69851  
              Working...
              X