NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
TSI Bollinger Bands Indicator 5 *
Here is an indicator that I had coded for me last year. I recently made a few additions to it.

It's a lot like a MACD Bollinger Band Indicator, but different.

It will paint short, long and neutral bars.

It has a countertrend indicator built into it, which can be turned off (I usually turn it off as it produces lots of signals.)

It has the ability to email the user a trigger signal, which might be useful if you are trading in longer time frames, such as 4 hour or daily.

When I had it coded I was trying to recreate the RMO signals that are available in Metastock. I wanted to switch to Ninja, but at the time I was using the RMO for my trading signals.

I find it most useful when used with a longer term trend filtering indicator.


Category The Elite Circle 
 
Suggest other entries I might like
Details: TSI Bollinger Bands Indicator
Category: The Elite Circle 


January 13th, 2012
Size: 15.22 KB
Downloaded: 1302 times
Daily Ranges 5 *
This is a simple support and resistance indicator coded for me by @Cory (thank you again!)

You might consider using it for targets or for stop loss levels.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Daily Ranges
Category: NinjaTrader 7 Indicators 


January 12th, 2012
Size: 5.57 KB
Downloaded: 696 times
High / Low Indicator (similar to BrooksBars) 5 *
This Indicator is been made after i have seen the BrooksBars Indicator from Photog53. - (lot of Thanks to him !!!) It counts the Highs and Lows and iīve got a shadow inclued. I have wrote a description in German so that a professional programmer made the job for me. After much interests in a Threat here in the Forum, i decieded to share it to Elite Members. The most of you speak englisch, so iīve tried to translate the description, hope you can understand...it was not so easy.... so i ask for a little lenient. :-)

unfortunately the indicator count or paint only after you have start it in the chart, it donīt look back. Maybe some guys could modify this. the shadow-color and the count text (H1/L1) is also not changeable.

i am pleased if it is a help for anyone. iīve got many benefits here by big mike so its fine if i could give something back to you.

please donīt ask me about the code, but if someone have question about the idea/definition or about the use of the indicator, i am pleased to get message. I use it very helpful in my private trading

pullbacktrader


Category The Elite Circle 
 
Suggest other entries I might like
Details: High / Low Indicator (similar to BrooksBars)
Category: The Elite Circle 


January 12th, 2012
Size: 7.90 KB
Downloaded: 1167 times

Keywords: bars brooks high indicator low shadow
Elliott Wave Engine 4 *
Here is an indicator that I spent quite a bit of money building. It still needs some work in my opinion so have fun and lets see what it can become. The only thing I will ask and trust everyone here for is please don't hand these out beyond the Elite club. Thank you!

Description for each parameter are at the bottom of the settings window when highlighted.

Please keep in mind as stated when I posted this, "THIS STILL NEEDS WORK", however, this is a great start for someone to take and run with. As I found out when I asked my program to build this, after many many tries, this is not an easy task. This is as far as he could take it and as much as I was willing to spend

This indicator might be best in a separate forum where you guys can work on it as a team!

JAM


Category The Elite Circle 
 
Suggest other entries I might like
Details: Elliott Wave Engine
Category: The Elite Circle 


January 12th, 2012
Size: 9.23 KB
Downloaded: 2205 times
Bar at special time
Hi community,
if I trade the ES- or ESTX50-Future I need the close of the previous cash-session to visualize the opening gap.Also as an additional S/R-line for the Future trading.
You can use the "Bar at special time"-Indicator for indicating the Open,High,Low or Close of a time(Zeit)-specified bar of each day.

inputs:
Zeit = closing-time of the bar you want to see
Wert = O , H , L , C or any formula e.g. ((H-L)/2)

It dont work if you use for e.G. Zeit = 1730 on a 1 hour chart.
You have to choose the chartresolution depending on the bar you want to get the data.
If you want to get the data of Zeit = 1732 you need a 2-minute chart or lower, if Zeit = 2215 (close of S&P-cash) you can put it at a 15-min-chart as highest resolution.

the code as txt-file:

//**********
Inputs: Zeit( 1730 ),
Wert( close );
variables: var0(0);
if (time =Zeit ) then var0=Wert else var0=var0[1];

plot1(var0);

//**********

aiti


Category MultiCharts 
 
Suggest other entries I might like
Details: Bar at special time
Category: MultiCharts 


January 11th, 2012
Size: 1.54 KB
Downloaded: 198 times
AutoTrendline With History True/False 5 *
While the Auto Trendline tool has already been done, this twist adds a true/false for historical trendlines. The benefit is you can add it to your chart several times with different pivot strengths showing more relevant trendlines across multiple synthetic timeframes without all of the historical lines all over the place.

Again as always, you will find it under the J's for JAM as that is how I organize my indicators that my programmer builds for me. Feel free to rename it.


Category The Elite Circle 
 
Suggest other entries I might like
Details: AutoTrendline With History True/False
Category: The Elite Circle 


January 11th, 2012
Size: 6.21 KB
Downloaded: 2014 times
Chop Zones 5 *
Here is an indicator that I had my programmer whip up for me as I was looking at adding time and volatility for use with Range and Renko bars.

Average Bars per minute - if the average time per minute then smoothed by a moving average is over x period of time - don't trade.

Period and Signal are from the ADX component of the DM, the reason I had my programmer use DM instead of just the ADX is to experiment with the +DI and -DI. But the + and -DI and not functional in this version but instead time per bar is used. As always my indicators have JAM in front so I can keep them in one place. Feel free to rename for your own organization process.
(Vendor License taken out sorry)
JAM


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


January 11th, 2012
Size: 7.46 KB
Downloaded: 1669 times
MACD BB with Paint bar feature 4 *
V.1.1 for NINJA 7 and above

Here is another version of the MACD BB with paint bars added. Nothing earth shattering by any means, but the Paint bars are a nice feature.
When the MACD moves outside of the BB's the bars change colors. You will need to make sure bars look back is on infinity and not 250 for historical data.

Fixed Vendor license is out sorry for that, please re-download and let me know if you have any other issues.

JAM


Category The Elite Circle 
 
Suggest other entries I might like
Details: MACD BB with Paint bar feature
Category: The Elite Circle 


January 10th, 2012
Size: 10.81 KB
Downloaded: 930 times
GomDeltaVolumeUpDown 5 *
Plots a non cumulative histogram of Gom delta volume.

The earlier version of this indicator has been downloaded over 1800 times, but it is outdated and incorrect. I URGE YOU to use this one instead!

Provided as a cs file, because my versions of the GomCD and GomRecorder are non-standard, so I don't want to put them into an installation package that might cause you to have problems.

I uploaded a revised version at around 10PM PT on Sunday January 8. The indicator was missing a lot of volume between the bid and ask, requiring the use of the "direction" from Gomi's hybrid delta calculation mode as the tiebreaker. Anyone who downloaded the earlier version should replace it with this one.

Thank you to Silvester17 for pointing out the problem. And, as usual, to Gomi.


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


January 8th, 2012
Size: 11.41 KB
Downloaded: 1395 times
SMA of Gom CD (GomCDSMAUpDown) 5 *
Plots a simple moving average of the Gom Cumulative Delta, with multi color plotting correctly implemented for rising and falling slopes.

The earlier version of this indicator has been downloaded over 1800 times, but it is outdated and incorrect. I URGE YOU to use this one instead!

Provided as a cs file, because my versions of the GomCD and GomRecorder are non-standard, so I don't want to put them into an installation package that might cause you to have problems.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: SMA of Gom CD (GomCDSMAUpDown)
Category: NinjaTrader 7 Indicators 


January 8th, 2012
Size: 9.80 KB
Downloaded: 632 times
 



 
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