Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Found it. Thank you and sorry for this request.
  3. @kimsam u can help us with this new version please
  4. Already shared i think .. search for it
  5. Today
  6. 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.
  7. @kimsam Can you please check these indicators that have a free trial https://www.advancedtradingsignals.com/ Thank you
  8. @Karmaloop Which of the Strategies/templates did you use?
  9. 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);
  10. The newest one available to subscribers is 2.1
  11. This is one you made? Can’t wait to try it out if so.
  12. Damn! I stayed out thinking the PA would suck with early market close
  13. 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?
  14. 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.
  15. This one's different, Bollinger%B Pro please
  16. 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
  17. yes thank you very much, there is the new version you can work on it if you have time please
  18. Old version.. not tested ... https://workupload.com/file/U4vRBLUw7Y9
  19. Welcome to Indo-Investasi.com. Please feel free to browse around and get to know the others. If you have any questions please don't hesitate to ask.

  20. @Ninja_On_The_Roof Can you please post the indicator files you have in the screenshot? Thanks
  21. hope you got the answer already. ;d ^^
  22. Yes! just different strategy's. Glad it worked!
  1. Load more activity
×
×
  • Create New...