NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching ninjatrader, looking in keywords for any words
Found 98 matching entries

Sort by

Entries
Multi-Time-Frame (Visual) EMA Equivalent for Ninjatrader 8 5 *
This Zip "as is" only draws the EMA(20) from a 5 Minute Chart onto any other chart ... you can, however, edit it as I did to draw the EMA off of any chart you choose.

I had been looking for a replacement for the Multi-time-frame, a.k.a. "Visual" EMA indicator (Ninja7 only) since upgrading to Ninja8 and found this Zip on Ninja Support Forum here: https://forum.ninjatrader.com/forum/ninjatrader-8/indicator-development/1054129-multi-timeframe-ema This version here, as I mentioned, ONLY draws from a 5 minute chart (which I don't use) and only draws an EMA(20). So ...

I wanted it to work as an EMA(21) and for it to be drawn off of a 2000 Tick chart rather than a 5 minute chart so I had to edit the code. You can do this as well, changing the source chart for the EMA to whatever Chart type and period you like. Pretty simple really (had to be incredibly simple for me to be able to do it!).

Here are the lines of code that need to be changed to what you want to see/use: Lines 27 (change "EMAon5minData" to your chart period and type ... for me that was to the "EMAon2000TickData"), 35 (same as line 27 change), 51(change "Minute, 5" to your chart type and period and also change "5 minute" to the right of that (in grey) to your chart period and type), 55 (change "20" to your desired EMA period), and 63 (same change as line 55).

After that, compile. Then compile a standard Ninja indie to check for errors. You can then change the name of the indie if you like by going into Documents-Ninjatrader8-Bin-Custom-Indicators ... find "Emaon5minData.cs", right click on it, choose "rename" and change the name to whatever you want.
Hope this is helpful to those others out there in search of a Multi-Time-Frame or "Visual" EMA for Ninja8.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Multi-Time-Frame (Visual) EMA Equivalent for Ninjatrader 8
Category: The Elite Circle 


June 7th, 2020
Size: 3.03 KB
Downloaded: 375 times

Keywords: 8 ema for ninjatrader multi-time-frame or "visual"
Point On Close ChartStyle
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


Category NinjaTrader 7 Miscellaneous 
 
Suggest other entries I might like
Details: Point On Close ChartStyle
Category: NinjaTrader 7 Miscellaneous 


August 4th, 2016
Size: 3.77 KB
Downloaded: 31 times

Keywords: chartstyle ninjatrader
Elder's Ray, BullPower and BearPower 5 *
In this pack there are three indicators:
- Elder's Ray: composed by BullPower line and BearPower line;
- BullPower only, histogram version
- BearPower only, histogram version

This is an oscillator created by Alexander Elder and explained in his famous book "Trading For a Living". The oscillator formula is simple but useful at the same time:
- BullPower = CurrentHigh - EMA(13, Close)
- BearPower = CurrentLow - EMA(13, Close)


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Elder's Ray, BullPower and BearPower
Category: NinjaTrader 7 Indicators 


July 14th, 2015
Size: 7.55 KB
Downloaded: 597 times

Keywords: elder indicator ninjatrader oscillator ray elderray
XTL - eXpert Trend Locator 5 *
XTL is an indicator that originally was introduced in eSignal Advanced Get. This a version that approximate in a good way the original version (which formula seems to be secret and not shared by eSignal company). It helps you to easily define in what kind of trend you are.
Its calculation is based on CCI and a fixed value of that indicator:
- if CCI value<-fixed value you're in a short trend (red bars);
- if -fixedvalue<=CCI<=+fixedvalue you are in a non trend/flat period (black bars);
- if CCI>fixed value you're in a long trend period (blue bars);

In this version created by me you can customize:
- the fixed value (standard setting is 37)
- CCI period (stardard settings are 21 or 35)
- uptrend/flat trend/downtrend bar color

Very useful if used on tick chart or range bar chart

v 1.00 2015 Jul 8 - First Release, no bugs
v 1.01 2015 Jul 14 - Added Public Indicator Value String


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: XTL - eXpert Trend Locator
Category: NinjaTrader 7 Indicators 


July 8th, 2015
Size: 6.01 KB
Downloaded: 1547 times

Keywords: extreme locator ninjatrader trend xtl
Bollinger PercentB 5 *
The Bollinger BandsŪ Percentage B is a technical indicator based upon the Bollinger BandsŪ study; it plots a histogram showing position of price relative to the bands. It is calculated as percentage ratio of two differences: first one is the difference between the price and the lower band value, second one is the difference between values of upper and lower bands.

Adopted from the BollingerPercentB indicator on the highly recommended Think or Swim Platform.

NinjaTrader v7 indicator

Indicator is shown on the lower panel of the attached image.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Bollinger PercentB
Category: NinjaTrader 7 Indicators 


March 1st, 2014
Size: 7.77 KB
Downloaded: 597 times

Keywords: 7 bollinger indicator ninjatrader percentb
Bollinger Bandwidth 5 *
The Bollinger Bandwidth study is a technical indicator based upon Bollinger BandsŪ study, expressing the distance between upper and lower bands as percentage of the middle band value (SMA/EMA around which the bands are plotted). The main plot is accompanied with two additional ones: Bulge and Squeeze. Bulge plot displays the highest bandwidth value reached on the specified period, and, similarly, Squeeze plot shows the lowest bandwidth value.

This indicator was modeled after the first class Think or Swim Trading Platform.

This indicator is shown in the lower panel.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Bollinger Bandwidth
Category: NinjaTrader 7 Indicators 


March 1st, 2014
Size: 11.60 KB
Downloaded: 390 times

Keywords: 7 bandwidth bollinger indicator ninjatrader
Print Instrument Information 5 *
This in a NinjaTrader strategy that I use to output information and charts about an instrument, including:
-Range statistics (Including ON, RTH, and IB)
-Harmonic Rotation data
-Day Type data
-SQN Market Type data

When you run this strategy, it will output an Excel Spreadsheet to the directory you specify in the parameters.

There are multiple requirements to run this strategy. This makes use of Microsoft's Interop functionality to generate an Excel spreadsheet. Therefore you MUST have Microsoft Interop installed and add a reference to the Microsoft.Office.Interop.Excell.dll in NinjaTrader. You can learn more about how to do this here. And a big thank you to DionysusToast for his contribution.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Print Instrument Information
Category: The Elite Circle 


July 10th, 2013
Size: 30.03 KB
Downloaded: 526 times

Keywords: day excel market ninjatrader range sqn type statistics interop harmonic rotation
NT7 GbDivergence3 Spotter 5 *
This indicator was posted by PFSMedical
He requested it be converted to NT7

It appears to be a very interesting divergence spotter in that it plots the number 1 position and then all subsequent divergence points.
The updates seem to be working correctly at first glance. If something else is not behaving properly please let me know

PFSMedical post is as follows:

this is an indicator that measures divergence ..... it was developed for ninja 6.5 by a person no longer trading...
it measures peaks in the stochastics, and numbers them .... on both the indicator, and price...
since i'm a trader, and NOT a programmer/coder .... i have given up on trying to convert this myself to the new ninja 7 format ...
would like to have this converted to ninja 7 by someone who actually enjoys doing that kinda thing ....

thanks ....
sounds are available upon request from PFSMedical or you can create them yourself at this location:
https://www2.research.att.com/~ttsweb/tts/demo.php

enjoy
Tony A


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: NT7 GbDivergence3 Spotter
Category: NinjaTrader 7 Indicators 


February 25th, 2011
Size: 10.23 KB
Downloaded: 1563 times

Keywords: 7 divergence ninjatrader stochastic
ZigZagUTC_TL_Barcount_Fibs ver 5.1 5 *
This is NT 7 b17 compatible version of this nice indicator that you can find here: ZigZagUTC_TL_Barcount_Fibs ver 5

It's backward compatible with NT 6.5


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: ZigZagUTC_TL_Barcount_Fibs ver 5.1
Category: NinjaTrader 7 Indicators 


June 25th, 2010
Size: 8.84 KB
Downloaded: 1535 times

Keywords: fibonacci ivanjocic ninjatrader utc zigzag barcount
Murrey Math Lines v1.5.1 5 *
Please check this thread Murrey Math Lines for detailed description.

This version adds support for NT 7 b17


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Murrey Math Lines v1.5.1
Category: NinjaTrader 7 Indicators 


June 24th, 2010
Size: 9.12 KB
Downloaded: 2434 times

Keywords: ivanjocic math mml murrey ninjatrader
 



 
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