Jump to content

roddizon1978

Members
  • Posts

    144
  • Joined

  • Last visited

Everything posted by roddizon1978

  1. 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);
  2. 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.
  3. I don't have that, not included in the Old TDU bundle, must be a new one.
  4. Very interesting, as far as I know, he don't have ZoneVue, he is selling,maybe I am wrong
  5. Rohit is good, he fixed my Bookmap lately, no charged. Tell me if you want to buy something so I could have a discount next when I buy with him as referal.
  6. He is legit, but he is slow to respond when you want to upgrade. Try upgrading with him by offering $10 to $20 to upgrade, and he will respond immediately. Espescially the one you bought from clubbing, that you want to upgrade.
  7. No Sir, he don't have Spy Money for Quant Tower he have only for NT8.
  8. Telegram , Sir, I know him, but he would not admit he is brokeys, it s just for security reason. I buy some of his educated indicator. Ask me what you will buy and I ask him , if he got it.
  9. I saw Najib selling that inside a bundle with other software in 2021 for $160 but I don't know how their software are built now. Mainly used Fibonacci and Ichimoku Indicator, maybe you could use the one Ninjacator have, almost the same. The only thing is Nexgen teach you how to trade them, if you are a member and bought it to them.
  10. You remind me to take a look on this, I have download this 2 months ago, and still have not seen it yet, curious, if he tell his secret. Is he the Guy living in Abu Dhabi ?
  11. Pro Edge Runner Indicator is the Equivalent of "Simple Market Metrics" Indicator for NT8. Do someody have this. Indicators – ProEdgeTrading
  12. Beware of them, Folks. They don't know how to trade. Specially the beginners. Especially if this Guy told you to subscribe to Bob Amico.
  13. This Guy has been swindling Futures traders with his best friend, scammer Bob Amico. Don't fall on this 2 Guys , it will rob you blind, they have been victimizing beginner traders.
  14. Now you are asking for Trade manager, when we ask if you want to share the Ultimate scalper you bought from Clubbing House you refused ?
  15. He is a fraud , he cannot educate, he look around for your item and he make a choice of buying it for you with 100% profit, but actually come from someone.
  16. It is almost the same as PIPFlow, probably better than it. But we need to let @apmoo work on it.
  17. @apmoo can you educate the files. Guys, do you have any information on Momentum trading? They are working In cooperation with Pipflow, they said that most Europeans are using this 2-site indicator and it is very successful. Thats why they probably win most of the Futures competition out there.
  18. Thank you @Ben6985, if I may ask, do you have Zone Vue version 5 .
  19. OK, Guys, I believe you. Now here is the thing, Guys. Here is my Motto because before I paid for my indicator, I bought it directly from the owner who created it. If you make enough money using this indicator and you think it is worthwhile. It's time to give your appreciation to the creator by Buying the original one. Just my thought. Have a nice day.
  20. Hey Guys, I have share Indicators and strategies in here , where I bought it, with no User ID to place , and could be used by anybody. I cannot shared some of what I bought because they are lock . If you bought this and it could be shared it without putting any password or User ID, why are you not sharing it. Sh...e on you Guys.
  21. Use JetBrains dot peek its free for downloading And if you are sucessfull hacking a file , can you share it with me
  22. OK you don't want the answer, thats it, i closed the case. No more
×
×
  • Create New...