• 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 :)

Recent content by NPNavigator

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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"...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. NPNavigator

    XauUsd M5 Superscalper source code

    A slightly modified Expert Advisor.
Back
Top