
wahabdeen
-
Posts
146 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Articles
Posts posted by wahabdeen
-
-
Not work friend
-
Please two indicator compine one indicator please helpme
-
please re upload TDUFootPrint please
-
enjoy! FULL NT8 COMPATIBLE
[ATTACH=JSON]{"data-align":"none","data-size":"full","title":"BAROVERLPA.jpg","data-attachmentid":810954}[/ATTACH]
#region Using declarations using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Media; using System.Xml.Serialization; using NinjaTrader.Cbi; using NinjaTrader.Gui; using NinjaTrader.Gui.Chart; using NinjaTrader.Gui.SuperDom; using NinjaTrader.Gui.Tools; using NinjaTrader.Data; using NinjaTrader.NinjaScript; using NinjaTrader.Core.FloatingPoint; using NinjaTrader.NinjaScript.DrawingTools; using NinjaTrader.NinjaScript.Indicators; using System.Windows.Shapes; using NinjaTrader.Gui.Chart; using NinjaTrader.NinjaScript.DrawingTools; #endregion // This namespace holds all indicators and is required. Do not change it. namespace NinjaTrader.NinjaScript.Indicators { /// <summary> /// The bar overlap indicator counts the number of bars that overlap with the current bar's range. /// </summary> public class BarOverlap : Indicator { #region Variables private int period = 100; private double numStdDev = 2.0; private Brush baseColor = Brushes.SlateBlue; private Brush signalColor = Brushes.Red; private int plot0Width = 4; private PlotStyle plot0Style = PlotStyle.Bar; private DashStyleHelper dash0Style = DashStyleHelper.Solid; #endregion protected override void OnStateChange() { if (State == State.SetDefaults) { Description = "The bar overlap indicator counts the number of bars that overlap with the current bar's range."; Name = "BarOverlap"; AddPlot(new Stroke(baseColor, plot0Width), plot0Style, "Overlap"); IsOverlay = false; } else if (State == State.DataLoaded) { // SetPlotAppearance(Plots[0], baseColor, plot0Width, dash0Style); } } protected override void OnBarUpdate() { int n = 0; while (n < CurrentBar) { if (Low[0] >= High[n] || High[0] <= Low[n]) break; n = n + 1; } Value[0] = n; if (Value[0] > SMA(Value, period)[0] + numStdDev * StdDev(Value, period)[0]) PlotBrushes[0][0] = signalColor; else PlotBrushes[0][0] = baseColor; } private void SetPlotAppearance(Plot plot, Brush brush, int width, DashStyleHelper dashStyle) { plot.Pen = new Pen(brush, width) { DashStyle = DashStyleHelperToDashStyle(dashStyle) }; } private DashStyle DashStyleHelperToDashStyle(DashStyleHelper dashStyleHelper) { switch (dashStyleHelper) { case DashStyleHelper.Dash: return DashStyles.Dash; case DashStyleHelper.DashDot: return DashStyles.DashDot; case DashStyleHelper.DashDotDot: return DashStyles.DashDotDot; case DashStyleHelper.Dot: return DashStyles.Dot; case DashStyleHelper.Solid: return DashStyles.Solid; default: return DashStyles.Solid; } } protected override void OnRender(ChartControl chartControl, ChartScale chartScale) { base.OnRender(chartControl, chartScale); Plots[0].Pen = new Pen(baseColor, plot0Width) { DashStyle = DashStyleHelperToDashStyle(dash0Style) }; } #region Properties [browsable(false)] [XmlIgnore()] public Series<double> Overlap { get { return Values[0]; } } [NinjaScriptProperty] [Display(Name = "NumStdDev", GroupName = "NinjaScriptParameters", Order = 1)] public double NumStdDev { get { return numStdDev; } set { numStdDev = Math.Max(0, value); } } [NinjaScriptProperty] [Display(Name = "BaseColor", GroupName = "NinjaScriptParameters", Order = 2)] public Brush BaseColor { get { return baseColor; } set { baseColor = value; } } [NinjaScriptProperty] [Display(Name = "SignalColor", GroupName = "NinjaScriptParameters", Order = 3)] public Brush SignalColor { get { return signalColor; } set { signalColor = value; } } [NinjaScriptProperty] [Display(Name = "Plot0Width", GroupName = "NinjaScriptParameters", Order = 4)] public int Plot0Width { get { return plot0Width; } set { plot0Width = Math.Max(1, value); } } [NinjaScriptProperty] [Display(Name = "Plot0Style", GroupName = "NinjaScriptParameters", Order = 5)] public PlotStyle Plot0Style { get { return plot0Style; } set { plot0Style = value; } } [NinjaScriptProperty] [Display(Name = "Dash0Style", GroupName = "NinjaScriptParameters", Order = 6)] public DashStyleHelper Dash0Style { get { return dash0Style; } set { dash0Style = value; } } #endregion } }
Please share Barometer NT8 Thanks
-
This indicater ask license
-
How to use this Timingsolution Nifty
Thanks
-
Thank you
-
thanks
-
https://workupload.com/file/5yjN8hpLDL7
This is what I have in my archive. You will have to figure out which one works. Good luck!
Thank you friend
-
Please Reupload
Right Line Trading Indicaters
-
Please upload Right line trading indicaters
-
Link by DevReddy in post #9 still works if you want to try. I also renew my previous link in post #10
thank you
-
Alternative link here, enjoy!
[spoiler=link]
https://mega.nz/folder/mMJCxSJA#RXMVzfwK3_8B85p3ocLqTQ
please reupload
-
Please share camarilla Pivot R4 S4 Breackout scaner thanks
-
Sendspace seems to be down. Can you please upload on another download server.Thanks
https://mega.nz/file/4ZEzXagQ#f9GxN2WG1940TOdPDTD3CWfTN4I_l8-vjuYp-mzg-d8
- ⭐ htn4653, hamir and ⭐ TRAD3R.GURU
-
3
-
Please share this AFL
-
Good morning all,
please can anyone support please?
Thanks in advanced.
https://mega.nz/file/kYsnSARR#HTa8h4hT_7uPgyJzbYSlcwW9YDRlf0vtxUjVZ-w7tS0
- ⭐ nehal, ivan2007007, birdshoof and 3 others
-
6
-
Thank you. It works. Both in x86 and x64 modes. : )
Please Reupload
-
please how to make download from this website? ever open only ads
Cilck Download Now Button 3 or 4 Times
-
-
Topics Covered in Advanced Lessons
Demand and Supply, Multiple Time Frames Review
Projected Trend Analysis
Pro Gaps and Novice Gaps
Fine Tuning Demand and Supply Zones
Advanced Boosters
Booster Scoring Methodology
Candlesticks
Scanners for Indian Stock Market
Trade Management
Download Link:
hxxps://[email protected]/#F!OzRyyaYT!CTzJV2q4e6lWIG0rvYeA4g
Please Reupload
-
can anyone please re upload this
https://www.sendspace.com/filegroup/BnpeBUtIeZfoS5WYzSVa5CLw3x5s%2FYRo
Enjoy
- ⭐ moneyshare, Jeck, Traderbeauty and 6 others
-
9
-
Neuro Preditor_2.rar
Neuro Classifer 2.rar
Neuroshell2
Genehunter
PLS HELP SHR!!!!
Neuroshell Run Time Server
Neuroshell 6 or 7 crack
Advanced Indicator Set 3
Cybernetic Analysis
ChaosHunter crack
How to Where paste Add one indicaters Neuroshell 5.5
-
Please RE Upload Link Error
Please two indicator compine one indicator
in TradingView
Posted