• 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

    Wow, "Loss Loss Loss" sounds like a verdict without the right to appeal. Where are the details? I'm a simple person: show me the settings, the timeframe, and the broker. I'm happy to admit that I messed up somewhere if they show me exactly where. But "Loss Loss Loss" is not an argument, it's the...
  2. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Hello, colleague! Thank you for testing and taking the time to write — this is already half the battle. Straight to the point: there is no ready-made settings file. Not because I'm greedy, but because the advisor is like a suit.: He sits like a rock on one broker, and hangs like a sack on the...
  3. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Hello, colleagues! I have news for you: Goldfader for MT4 got an older brother and moved to MetaTrader 5. Yes, yes, the one with SuperTrend + ADX, Keltner +RSI modes, virtual stops and a tricky grid of delays, only now in a terminal that does not ask for a reboot after each code edit...
  4. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Hi! For a micro-count, try starting like this: EntryMode = 3 UseRiskLot = true, RiskPercent = 1% — the lot will adjust itself to the deposit Turn on your virtual feet, wrap your real ones around them — fewer footprints in the kitchen UseDynamicDistance = true — let him move the orders for...
  5. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    I'm glad that the direct test was sorted out and the panel worked properly. But error 130 in the backtest is generally a classic, and the laptop has nothing to do with it, do not rush to scold it. Error 130 — Invalid stops. What does this mean in human language? The ADVISER tries to place an...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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"...
  19. 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...
  20. 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...
Back
Top