Jump to content

All Activity

This stream auto-updates

  1. Past hour
  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. Today
  4. 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.

  5. AUDUSD rebounds from the bottom: what is next The AUDUSD pair recovered to 0.6489 on Friday. Further gains may be limited due to Middle East tensions. Discover more in our analysis for 20 June 2025. AUDUSD technical analysis The AUDUSD H4 chart shows market indecision between continuing the rebound or slipping lower. If the pair breaks above 0.6494, the next upside target could be 0.6509. The AUDUSD pair remains undecided in the short term. Read more - AUDUSD Forecast Attention! Forecasts presented in this section only reflect the author’s private opinion and should not be considered as guidance for trading. RoboForex bears no responsibility for trading results based on trading recommendations described in these analytical reviews. Sincerely, The RoboForex Team
  6. Gold (XAUUSD) enters correction as investors await Trump’s decision XAUUSD prices dropped to the 3,350 USD area on Friday amid a pause from President Trump regarding potential US military action against Iran. Discover more in our analysis for 20 June 2025. XAUUSD forecast: key trading points Market focus: gold declines as markets await Trump’s decision on Iran Current trend: correcting downwards XAUUSD forecast for 20 June 2025: 3,340 and 3,400 Fundamental analysis The Federal Reserve held rates steady this week and signalled two rate cuts by year-end, although Chairman Jerome Powell warned that new tariffs could continue to push inflation higher. The Fed’s latest forecasts point to weaker growth, higher inflation, and lower employment in 2025. Israel and Iran have continued to exchange strikes. Israel intensified attacks on strategic and government targets in Tehran following reports of an Iranian missile hitting a major hospital in Israel. Investors also focused on the White House, where President Donald Trump is weighing direct military intervention against Iran, with a decision expected within the next two weeks. RoboForex Market Analysis & Forex Forecasts Attention! Forecasts presented in this section only reflect the author’s private opinion and should not be considered as guidance for trading. RoboForex bears no responsibility for trading results based on trading recommendations described in these analytical reviews. Sincerely, The RoboForex Team
  7. 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.

  8. 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.

  9. 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.
  10. @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.
  11. This is the last revision of the Trade Terminator AI Bot. It will need to be unlocked. https://tradeterminator.net TradeTerminatorStrategyAIv2_09beta.zip
  12. 🤣😂😅 I feel you man lol
  13. 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
  14. 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!
  15. 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.

  16. Yesterday
  17. The one starting with "Normal Entry - Market - Static Profit" etc.
  18. Found it. Thank you and sorry for this request.
  19. @kimsam u can help us with this new version please
  20. Already shared i think .. search for it
  21. 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.
  22. @kimsam Can you please check these indicators that have a free trial https://www.advancedtradingsignals.com/ Thank you
  23. @Karmaloop Which of the Strategies/templates did you use?
  24. 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);
  1. Load more activity
×
×
  • Create New...