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."
March 26th, 2016
Size: 3.52 KB
Downloaded: 960 times
1724
Sim22
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!
March 10th, 2016
Downloaded: 213 times
[Status unknown]
1719
Sim22
Multi functional repeater of up to 10 X and/or Y Highlight regions daily or day of week. User interface expands for up to 10 events. Each event configurable as a time region, price region, fixed rectangle or dynamic rectangle (adjusts on price), select a day of the week or daily. See video for further detail.
March 9th, 2016
Size: 11.11 KB
Downloaded: 679 times
1718
TropicalRecon
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.
March 7th, 2016
Size: 5.31 KB
Downloaded: 2400 times
1716
Sim22
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.
March 6th, 2016
Size: 3.06 KB
Downloaded: 2349 times
1714
zohar
Updated with bug fixes by Sim22.
A comprehensive but helpful indicator that uses RSI (Relative Strength Index), its moving averages, and volatility bands (based on Bollinger Bands) to offer traders a full picture of the current market situation.
Input parameters
RSI_Period (default = 13) — period in bars for calculation of RSI. Recommended range is 14 or 21.
RSI_Price (default = PRICE_CLOSE) — price type to use in RSI calculation.
Volatility_Band (default = 34) — period in bars for volatility bands calculation. Recommended range is between 20 and 40. The lower the value the more sensitive the band.
StdDev (default = 1.6185) — standard deviation multiplier for volatility bands. It is not recommended to change this parameter.
RSI_Price_Line (default = 2) — period of the first moving average (fast) of RSI.
RSI_Price_Type (default = MODE_SMA) — type of the first moving average of RSI.
Trade_Signal_Line (default = 7) — period of the second moving average (slow) of RSI.
Trade_Signal_Type (default = MODE_SMA) — type of the second moving average of RSI.
For scalping, enter long when the green line is above the red line and enter short when the red line is the above green line.
For short-term trading, enter long when the green is above both the red and the yellow lines; enter short when the red one is above both the green and the yellow ones.
For medium-term trading, go long under the same conditions as for the short-term trading but only when all lines are below 50; to go short — the same but above 50.
Mind the blue volatility band as it points to the long-term trend strength and volatility when wide. Steep green line changes also signal short-term market volatility.
February 13th, 2017 03:07 PM seedworker Received this error message:
Indicator "SimpleFootPrint": Error on calling 'OnRender' method on bar 5184: Object reference not set to an instance of
teh object.
December 19th, 2016 12:45 PM traderpards Nice! I figured out what ails OnRender - it's from a change Ninja made somewhere around Beta 10, give or take a beta rel
ease or two.
In the very last RenderTarget() call, you have:
Volume[ChartBars.Count - idx - 1].ToString()
That used to work but it doesn't anymore so you have to change that to:
October 10th, 2016 11:12 PM bobc635 Thanks alot.....
August 5th, 2020 11:53 AM cutzpr This is great. Thank you. Very Useful.
May 7th, 2017 09:09 AM freedomtrader Haven't tried any coding yet,but I'm saying thanks in advance because any help I can get is good.
January 31st, 2017 09:06 AM Ynotfutures Thank you for your contribution.
December 19th, 2016 04:10 AM GeorgeW Thanks for this tool. I can now see why my plot is disappearing off the chart when I reduce the chart Tick value. Can an
yone help with how I code in a filter so that the values are neither too high or too low so that I can still see the plo
t?
December 7th, 2016 05:06 PM MartyK Great coding tool! Thank you!
August 29th, 2019 02:00 PM Botts I only recently "stumbled" on this indicator by @Sim22, as usual it's another example of his exemplary coding skills.
Not to mention the indicator itself seems almost "Intuitive" in the way it behaves. Thanks for all the work you did here
in the early days of NT-8 "Beta" and "RC-#".....
March 28th, 2016 04:53 PM kareem40 Thank you. Very good
May 30th, 2016 09:49 AM bobc635 Thanks for the help.... I have a bunch of custom NT7 indis that I built that need to convert. I am just now starting on