NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2327 matching entries

Sort by

Entries
D9PO-V1 for Sierra Chart 5 *
Basic port of Sefstrat's D9PO-V2 from Ninjatrader to Sierra Chart including the RawTrend and Predictor plots only. If you would like to add the other stuff, then feel free to create V2. I validated the outputs, but didn't perform any other testing, so please let me know if you identify any bugs. Zip file includes the DLL and CPP file if you would like to make edits.

Special thanks to @Sefstrat for creating the original and to @omaha786 and @cory for helping me with the conversion, they are no less than gods among mortals.


Category The Elite Circle 
 
Suggest other entries I might like
Details: D9PO-V1 for Sierra Chart
Category: The Elite Circle 


March 1st, 2011
Size: 39.85 KB
Downloaded: 257 times
Murrey Math Lines Mid Points 5 *
This was done at the request of TheWizard. The indicator creates midpoints between the Murrey Math Lines. Place it in the same panel with the Murrey Math Lines indicator and be sure all the settings are the same between the two. There is an option to turn the midpoints off with a menu selection , "Show MidPoints?".

This was exported with NT v7.

Disclaimer: I am not a programmer, coach, trainer or self appointed guru and do NOT hold myself up to be a good example for anything. I do not have a book, trading room or seminar.

Have a professional review any code you receive from me before you trade real money with it.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Murrey Math Lines Mid Points
Category: The Elite Circle 


February 28th, 2011
Size: 10.10 KB
Downloaded: 1078 times
xcMovAvg2 5 *
(Ver 3.1.0) updated 04/01/2014
Added option for chart Type UniRenko....(per request from BMT member)
NOTE: The UniRenko MUST get it's chart parameters in the following format...(UniRenko requirement not mine)
...for the bar type to recognize what 'time' parameters you are passing.
- Three digits (with leading zeros) for the first UniRenko parameter
- Three digits (with leading zeros) for the second UniRenko parameter
- Three digist (with leading zeros) for the third UniRenko parameter
This means 9 digits total...,NO SPACES
-----------------------------------------------------
I also added capability for TEMA and DEMA moving averages


10/16/2011...Added option to color Up/Dn/Neutral....for xcMovAvg2 averages.
Also.....refined the algorithm to smooth out the 'stairsteps' on the chart where the main chart continues to paint bars but the larger-time-frame on which xcMovAvg2 is running...has not yet painted it's new bar.

06/05/2011... Added BetterRenko as an option for alternate chart time frame
(per request from forum members).
NOTE: Be sure BetterRenko is loaded as "Custom4" in bartype....(Custom4 is the default setting in the BetterRenko download).
05/22/2011 ... Added optional bands (per request from forum members)
Option to select Fibonacci bands...or percent bands...or
Std Deviation bands...from any moving average from any period.

04/11/2011 .... Added SMMA (per request from a forum member)

Multi Time frame indicator....(xc = 'cross chart' Moving Average)

Will allow you to plot an EMA, WMA, HMA, SMA, BMTCollectiveMA, or ADXVMA from another time period on your chart.

Typical usage has been to plot a larger time frame EMA on a smaller time frame chart....for example the 5 and 15 EMA (20) are popular EMAs, and folks sometimes like to see this plotted on a 1min, or 6 range, (or other) smaller time frame chart.

Plots are configurable for color, size, dashstyle, etc.
The ADXVMA is configurable with 'rising' 'falling' and 'neutral colors.


Category The Elite Circle 
 
Suggest other entries I might like
Details: xcMovAvg2
Category: The Elite Circle 


February 27th, 2011
Size: 26.61 KB
Downloaded: 935 times
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
ExportData 5 *
I've converted the indicator ExportChartData to a Strategy to make it easier to apply against a basket of instruments. Thanks to BigMike and Sam for some older comments and code that inspired this .

Next releases will include enums to select various DateTime output formats. It is currently outputing POSIX-style DateTime. Feel free to make it better!

Strategy ExportData changelog:

24 February 2011: ver 3.35 posted. Significant refactor. Adds enums for DateTime output formats, delimiters, file types. Adds user-configurable output preferences for export to Matlab and R, and a code example for exporting indicator data with timeseries data.
21 February 2010: ver 3.00 posted
22 February 2010: ver 3.01 posted. Deleted Print statements that were used for debugging and changed an if/if to an if/else to save processor power.
22 February 2010: ver 3.10 posted. Added OnStartUp() and OnTermination() methods and moved code there from OnBarUpdate() for efficiency.
2 November 2010: ver 3.2 posted. Fixed bug where spaces in path names would throw an exception, added better exception handling, added Print statements in OnStartUp() and OnTermination(). NT7b23 compile.

Compatability:
NT7 only


Category NinjaTrader 7 Miscellaneous 
 
Suggest other entries I might like
Details: ExportData
Category: NinjaTrader 7 Miscellaneous 


February 24th, 2011
Size: 5.95 KB
Downloaded: 911 times

Keywords: export mxasj
Price On Horizontal Line 4 *
A simple indicator that adds the price value to any Horizontal Line drawn on the chart.

Note: Press F5 to reload script and add price to any newly drawn horizontal lines.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Price On Horizontal Line
Category: NinjaTrader 7 Indicators 


February 24th, 2011
Size: 1.78 KB
Downloaded: 1036 times
EMA Colors 5 *
Here is a basic indicator that shows uptrends, downtrends and no trends (neutral) based on what EMA (exponential moving average) setting you like.

Also included is an SMA colors indicator.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: EMA Colors
Category: NinjaTrader 7 Indicators 


February 22nd, 2011
Size: 11.66 KB
Downloaded: 2054 times

Keywords: ema slope sma colors
Simple Trend Trader (EA)
This strategy is a simple trend trader that uses RSI and MACD.

The strategy uses RSI as a trend filter with a 50/50 cutoff. RSI > 50 only long trades will be opened, RSI < 50 only short trades will be opened.

The trigger is MACD, I was using 21,55, and 9 as the default settings. If bullish MACD cross takes place while RSI > 50, long position will be opened. If Bearish MACD cross takes place while RSI < 50, short position will be opened.

Risk is managed via Stop, Profit Target, Breakeven Stop, and a Trailing Stop. All are in Dollars - not number of pips.

All of the inputs can be modified through the input options menu when setting the strategy.


Category FXCM Strategy Trader (hidden) 
 
Suggest other entries I might like
Details: Simple Trend Trader (EA)
Category: FXCM Strategy Trader (hidden) 


February 21st, 2011
Size: 2.69 KB
Downloaded: 159 times

Keywords: macd rsi
Candle Close Above/Below MA (EA)
This strategy will buy/sell when the candle closes above or below the specified moving average. For example, if candle closes above the moving average line, a buy order is placed. If the candle closes below the moving average, a sell order is placed. The moving average length can be set in the strategy inputs. A simple using average is used if the Simple option in the strategy inputs is set to True. If false, the calculation is based on an exponential average.


Category FXCM Strategy Trader (hidden) 
 
Suggest other entries I might like
Details: Candle Close Above/Below MA (EA)
Category: FXCM Strategy Trader (hidden) 


February 21st, 2011
Size: 2.01 KB
Downloaded: 172 times

Keywords: average moving
Ehlers Collection for NT 7 5 *
Exported using NT Version 7.0.1000.3

This is a collection of various filters by John Ehlers outlined in his books "Rocket Science for Traders" and "Cybernet Analysis for Stocks and Futures".

The following indicators are included:

- Adaptive Cyber Cycle
- Adaptive CCI
- Adaptive Center of Gravity
- Adaptive Laguerre Filter
- Adaptive Relative Vigor Indicator
- Dominant Cycle
- Dominant Cycle Oscillator
- Hilbert Sinewave Oscillator
- Hilbert Transform 2
- Instantaneous Trend
- Laguerre Filter
- Laguerre RSI
- Median Indicator
- Smoothed Adaptive Momentum

This collection of Ehlers indicators was originally submitted by Piersh. I have simply ported the indicators to NinjaTrader 7.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Ehlers Collection for NT 7
Category: NinjaTrader 7 Indicators 


February 20th, 2011
Size: 35.71 KB
Downloaded: 2754 times

Keywords: adaptive cci centerofgravity cybercycle dominantcycle filter hilbert laguerre median momentum rvi sinewave transform trend
 



 
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