NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching candles, looking in keywords for any words
Found 4 matching entries

Sort by

Entries
MACD Colored Candles on Crossover 4 *
Atttached file uses the parameters 6-16-6 EMA vs the code parameters below.

# Waylock on [email protected]
# created 11/5/12

input fastLength = 12;
input slowLength = 26;
input MACDLength = 9;
input AverageType = {SMA, default EMA};

def Value = MACD(fastLength, slowLength, MACDLength, AverageType).Value;
def Avg = MACD(fastLength, slowLength, MACDLength, AverageType).Avg;

# Changes color of bars
AssignPriceColor(if Value > Avg then Color.LIME else if Value < Avg then
color.MAGENTA else color.current);


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: MACD Colored Candles on Crossover
Category: ThinkOrSwim 


November 5th, 2012
Size: 471 bytes
Downloaded: 218 times

Keywords: candles macd colored
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
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