NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching candlesticks, looking in keywords for any words
Found 7 matching entries

Sort by

Entries
'NoGaps' ChartStyle - eliminate intraday candle gaps 5 *
This chart style is identical to the standard NinjaTrader candlestick style except that it uses the previous candle's closing value for the current candle's open value (except when the current bar is the first bar of a session). This eliminates single tick gaps between intraday bars when the last price changes on the first tick of a new bar. As a result, charts appear smoother and are easier to read and interpret, without any price data truly being modified. See attached example of ES.

Exported using NT Version 8.0.6.1 64-bit (Standard)

edit: The file has been updated to display doji bodies in the same color as the wick (NT default behavior is to display dojis with the candle outline color, but this becomes a problem when you try to display candles with no outline.)


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: 'NoGaps' ChartStyle - eliminate intraday candle gaps
Category: NinjaTrader 8 Indicators and More 


May 10th, 2017
Size: 1.50 KB
Downloaded: 291 times

Keywords: candlesticks chartstyle ohlc ninjascript
MultiPeriod Boxes 5 *
Exported using NinjaTrader 7.0.1000.8

This is a simple indicator that allows to display larger timeframe boxes on any chart. For example you can display 30 min or 60 min boxes on a 5 min chart.

The larger timeframe boxes are plotted behind the standard candles of the chart and are aligned to session times. Colors and opacity of the boxes and the box outline color can be selected.

The indicator has been tested to work on fixed period (minute), tick, range, Kagi, Renko and rangeNoGap charts. Due to its session logic in cannot be used on daily data.

Drawing boxes around candles is a standard feature of NinjaTrader. However, if your primary chart is built from ticks, adding boxes will cause NinjaTrader to switch to non-equidistant bar spacing.

This indicator basically allows you to draw those boxes without suffering from unevenly spaced bars. However, it is not a genuine multi-timeframe indicator which loads a secondary bar series. The boxes just regroup N candles as selected via indicator panel.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: MultiPeriod Boxes
Category: NinjaTrader 7 Indicators 


December 13th, 2011
Size: 6.55 KB
Downloaded: 1487 times

Keywords: candles candlesticks mtf multi-timeframe
MultiPeriod Candles 5 *
Exported using NinjaTrader 7.0.1000.8

This is a simple indicator that allows to display larger timeframe candles on any chart. For example you can display 30 min or 60 min candles on a 5 min chart.

The larger timeframe candles are plotted behind the standard candles of the chart and are aligned to session times. Colors and opacity of the candles and the candle outline color can be selected.

The indicator has been tested to work on fixed period (minute), tick, range, Kagi, Renko and rangeNoGap charts. Due to its session logic in cannot be used on daily data.

Update December 3, 2010: Improved to work with all data feeds. Some data feeds fill and other do not fill the minute data, when no trade has occurred. The indicator will now select the correct intervals in both cases.
Update May 6, 2011: Bug fixed. On minute charts the first multi period candle after the session start contained one bar less than expected.
Update December 14, 2011: Indicator optimized following suggestion by Richard (Zondor).


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: MultiPeriod Candles
Category: NinjaTrader 7 Indicators 


May 10th, 2011
Size: 6.98 KB
Downloaded: 3259 times

Keywords: candles candlesticks multi timeframe
HollowCandleColor 4 *
This is similar to BMT PaintBar_Close indicator, but this one lets you choose the colors you want. It decides if it's an up or down bar based on the open/close relationship, not the close only. It also does not paint Doji bars, it just paints the bar based on the open/close, and what the bias of the bar is. The original creator of this is eDanny, I just modified it a little.

NinjaTrader 6.5: NO - ZTrade101 (Will work if cut and pasted, not imported)
NinjaTrader 7.0: YES - ZTrade101


Category The Elite Circle 
 
Suggest other entries I might like
Details: HollowCandleColor
Category: The Elite Circle 


February 13th, 2010
Size: 2.15 KB
Downloaded: 469 times

Keywords: cbratton paintbar candlesticks candle
Candle Outline Color Change to match Body 5 *
Hey Guys,
This indicator was developed by eDanny on the Ninja Support forum and it's something I was looking for for a while and finally found it.
It allows you to change the color of the candle outline to match the color of the candle. ie up candle green, outline/wick is green and so forth. Also you can adjust if the body is filled or hollow. It's very helpful for those who like to have a black background similar to tradestation.
Below is the Ninja Support forum link:
https://ninjatrader.com/support/forum/showthread.php?t=14122&highlight=candle+outline+eDanny

Let me know if you have any questions.

Nick Faria

COMPATIBILITY:
NinjaTrader6.5: Not tested, yet
NinjaTrader7: Yes- ZTrade101


Category NinjaTrader 6.5 Miscellaneous 
 
Suggest other entries I might like
Details: Candle Outline Color Change to match Body
Category: NinjaTrader 6.5 Miscellaneous 


February 11th, 2010
Size: 2.07 KB
Downloaded: 347 times

Keywords: nickfaria color candle hollow candlesticks paintbar
Stochastic Candlesticks 5 *
Indicator gives the ability to color candle sticks based on stochastic indicator. You can paint as Heiken Ashi style overlay or just plain. Very configurable.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Stochastic Candlesticks
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 6.43 KB
Downloaded: 471 times

Keywords: candlesticks stochastic websouth
Customizing Candles 0 *
Code to customize candlestick outlines and body based on a set of conditions.

#region Candle Definition
if ( COND1 && COND2 && COND3 )
{
CandleOutlineColor = Color.LimeGreen;
if(Open[0]<Close[0] && ChartControl.ChartStyleType == ChartStyleType.CandleStick ) {
BarColor = Color.Transparent;
} else{
BarColor = Color.Lime;
}
}

else if ( COND1 && COND2 && COND3 )
{
CandleOutlineColor = Color.DarkGreen;
...
...
...
(see attached file)


Category NinjaTrader 6.5 Miscellaneous 
 
Suggest other entries I might like
Details: Customizing Candles
Category: NinjaTrader 6.5 Miscellaneous 


August 16th, 2009
Size: 25.00 KB
Downloaded: 62 times

Keywords: visual candlesticks candles
 


 
Category
 




© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top