View Full Version : Woodies CCI values avaialbe to strategies
zoltran
03-21-2007, 06:01 PM
I would like to use the sidewinder and other components of woodies cci as part of a strategy/backtest.
But this indicator is not available at all to the strategy builder in Beta 9
In Version 8 we could get the base CCI values .. now, nothing
Can this function be added ..
- Sidewinder value
- CCI trend color (ie green after 6 bars etc)
- chopzone values
I already use these values on the sierra and other platforms and want to port to N66
NinjaTrader_Ray
03-22-2007, 06:06 AM
Here is what you have to do:
Copy the file C:\Program Files\NinjaTrader 6\bin\Custom\Backup\NinjaTrader.Vendor.cs
to
My Documents\NinjaTrader 6\bin\Custom
Open up an indicator in the NinjaScript Editor Tools > Edit NinjaScript
Right click, References, press the Add button
Select the file NinjaTrader.Vendor.dll
Press OK
Then press F5 to compile.
Woodies indicators should now be available.
Regarding the other functions, will add to our list of future enhancements.
Ray
zoltran
04-03-2007, 07:04 AM
Any ETA on when you may be exposing the additional Woodies indicator values?
In particular the Sidewinder
tia
NinjaTrader_Ray
04-03-2007, 07:18 AM
No ETA at this time.
Ray
I'm getting compile errors when I followed the steps you mentioned.
The error was:
The name 'checkJurikJMA' does not exist in the current context -- NinjaTrader.Vendor.cs
I'm also trying to access the Woodies CCI code - but unable to complete this step.
Thanks
NinjaTrader_Ray
05-12-2007, 12:11 PM
Unzip and save this file in (overwrite existing file)
My Documents\NinjaTrader 6\bin\Custom
Then try again.
It compiled properly but I still can't see Woodies CCI when I try to edit an indicator.
NinjaTrader_Ray
05-12-2007, 02:46 PM
Did you add the NinjaTrader.Vendor.dll as a reference? See post #2.
Yes. But I mistankingly copied the NinjaTrader.Vendor.dll file into the folder as well. This might be the problem. I'll have to do a re-install to see if it works.
Thanks.
NinjaTrader_Dierk
05-12-2007, 11:51 PM
Also: In case you don't it get working you probably should wait until next build (likely available of this week, since this build performs the required steps to "integrate" the NinjaTrader.Vendor.dll by default.
zoltran
05-14-2007, 08:35 AM
Hello
Can you give an ETA as to when these values for the Woodies CCI will be exposed? I'm coding them myself now, but would prefer to use the stock indicator if possible.
Can I dare hope it's in this weeks refresh?
I would like to use the sidewinder and other components of woodies cci as part of a strategy/backtest.
Can this function be added ..
- Sidewinder value
- CCI trend color (ie green after 6 bars etc)
- chopzone values
I already use these values on the sierra and other platforms and want to port to N66
NinjaTrader_Ray
05-14-2007, 08:46 AM
Zoltran,
Months not weeks.
Ray