Jump to content

All Activity

This stream auto-updates

  1. Today
  2. 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.

  3. Yeah, probably. I believe it trades off the ATR values. I didn't play with it very much. They seem to like larger renko bars and heiken ashi candles when using it.
  4. @TickHunter by the look of this, you can actually make the very same bot yourself, just by using your Ninjatrader. It isnt that difficult to make it.
  5. This is the last revision of the Trade Terminator AI Bot. It will need to be unlocked. https://tradeterminator.net TradeTerminatorStrategyAIv2_09beta.zip
  6. 🤣😂😅 I feel you man lol
  7. as a newbie, I’ve noticed HFM’s tight execution on news events helps reduce slippage. Still testing, but my demo trades have been encouraging so far
  8. 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!
  9. 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.

  10. Yesterday
  11. The one starting with "Normal Entry - Market - Static Profit" etc.
  12. Found it. Thank you and sorry for this request.
  13. @kimsam u can help us with this new version please
  14. Already shared i think .. search for it
  15. 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.
  16. @kimsam Can you please check these indicators that have a free trial https://www.advancedtradingsignals.com/ Thank you
  17. @Karmaloop Which of the Strategies/templates did you use?
  18. 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);
  19. The newest one available to subscribers is 2.1
  20. This is one you made? Can’t wait to try it out if so.
  21. Damn! I stayed out thinking the PA would suck with early market close
  22. 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?
  23. 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.
  1. Load more activity
×
×
  • Create New...