January 22nd, 2017
Size: 73.56 KB
Downloaded: 8 times
1814
ericson
This adds a ChartStyle called PointOnClose.
Copy BruChartStyles.cs into your Types folder,
e.g. C:\Users\YourUserName\Documents\NinjaTrader 7\bin\Custom\Type
Compile any indicator using Tools + Edit NinjaScript
Close and re-start NinjaTrader.
Tested with NinjaTrader 7.0.1000.31
This is different fill type that I use when testing stocks. Whatever you set for slippage in the strategy analyzer will be applied as a percentage.
Ex: If you set 0.005 for slippage, it will apply 0.5% slippage to each transaction.
I find this more useful than the default tick or price based fill types, since this helps normalize the slippage across stocks with a wide range of values. If going long, the slippage is defined as either 0.5% or the next high, whichever is greater (same as the default slippage calc from NT). For low priced stocks, it also applies a minimum of $0.01/share.
Note that for a typical stock, 0.5% is quite conservative. 0.3% would probably even be a bit high (But obviously that depends on your strategy).
June 20th, 2013
Size: 4.96 KB
Downloaded: 26 times
1422
kbeary33
The attached file is a new chart style for NinjaTrader 7 that adds High, Low, Close (HLC) bars, which are popular for Volume Spread Analysis (VSA).
There are indicators for NT that can be used to simulate HLC bars, but these are not coloured by paint bar indicators, which are designed to colour bars and not other indicators.
This chart style will be coloured by paint bar studies, because it creates a new bar style.
The first version of the chart style is described here and that page has tips on programming and installing the chart style.
Installation
Download HlcChartStyle.zip, then follow the usual import procedure. File, Utilites, Import NinjaScript. Then restart NT.
The screen shot shows HLC bars coloured by Better ProAm from Emini-Watch.