⭐ fryguy1 Posted Wednesday at 06:31 PM Report Share Posted Wednesday at 06:31 PM Trying to see what the interest might be on this. No HWID, fully unlocked. Quote Link to comment Share on other sites More sharing options...
tradevelopers Posted yesterday at 12:15 AM Report Share Posted yesterday at 12:15 AM put full screenshot with allindies running Quote Link to comment Share on other sites More sharing options...
wizard101 Posted yesterday at 01:36 AM Report Share Posted yesterday at 01:36 AM Count me in thanks ! Quote Link to comment Share on other sites More sharing options...
roddizon1978 Posted 23 hours ago Report Share Posted 23 hours ago (edited) If you got Trading View you could use Nexgen T3 , it is the same as the MACD BB. These indicators combine the Moving Average Convergence Divergence (MACD) with Bollinger Bands to provide traders with signals based on trend strength and potential price movements. If I pay $5 , I would not mind paying. Remember T3 is a long time script already stolen by the owner of Nexgen from the original creator Mladen's concept. Edited 23 hours ago by roddizon1978 Quote Link to comment Share on other sites More sharing options...
Ninja_On_The_Roof Posted 15 hours ago Report Share Posted 15 hours ago (edited) Was just darn bored. Got me a cold beer and some beef jerkies.🤩 My modified Nexgen T3 "system".🤣 Only...better though!😃 NexGen is all about using Fib, to my humble knowledge. Therefore, I just took Fib indicator from ARC-Neurostreet and applied its concept. As far as I still remember, way back then, when I was still using ARC, blue Fib is to buy and red maroon Fib is to sell. When price hits these Fib lines. You just go long and short according to the color indicated. Obviously, I added a few indicators of my own to better spot the entries, whether or not to enter or to skip. https://limewire.com/d/9ccrE#mdRCIYqCVh Edited 15 hours ago by Ninja_On_The_Roof Quote Link to comment Share on other sites More sharing options...
kadi Posted 13 hours ago Report Share Posted 13 hours ago 2 hours ago, Ninja_On_The_Roof said: Was just darn bored. Got me a cold beer and some beef jerkies.🤩 My modified Nexgen T3 "system".🤣 Only...better though!😃 NexGen is all about using Fib, to my humble knowledge. Therefore, I just took Fib indicator from ARC-Neurostreet and applied its concept. As far as I still remember, way back then, when I was still using ARC, blue Fib is to buy and red maroon Fib is to sell. When price hits these Fib lines. You just go long and short according to the color indicated. Obviously, I added a few indicators of my own to better spot the entries, whether or not to enter or to skip. https://limewire.com/d/9ccrE#mdRCIYqCVh @Ninja_On_The_Roof Can you please post the indicator files you have in the screenshot? Thanks Harrys 1 Quote Link to comment Share on other sites More sharing options...
AllIn Posted 9 hours ago Report Share Posted 9 hours ago 6 hours ago, Ninja_On_The_Roof said: Was just darn bored. Got me a cold beer and some beef jerkies.🤩 My modified Nexgen T3 "system".🤣 Only...better though!😃 NexGen is all about using Fib, to my humble knowledge. Therefore, I just took Fib indicator from ARC-Neurostreet and applied its concept. As far as I still remember, way back then, when I was still using ARC, blue Fib is to buy and red maroon Fib is to sell. When price hits these Fib lines. You just go long and short according to the color indicated. Obviously, I added a few indicators of my own to better spot the entries, whether or not to enter or to skip. https://limewire.com/d/9ccrE#mdRCIYqCVh This is one you made? Can’t wait to try it out if so. Quote Link to comment Share on other sites More sharing options...
roddizon1978 Posted 8 hours ago Report Share Posted 8 hours ago (edited) 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); Edited 8 hours ago by roddizon1978 Quote Link to comment Share on other sites More sharing options...
Ninja_On_The_Roof Posted 5 hours ago Report Share Posted 5 hours ago Quote Link to comment Share on other sites More sharing options...
Ninja_On_The_Roof Posted 1 hour ago Report Share Posted 1 hour ago 11 hours ago, kadi said: @Ninja_On_The_Roof Can you please post the indicator files you have in the screenshot? Thanks Hi, Ahhh...no! I was high and bored in the middle of the night. You wouldn't wanna use that for live trading. Trust me! Everything looks great on your charts once it is all said and done. Same goes for the indicators. They certainly look spot on and accurate right after the fact, when the moves have already happened. Happy Trading! Quote Link to comment Share on other sites More sharing options...
kadi Posted 42 minutes ago Report Share Posted 42 minutes ago 47 minutes ago, Ninja_On_The_Roof said: Hi, Ahhh...no! I was high and bored in the middle of the night. You wouldn't wanna use that for live trading. Trust me! Everything looks great on your charts once it is all said and done. Same goes for the indicators. They certainly look spot on and accurate right after the fact, when the moves have already happened. Happy Trading! 🤣😂😅 I feel you man lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.