namespace NinjaTrader.NinjaScript.Indicators { public class Heikeitest : Indicator { private double difCP0 = 0; private double closePrice160 = 0; protected override void OnStateChange() { if (State == State.SetDefaults) { Description = @"Enter the description for your new custom...
NinjaView is a paid application because it represents the culmination of extensive research, development, and overcoming numerous challenges to provide a reliable and effective trading solution. The integration with NinjaTrader through its ATI port, as demonstrated in nv.py, required significant time and...
Alan P.NinjaTrader Customer Service kashter Member Join Date: Mar 2011 Posts: 90 #3 06-12-2018, 02:55 AM Hi AlanP, I am interested in your indicator that parses data. Unfortunately the link above is no longer valid. Do you have an update t...
Note: You would need to reset the bool back to false when the trade is over. Probably the best place to do that would be where you have your entry actions as you need it set to false for the next order. Paul H.NinjaTrader Customer Service Like...
Better MomentumandBetter Pro Am). Then the video further down this page goes through how to read the signals from these indicators and identify high probability setups. In my trading I use TradeStation as my charting platform, but the same principles apply if you use NinjaTrader or MultiCharts...
C:\Program Files (x86)\ELWAVE 10.0\ELWAVE_NinjaTrader_plugin.zip C:\Program Files (x86)\ELWAVE 10.0\ElwaveForTradeStation.doc C:\Program Files (x86)\ELWAVE 10.0\ELWAVENT.pdf C:\Program Files (x86)\ELWAVE 10.0\ELWAVETS.pdf C:\Program Files (x86)\ELWAVE 10.0\ELWBatch.exe ...
It is pretty CPU intensive -- it does like 50 or 100 steps or more to get one number!! The other thing to consider is that if you were to use it in real trading, if you use a different platform, you'd have to port it over (like from FSB C# to NinjaTrader C#). That might be...
Better MomentumandBetter Pro Am). Then the video further down this page goes through how to read the signals from these indicators and identify high probability setups. In my trading I use TradeStation as my charting platform, but the same principles apply if you use NinjaTrader or MultiCharts...