NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by Sim22
Found 40 matching entries

Sort by

Entries
David Varadi's AggregateM++ Mean Reversion Oscillator V1 NT7 5 *
David Varadi's AggregateM++ Mean Reversion Oscillator V1 NT7



Quote from the link below:

"The Aggregate M indicator is based on the concept that in the long term the market trends, while in the short-term the market is noisy, and has a tendency to mean-revert. Why not combine the two concepts to keep life simple? The Aggregate M is supposed to reflect an adjusted median that is filtered for short term noise. The median is a far more accurate measure of central tendency than a simple average especially with noisy data. Taking a superior measure of trend and filtering out some of the noise by adjusting for short-term mean reversion creates an even better median. The Aggregate M is now both trend and mean-reversion rolled into one."

Full details here

Note: I have changed David's variable names and used percentage values instead of decimals.
Please read the comments within the code itself.

"Ported" from my NT8 version here.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: David Varadi's AggregateM++ Mean Reversion Oscillator V1 NT7
Category: NinjaTrader 7 Indicators 


April 28th, 2016
Size: 3.29 KB
Downloaded: 720 times
Sample - Decimal Place Price Formatter Helper V1 NT8b10 5 *
Sample - Decimal Place Price Formatter Helper V1.2 NT8b10

The 2 sample indicators here include a simple cut and paste code to enable you to directly format your indicators' price markers (or within market analyzer) directly in your properties configuration. It uses an addon called 'Sim22_PriceFormatter' to calculate this.

As of beta 10 this feature is not yet available, but I have requested it....lets just wait and see

Features:

* Set decimal places from 0 - 7 (including 'SameAsInstrument' setting for your price panel indicators).
* Will not 'round to tick size' for instruments like the ES, but reflect the true value of the indicator instead.
* Works on bond prices if set to 'SameAsInstrument'.

You will find the two indicators within the Indicators>Samples folder.

I will not make other indicators for you so don't ask.... this is a helper to help you do it!

Remember this for beta so let me know of any bugs via pm. Any suggestions too.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Sample - Decimal Place Price Formatter Helper V1 NT8b10
Category: NinjaTrader 8 Indicators and More 


April 2nd, 2016
Size: 7.25 KB
Downloaded: 197 times
AggregateM++ Mean Reversion Oscillator V1 NT8b9 5 *
David Varadi's AggregateM++ Mean Reversion Oscillator V1 NT8b9

Quote from the link below:

"The Aggregate M indicator is based on the concept that in the long term the market trends, while in the short-term the market is noisy, and has a tendency to mean-revert. Why not combine the two concepts to keep life simple? The Aggregate M is supposed to reflect an adjusted median that is filtered for short term noise. The median is a far more accurate measure of central tendency than a simple average especially with noisy data. Taking a superior measure of trend and filtering out some of the noise by adjusting for short-term mean reversion creates an even better median. The Aggregate M is now both trend and mean-reversion rolled into one."

Full details here

Note: I have changed David's variable names and used percentage values instead of decimals.
Please read the comments within the code itself.


Remember this is for beta so please PM me with bugs rather than responding in comments. Thank you.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: AggregateM++ Mean Reversion Oscillator V1 NT8b9
Category: NinjaTrader 8 Indicators and More 


March 26th, 2016
Size: 3.52 KB
Downloaded: 919 times
Coding Tool - OnRender Helper V1 & 2 5 *
Coding Tool - OnRender Helper V1 & 2 (nt8b10)

OnRender Helper is a tool for coding, not trading.

I became tired of sometimes 'losing' my 'OnRender' plots because of chart scale values so I made a 'jig' of sorts to help with this.

OnRender Helper enables you to see most ChartControl, ChartBars, ChartPanel and ChartScale properties in realtime as you manipulate the chart and bars.

It helps dispel confusion when coding so you know exactly how, for instance, ChartBars.ToIndex relates to ChartControl.LastSlotPainted or if you want to see the current pixel value of ChartPanel.Y or how many bars are painted on the chart etc etc.

Features:

*You can place in any panel (and all panels) so you can find the properties specifically for that panel.

*Works on multi-tabbed charts.

*V1 sits within the panel and is quite basic, although it does share all values.

*V2 opens a new window so it does not obstruct your chart. You can open the window via a toolbar button.

*V2 - open a DataBox and view the current bar value.

Coding examples:

*How to insert/remove a toolbar button.

*How to open a new window via a toolbar button.

*How to create a hyperlink to a website (NT8Help) that opens in a browser.

*How to access chart/bar properties and convert into string format.


Remember this is for beta so please PM me for bugs. Suggestions and ideas are welcome also!


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Coding Tool - OnRender Helper V1 & 2
Category: NinjaTrader 8 Indicators and More 


March 26th, 2016
Size: 6.38 KB
Downloaded: 617 times
Equivolume ++ ChartStyle (with Auto size bars option) V1 4 *


Equivolume ++ ChartStyle (with Auto size bars option) V1

How does this differ from the standard NT8 one?

Please download from the link here as the zip file is not working

* Includes 'Autosize' option set to true by default that adjusts the bar width to the thickest equivolume bar, so no overlapping will occur.

* I have also recoded the thickness formulae to show absolute comparisons rather than approximate.

* It also includes my CandleStick++ opacity and outline customization features

Remember this is for beta, so PM me with any bugs or questions.

Thanks to 'TropicalRecon' for encouraging me to 'fix' this one.



Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Equivolume ++ ChartStyle (with Auto size bars option) V1
Category: NinjaTrader 8 Indicators and More 


March 10th, 2016
Downloaded: 213 times
[Status unknown]
Prior OHLC Day, Week & Month MTF AIO V1.1 5 *


Prior OHLC Day, Week & Month MTF AIO V1.1

Updated to RC1 Sep 2016: Do not delete or comment out !BarsArray[0].IsIntraday since this is a safety check to make sure you do not use on a >= Daily chart.
Rather, change to !BarsArray[0].BarsType.IsIntraday or download this new update.


Will work on Renko bars

* Plots prior Open, High, Low & Close.

* Daily, Weekly & Monthly all in one (AIO).

* Uses minute data behind Renko charts to plot accurate levels.

* Has a button you can use to show/hide the plot.
So you can plot several indicators per chart and hide them when not needed

* Can use solid lines.

Update April 2016:

Minor code update to prevent plotting/rendering issues.



Remember this is for Beta, so please PM me for bugs or fixes.





Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Prior OHLC Day, Week & Month MTF AIO V1.1
Category: NinjaTrader 8 Indicators and More 


March 7th, 2016
Size: 5.31 KB
Downloaded: 2267 times
CandleSticks with outline + opacity 5 *

CandleStyle++ Nt8b9 V1

This is a chartstyle, not an indicator!

This chartstyle eliminates the need for adding a separate indicator to your chart to change the candle outline colors.
Just simply click on the chartstyle menu and select 'CandleStick++'.

* Custom outline brush.
* Custom wick brush.
* Custom opacity for the bar.

Remember this is for Beta, so please PM me for bugs or fixes.



Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: CandleSticks with outline + opacity
Category: NinjaTrader 8 Indicators and More 


March 7th, 2016
Size: 2.42 KB
Downloaded: 740 times
Volume Overlay V1 NT8b9 with button 5 *
Volume Overlay V1.2 NT8b10 Update

Just like StockCharts.com overlayed volume.

* Set max volume height as a percentage of the total panel height.
* Hide/show the volume via the button.

Remember this is for the beta version so any future bugs please PM me.

Update: March 2016.

Fixed issue with plotting upside down in other than first panel.

Update: May 2016.

Auto set margin to zero.




Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Volume Overlay V1 NT8b9 with button
Category: NinjaTrader 8 Indicators and More 


March 2nd, 2016
Size: 4.91 KB
Downloaded: 921 times
Delta Package V2 NT8b13 5 *


Delta Package V2


DeltaV3 is here

Updated to NT8b13 Oct 2016

Based on GOM delta indicators.

Includes:

* Both cumulative delta and bar delta.
* BidAsk.
* UpDown Tick.
* UpDown Tick with continuation.
* UpDown One Tick with continuation.
* Gom Hybrid.

Also other options:

* EOD/ new session reset to zero.
* Inverse delta - plot the 'Limit' orders.
* Size filter.
* Candle outlines.

Make sure you enable Tick Replay to use this historically! You will not need Gom recorder for this.

However, Tick replay will not work with some Renko bars due to RemoveLastBar()

Thanks to Zondor for his 'unGom' conversion.

Please report bugs to me via PM rather than in the comments. Thank you.



Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Delta Package V2 NT8b13
Category: NinjaTrader 8 Indicators and More 


February 23rd, 2016
Size: 4.63 KB
Downloaded: 1921 times
Value Charts V1 NT8b9 4 *

Value Charts V1 NT8b9

Promoted by David Stendahl in
'Dynamic Trading Indicator: Winning with Value Charts and
Price Action Profile'.
Popularized by the Hubert Senters from TTM.

Stendahl says:
"Value Charts use
dynamic volatility units to effectively adjust to changing market volatility."

Concept:

The value chart is divided into zones.
4 to -4 is fair value. Avoid buying/shorting here.
4 to 8 is overbought/expensive.
-4 to -8 is oversold/good value.

Strategies are to fade the Value Chart extremes in a choppy market, and to buy dips (-8) in an uptrend.

PDF of Stendahl interview included in .zip file, so you must extract the file first before importing!




Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Value Charts V1 NT8b9
Category: NinjaTrader 8 Indicators and More 


February 21st, 2016
Size: 248.03 KB
Downloaded: 1874 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