• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Search results

  1. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Thanks for writing. I hasten to reassure you: there is no error in the code, all modes work perfectly. I just rechecked it myself — both on the demo and in the backtest, EntryMode 3 turns on without problems. The panel honestly shows the mode that you have selected. Now I will attach a...
  2. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    I see you're hooked by my answer, and that's a good thing, honestly. Emotions in trading can be worse than slippage on the news, I understand everything. But let's stop for a minute and exhale. Why did I post this advisor on the forum at all? Not to get a round of applause and a gold bar in...
  3. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Hi! Thanks for sharing the results. But let's make a deal right away.: "not very good" results with 99.9% modeling quality are not a verdict, but a reason to roll up your sleeves. Let me explain what the point is here. 1. 99.9% is not a "perfect test", but an "honest test" This accuracy means...
  4. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Is it possible to run an Expert Advisor on a real account with wild spreads? Technically— yes. But there are nuances here, as in the joke about hedgehogs: "it will hurt, but carefully. " You can increase Max_Spread without any problems. The Max_Spread parameter is a filter above which the EA...
  5. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    I am glad that the ADVISOR has reached the forward demo. To be honest, out—of-the-box settings are like the basic firmware of a car. You can drive, but if you know where to turn, you can improve acceleration and reduce fuel consumption. What would I recommend for a forward test on M5 XAUUSD at...
  6. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    The classic of the genre "it flies on the locale — it lies on the VPS"! Most likely, this is the case (in order of probability): 1. Server time vs local time (main suspect) You have SessionTimeMode = 2 (local time), but on a VPS it differs from your home computer. In the tester, the adviser...
  7. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Hello, colleagues in gold speculation! I once posted one of the versions of GoldFader_EA here — then the silence was such that you could hear the spread sliding on XAUUSD. But I wasn't offended, I rolled up my sleeves and took a good look at the adviser. Meet GoldFader_NewEA — now with a panel...
  8. NPNavigator

    New EA TrueTL EA — trend lines that trade themselves (or at least try to)

    Hello, colleagues! I want to share a funny story about our ward, advisor TrueTL_EA. He worked like clockwork on the chart: he drew lines, opened deals, and was serious. But as soon as it was launched into the tester, that's it, we arrived. There was a mysterious "array out of range" in the logs...
  9. NPNavigator

    New EA TrueTL EA — trend lines that trade themselves (or at least try to)

    Greetings, colleagues on the shop floor! I decided to share my robot, built on my knee with the help of deep respect for the TrueTL indicator and a couple of coding evenings. It is modestly called TrueTL EA. In short, he builds trend lines right inside the Expert Advisor (yes, no external...
  10. NPNavigator

    TrendFinder EA

    Hello, fellow traders and sympathizers! I've laid out your bundle of "TrendFinder EA + [FXI]TrendFinder" here. I must say right away: the indicator inside is packed with such a mess of CCI, Stochastic, Heiken Ashi, some kind of "SquishSquash" and PAC (apparently, "greetings from the 90s") that...
  11. NPNavigator

    TrendFinder EA

    Hello, colleagues! Are you tired of watching your ADVISOR meditate for half an hour while a bold green arrow has been hanging on the chart for a long time? Like, "I'll think about it at the next bar"? I've lost my patience too. Therefore, meet the updated version — TrendFinder EA v1.1. In...
  12. NPNavigator

    TrendFinder EA

    Hello, fellow enthusiasts and profit hunters! I want to share a small project that was born literally out of curiosity. I was browsing the forums once and came across the [FXI]TrendFinder indicator — I still didn't understand, is he looking for trends or does he create them himself? It looked...
  13. NPNavigator

    XauUsd M5 Superscalper source code

    When we upload tick data through Tickstory, MetaTrader 4 sees the tick file, but it doesn't understand where it came from, so it can't calculate the quality percentage.MT4 uses the tick data and executes the "Every tick" model, but it doesn't know where the data came from, so it displays "n/a"...
  14. NPNavigator

    XauUsd M5 Superscalper source code

    To check if I had an error in the quotes, I uploaded new tick quotes from Tickstory for 01.10.25–05.15.26 and ran the test with the same settings that I posted earlier – I got a different result, I attach a screenshot. Two opposite tests don't mean anything: different broker, different data...
  15. NPNavigator

    XauUsd M5 Superscalper source code

    There is no ready-made settings file yet — the Expert Advisor and the instructions are completely new, and I have just posted them for discussion. I have only just started testing them myself, and there are no universal settings that will work for everyone, as the price of gold varies greatly...
  16. NPNavigator

    XauUsd M5 Superscalper source code

    Yes, that's right, default settings can really leak. The EA is designed for gold, and it is very capricious to the parameters of indicators (SuperTrend, ADX, Keltner, RSI) and stop management. I ran the optimization on tick data from Tickstory, with TakeProfit and StopLoss disabled, left only...
  17. NPNavigator

    XauUsd M5 Superscalper source code

    I'm posting the GoldFader New EA version for MetaTrader 5. Logically, this is exactly the same Expert Advisor that was already here in the MT4 version — strategy, entry modes and trawl remained unchanged. The code has been completely rewritten for MQL5 while maintaining all the original...
  18. NPNavigator

    XauUsd M5 Superscalper source code

    I've updated the robot for gold: now it's inside SuperTrend+ADX and Keltner+RSI instead of PSAR + Momentum and Bollinger Bands — it makes less noise and allows you to catch trends better. To make it less difficult to set up, I wrote detailed instructions on settings and modes. The strategy has...
  19. NPNavigator

    XauUsd M5 Superscalper source code

    Yes, you're absolutely right about that. Backtesting—even with the tick data I use from Tickstory—is just a simulation. Results may vary on a demo account, and on a real account, everything is completely different: slippage, commissions, delays, psychology. I understand that perfectly. The...
  20. NPNavigator

    XauUsd M5 Superscalper source code

    I rewrote the code almost entirely because the original was unreadable—full of junk variables and convoluted logic. I clarified the structure and implemented proper order management and robust margin checks. I also changed the name to avoid confusion. The original Expert Advisor was designed for...
Back
Top