All Activity
- Past hour
-
ampf reacted to a post in a topic: advancedtradingsignals.com
-
Found it. Thank you and sorry for this request.
-
@kimsam u can help us with this new version please
-
Already shared i think .. search for it
- Today
-
Harrys reacted to a post in a topic: Nex Gen 3 Group Buy
-
I found using a solid, regulated platform like HFM gave me peace of mind and helped me focus on my risk rules. Even as a newbie, that stability made me feel like a real pro.
-
ampf started following advancedtradingsignals.com
-
@kimsam Can you please check these indicators that have a free trial https://www.advancedtradingsignals.com/ Thank you
-
@Karmaloop Which of the Strategies/templates did you use?
-
here is the MACD BB use by T3 MACD BB lines NT8 - NinjaTrader Ecosystem Here is the Tilson T3 Moving average in TOS Thinkscript, there is many copy of it , but this is the best, need to be converted to NT8. T3 because T stand for Tilson. It is used to smooth the entry of the trade ---------------------------------------------------------------------------------------------------------------------------------------- # filename: _Tillson_T3_Moving_Average_ # source: https://futures.io/thinkorswim/34287-tilson-t3-moving-average.html#post460861 # created by: rmejia # last update: 12/17/2014 #hint:<b>T3 Adaptive Smoothing Indicator</b>\nThis study was adopted from the Technical Analysis of Stocks and Commodities article "Smoothing Techniques for More Accurate Signals" by Tim Tillson, Jan 1998 (V16:1 pp33-37) #hint: indicator: Defines the level of filtering to occur, default is 3 #hint: volumeFactor: Adjusts the amplitude of the feedback added back into the base filter declare upper; input indicator = { T1, T2, default T3, T4, T5, T6 }; input price = close; input period = 15; input volumeFactor = 0.70; input displace = 0; input sign = { default plus, minus }; input Label = No; input paintbars = No; script _gd { input _price = close; input _period = 10; input _v = 0.70; input _sign = { default plus, minus }; def _ema = ExpAverage( _price, _period ); plot _gd = ( _ema * ( 1 + _v ) ) - ( ExpAverage( _ema, _period ) * _v ); } def _t1 = _gd( price[-displace], period, volumeFactor, sign ); def _t2 = _gd( _t1, period, volumeFactor, sign ); def _t3 = _gd( _t2, period, volumeFactor, sign ); def _t4 = _gd( _t3, period, volumeFactor, sign ); def _t5 = _gd( _t4, period, volumeFactor, sign ); def _t6 = _gd( _t5, period, volumeFactor, sign ); plot T3; switch( indicator ) { case T1: T3 = _t1; case T2: T3 = _t2; case T3: T3 = _t3; case T4: T3 = _t4; case T5: T3 = _t5; case T6: T3 = _t6; } T3.AssignValueColor(if T3 > T3[1] then Color.GREEN else Color.RED); T3.HideBubble(); AddLabel(Label, if T3 > T3[1] then " A " else " A ", if T3 > T3[1] then Color.GREEN else Color.RED); assignPriceColor(if paintbars and T3 < T3[1] then color.DARK_RED else if paintbars and T3 > T3[1] then color.DARK_GREEN else color.CURRENT);
-
The newest one available to subscribers is 2.1
-
This is one you made? Can’t wait to try it out if so.
-
Damn! I stayed out thinking the PA would suck with early market close
-
With a current additional 24% discount, https://ninza.co/product/atr-tradeshield is at 280usd. Whos interested to group buy to have it unlocked here?
-
thank u
-
I know you can't base profitability off one day, but this strategy killed it today. 6 trades from one hour after opening until the early close of session now. No losers! Profit of $1285. Almost regret using it on SIM. Hopefully backtesting shows more of the same. I used one of the templates provided in this thread on NQ 2 min.
-
This one's different, Bollinger%B Pro please
-
NinZaBollingerPercentB_NT8.zip
-
Harrys reacted to a post in a topic: HFT SPECTRE Group Buy
-
fxtrader99 reacted to a post in a topic: indicators needs to unlock very import indi for ninjatrader
-
Weis Wave NT8 indicator - Need to be unlocked
fxtrader99 replied to fxtrader99's topic in Ninja Trader 8
Wow, you have an excellent memory! I have found the Weis Wave indicator from Neo pack, but it appears to be a limited version of the original Weis Wave indicator as it plots only 8 Weis wave swings (max). It plots the volume well, but plots all the bars gray only. I am attaching the install file for reference. NTB_iWeisWave_v1.zip -
indicators needs to unlock very import indi for ninjatrader
TRADER replied to TRADER's topic in Ninja Trader 8
yes thank you very much, there is the new version you can work on it if you have time please -
knagendratl started following Mtpredictor 8.1.1.1 new version
-
indicators needs to unlock very import indi for ninjatrader
kimsam replied to TRADER's topic in Ninja Trader 8
Old version.. not tested ... https://workupload.com/file/U4vRBLUw7Y9 -
fxzero.dark reacted to a post in a topic: Edge Runner Auto (from Pro Edge Trading)
-
Can you re-upload please?
-
Karmaloop reacted to a post in a topic: Edge Runner Auto (from Pro Edge Trading)
-
@Ninja_On_The_Roof Can you please post the indicator files you have in the screenshot? Thanks
-
hope you got the answer already. ;d ^^
-
Whimsy reacted to a post in a topic: Req: Ninjatrader 8 -8.0.15.1 version
-
DeltaBars (3).zip