fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. lvang1126
    L
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    lvang1126

    @lvang1126

    0
    Reputation
    94
    Profile views
    14
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    lvang1126 Unfollow Follow

    Latest posts made by lvang1126

    • RE: Issue with MT4->MT5 using the converter

      image.png

      posted in Bug Reports
      L
      lvang1126
    • Issue with MT4->MT5 using the converter

      "I was able to download both the .mq4 and .ex4 files for the MT4 version. However, after using the MT4-to-MT5 converter, I received the .mq5 and .ex5 files. When I opened the .mq5 file in MetaEditor and attempted to compile it, I encountered errors."

      025c91f0-61ed-4360-bd94-83d2ef497ed2-image.png

      posted in Bug Reports
      L
      lvang1126
    • RE: "No Trade" Block condition issue resulting zero divide when "first" added to the Metatrader.

      @l-andorrà

      The brokers I tested that were affected by this issue include BlackBullMarket-Demo, FXPig-Demo, and Alpari-ECN Demo. These were all free demo accounts I was able to create. I'm sure there are many others, but these are the ones I've tested so far.

      posted in Bug Reports
      L
      lvang1126
    • RE: "No Trade" Block condition issue resulting zero divide when "first" added to the Metatrader.

      @sktsec

      I agree. If you replace the "No Trade" block with the "Check Trades Count" block, the trade would execute without any errors. I haven't tested this yet, but I’m wondering—what if, after adding the symbol, you immediately load the history data? Maybe then the trade would execute properly even with the "No Trade" block. Also, when you get the error using the "No Trade" block, re-attaching the EA to the same chart usually clears it. So the error typically only happens on the initial startup.

      posted in Bug Reports
      L
      lvang1126
    • "No Trade" Block condition issue resulting zero divide when "first" added to the Metatrader.

      I've identified a potential issue related to the "No Trade" block that seems to cause a divide by zero error under specific conditions:

      Steps to Reproduce:
      Prerequisite: Ensure auto trading is enabled.

      1. Launch MetaTrader and add a symbol that is not part of the default startup list.

      2. Copy the EA into the MetaTrader Experts folder.

      3. Attach the EA to the newly added symbol.

      4. Once the condition in the EA is triggered, the divide by zero error may occur.

      Workaround:
      I resolved the issue by removing the "No Trade" block and replacing it with the "Check Trade Count" block, which prevented the error.

      EA link: https://fxdreema.com/shared/Nbvs0Q39

      posted in Bug Reports
      L
      lvang1126
    • RE: zero divide in '8320-30394.mq4' (12065,31) THIS ERROR CODE MAKES MY EA STOP

      Alternatively, you could also store the SL value into a variable and have an if condition when SL != 0, then execute orders. This way, SL will always be something other than 0 in order to execute orders.

      posted in Bug Reports
      L
      lvang1126
    • RE: EA on VPS trade errors in comparison when not using the VPS

      @l-andorrà Thanks for getting back at me. I don't believed I have any time dependent or such. Here's a snip of the layout of my code:
      0_1605289850099_13d09c92-1220-40b1-b9a9-16f3238de2ac-image.png

      posted in Questions & Answers
      L
      lvang1126
    • EA on VPS trade errors in comparison when not using the VPS

      Hello folks question,

      When I ran my EA without using VPS (NY) , my EA executes trades correctly according to its rule. However, when I used my EA under a VPS (London) it executes my trades differently? I don’t think it has to do with my coding. But is this rare for you folks?

      Appreciates any feedback and comments,

      Thanks

      posted in Questions & Answers
      L
      lvang1126
    • TP not get filled and entry price seems to not match based on backtesting and forward testing

      Folks, I'm getting a different reading based on backtesting and forward testing. Any suggestion will helps.
      0_1603969581308_ea94ec41-b462-4db4-8942-253e51ec186f-image.png

      Top is the forward testing and bottom is backtesting.

      Here's the buy order conditions:
      https://fxdreema.com/shared/ODsG83Wge

      posted in Questions & Answers
      L
      lvang1126
    • RE: Buy Signal not taken

      @l-andorrà Sure. See below for the color for each of the indicator:

      0_1602262107024_badea113-f5fe-47aa-b9fd-83021f7c19bc-image.png
      0_1602262128244_7f5a3578-7b85-4dd2-886b-0046b90131ab-image.png
      0_1602262148118_62b95df6-43f4-4cb5-b9d8-ea2706eb7e99-image.png

      Thanks,

      posted in Questions & Answers
      L
      lvang1126