Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator that paints candles blue if the body of the candle is less than 50%

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

    Indicator that paints candles blue if the body of the candle is less than 50%

    Hello,

    I search for a possibility to get blue candles if the body of the candle is less than 50% of the whole candle.

    How can I do that, or is there a free indicator?

    Thanks in advance

    Testmaster

    #2
    Hello Testmaster,

    Thanks for your post.

    I am not aware of an indicator that provides that specific function. You are welcome to review all of the free publicly available indicators/strategies in the N T user apps section. Here is a direct link: https://ninjatraderecosystem.com/user-app-share/ Please note: The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

    If you would like to create this indicator this can be done directly in Ninjascript which is based on C#. As such you would use the following methods and properties:
    BarBrush: https://ninjatrader.com/support/help.../?barbrush.htm The help guide provides an example where if a certain condition is true, the bar is colored yellow, otherwise the candle would be colored red/green so this would be similar to your needs except you would need to replace the code with your math for determining the body.
    You would also use the High[0], Low[0] and Close prices of the bar to help determine the size and relationship of the close to either the low or the high.

    Alternatively, if you would like this indicator created for you, we can provide references to 3rd party programmers.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    558 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 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
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X