• 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

    I repeat once again: I am not holding onto this adviser as a lifeline. There is no task to "sell" him to you or to prove to someone that he is the Grail. If you think EA is not making money, that's your right, I'm not a lawyer for this robot. I will not close the topic, because it is not my...
  2. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    Error 4014 in the status of your dashboard is a classic of the "too smart robot bumped into the security service" genre. Imagine: your advisor is trying to reach the AI brain on DeepSeek servers, and the terminal responds to him: "It's not allowed! Where is the pass?" Technically, the code...
  3. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Haha, that's what I understand — a blow straight to the developer's heart! I can hear this sigh: "Why are you complicating everything, boy, check the box "make money" and go to sleep." The answer is simple, and there are two parts to it: First, the market is not standing still. What worked...
  4. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    Colleague, the problem is with the XAUUSDc symbol. The ADVISOR only works with XAUUSD, not with XAUUSDc. The error occurs when forming a JSON request because the name contains the suffix 'c'. It takes time to fix it, and I'll do it, release it.
  5. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    The treatment recipe couldn't be simpler: Just restart the advisor. Remove it from the chart and put it back on. In 99% of cases, on the next tick, the data will be collected cleanly, and everything will fly as it should. It's like an old TV that sometimes showed ripples — you don't have to...
  6. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    Oh, colleague, you're looking at the root! It's like asking a samurai, "When do you stop waving a katana?" DeepGold LLM EA has a whole set of "stopcocks," because gold in the news and on an Asian night is sometimes not a graph, but a cardiogram of a nervous rabbit. Here are the conditions under...
  7. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    The key is working. He's not the problem. Open your eyes wider and look at the error code in the panel: "Error: 402". And now pay attention — we are reading more carefully, because I have already analyzed this error literally in the post above. 402 = Payment Required, which, translated from IT...
  8. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    Oh! "Error: 402" is already concrete, which means it's more fun! The 402 error in the API world is like a waiter in a restaurant who politely hints: "Sir, you are beautiful, of course, but there is no money in the account." Technically, this means "Payment Required" — your DeepSeek account has...
  9. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    Let's be honest: giving your API key is like giving you your wallet with the words "use it and return it." It sounds friendly, but it's not really done that way. Firstly, the key is linked to my account and billing information. Secondly, this is unacceptable from a security point of view. So I'm...
  10. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    Hi! First of all, carefully read the instructions that came with the kit. Everything is chewed up there, including the most frequent rakes that beginners step on. Honestly, 90% of the problems are caused by skipping this step. And now, in fact: without an API key, the adviser will not work at...
  11. NPNavigator

    New EA DeepGold LLM EA – when gold listens to artificial intelligence (well, almost)

    Hello, colleagues! I used to post quite classic Expert Advisors here – indicator, martingale, grid… But this time I was carried away towards neural networks and large language models. Why? Yes, because there are no such advisers on the forum, and the topic is wildly interesting. I wanted to...
  12. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    I'm happy for you! Switching to promotions is like switching from surfing to downhill skiing: the equipment is different, and the muscles work differently, but if you get high, then it's yours. Just don't get mad if I don't run to close the MetaTrader and throw the Expert Advisors in the trash...
  13. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    The same guy who recently ran with SuperTrend and Keltner, went to the gym, changed his wardrobe and is now sporting new indicators and other buns. What happened here anyway? The previous version used SuperTrend + ADX and Keltner + RSI. Sometimes they gave a signal where they would like to be...
  14. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    I heard about "the robot will never work" and "a complete waste of time." Thanks for the warning. If the advisor doesn't earn any real money, it won't make my life any worse. I'll just move on to the next idea. Your experience is valuable, but let me add one caveat: if you haven't found...
  15. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Unfortunately, I don't have a crystal ball, and the advisor has a pedigree of five years of real accounting. GoldFader is a newborn, not a veteran. That's why I can't say "he's a winner" or "he's a loser" right now. That would be a lie, but I promised to be honest with you. Therefore, the answer...
  16. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    I answer honestly: no, I'm not starving, I haven't lost an argument, and I'm not hiding my bottom line. Everything is simpler and more boring: 1. This is not my only project. I have other developments, including commercial ones, that feed me and keep me busy. GoldFader is not the "golden...
  17. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    I have recompiled GoldFader_NewEA v2.0, now it should be friendly with AVX. There are no requirements for newfangled extensions now. The new file is attached to the post below. It should definitely work now.
  18. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    The line cpu='AVX2 + FMA3' during compilation is just the "signature" of my computer on which I built the ADVISOR. Like "made in a kitchen with an induction hob". But the pie itself (ex5 file) does not require induction to be eaten. It is absolutely universal and will run even on the ancient...
  19. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    Ah, now I see the catch! It's a classic of switching from MT4 to MT5. In the "four", a double click on the adviser in the Navigator immediately hooked it to the chart, but in MT5, alas, it does not work that way. Therefore, "nothing happens" — the ADVISER is just waiting for it to be dragged...
  20. NPNavigator

    New EA GoldFader_NewEA returns: modified so that silence is canceled

    "Will you show me the profit and loss statement?" I've already said more than once: the adviser is a semi—finished product, not canned food. Before frying, you need to season it for your kitchen (read: broker). Demanding a profit report from the boxed settings is like asking a bicycle for a...
Back
Top