View Full Version : How do I make a wave counter like this
shazzmoe
03-15-2010, 09:16 PM
I saw this indicator being used and I'm wondering how to make or obtain a similar one for computational purposes and not so much visual purposes.
By this I mean, I want an indicator to count the waves in a trend based on a stochastic indicator. As you see in the picture it labels cycle tops and bottoms. My automator would use the data so that it would know not to buy late in the trend.
NinjaTrader_Bertrand
03-16-2010, 04:58 AM
shazzmoe, this is possible with NinjaScript / C# but it would reqiure a substantial amount of custom coding on your part - I would suggest checking into our sharing to see if a study close to this is already published to you can work from there - http://www.ninjatrader-support2.com/vb/local_links_search.php?action=show&literal=1&search=wave&desc=1
Taddypole
04-01-2010, 12:26 AM
I tried importing "TD Wave" indicator referenced in previous post but receive the following message:
Import failed, The NinjaScript Archive File may contain duplicate method names that already exist on your PC or there is a required file missing on either your PC or in the import archive.
I'm using Ninja Trader version 7.
What steps do I need to take to successfully import this indicator?
Thanks,
taddypole...
NinjaTrader_Bertrand
04-01-2010, 05:19 AM
You would then need to drop the CS indicator file directly into the MyDocuments\NinjaTrader 7\bin\Custom\Indicator folder and compile your NS files to see which duplicate methods are producing this conflict - note > this indicator was not designed for 7 so you might run into code breaking changes issues with attempting to use it.
Taddypole
04-01-2010, 05:43 AM
Thank you Bertrand...
That's all I needed. Just some basic direction as I'm new to Ninja Trader.
NinjaTrader_Bertrand
04-01-2010, 05:46 AM
You're welcome and welcome to NT - for code breaking changes and important 7 info ensure to review this section -
http://www.ninjatrader-support2.com/vb/forumdisplay.php?f=45