fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. jacque82
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 26
    • Posts 26
    • Best 1
    • Controversial 0
    • Groups 0

    jacque82

    @jacque82

    3
    Reputation
    95
    Profile views
    26
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jacque82 Unfollow Follow

    Best posts made by jacque82

    • RE: ON TIME EVENT

      On Builder window, top right, there's a "History", click on it, just undo one step, they should all re-appear...

      18271da4-bd3c-4ef3-a853-3dcfb14c783a-image.png

      posted in Bug Reports
      J
      jacque82

    Latest posts made by jacque82

    • What is this Error Message

      Hi everyone,

      I've not gotten such messages before from the EAs created using fxdreema... but it happened, for the first time.

      Background: I'm using MQL5's VPS, so I ran the EA locally, migrated it onto the VPS, then it starts giving these messages. Been using MQL's VPS without any problems so far.

      Does anyone know usually what "function" cause this? Thanks!

      51494688-4ddd-4b87-a980-e10ebfb88494-image.png

      posted in Questions & Answers
      J
      jacque82
    • RE: Help with code snippet?

      @jstap Thanks again... I'll double check my codes again...

      posted in Questions & Answers
      J
      jacque82
    • RE: Help with code snippet?

      @jstap It only closes the trades that the EA opened and the manual ones. But it's not closing the other trades that other EAs opened.

      Thanks again!

      posted in Questions & Answers
      J
      jacque82
    • Help with code snippet?

      Dear all,

      Thanks for your time looking at this. I want to achieve the following, hope someone can help me with it.

      Scenario:
      I have an account that is running multiple EAs on it.

      Now, what I want to achieve: when a certain profit is hit on the account, any one of the EA can trigger to close all positions currently on the account (yes the other EAs coded by me). I am using different Magic Numbers for the other EAs.

      I have tried using this method but, it doesn't close the positions by the other EAs.

      3830b5af-dcda-42af-9d4d-0762246467ce-image.png

      I guess, this is achievable with a code snippet instead?

      Any leads/advice is much appreciated.

      Thanks for your time again!

      posted in Questions & Answers
      J
      jacque82
    • RE: Close All Positions on the Account

      @jacque82 Oh! Thanks again!!!

      posted in Questions & Answers
      J
      jacque82
    • Close All Positions on the Account

      Hi again, see I have different EAs running on the same account each with a magic number of its own. How would you go about it so that any one of the EAs can/would close all positions (ignoring magic number) on that account when take profit is met? Thanks!

      posted in Questions & Answers
      J
      jacque82
    • A TimeFilter within a TimeFilter

      Hi everyone, can I do this?

      f84e259e-5337-4501-a946-b97e4abe6a4a-image.png

      Question: Would this also mean whatever I put under 842, will keep looping in that x second interval limited by the constraint of 841? If the Traded TF (841-Bar) is 15 mins, so 842 keeps looping inside that 841's 15 mins?

      Thanks ❤

      posted in Questions & Answers
      J
      jacque82
    • RE: Using the last pending order for a new pending order.

      @William-1 William, if I may, and mind you I'm no expert, your shared project has a couple of missing elements...

      1. when the MA 50 (cyan) crossing above MA 20 (red) its will triggers. (you have this)
      2. from that point the check distance will be triggered. (you might have to store 2's value somewhere so that when it checks distance, it can be used to reference to 2's position/point/price)
      3. if the distance price from point 2 to point 3 is +20 pips the pending order will make a open price on 20 (you'll also need to pinpoint which candle is your candle 3 to your EA. You have it identified in your picture but from the shared project, I don't see where you have 3's value compared against 2)
      4. at this point its sell when its meet the price

      I might be wrong...

      posted in Questions & Answers
      J
      jacque82
    • RE: Using the last pending order for a new pending order.

      @William-1 I believe from the image above, it's the "cross" problem, the cross didn't happen on the candle (not on the vertical lines) ... the cross width perhaps is 2, not 1.

      posted in Questions & Answers
      J
      jacque82
    • RE: Closing pending orders

      You could also set the "Expiration time period" as 5 minutes under "Specified time" for those pending orders.

      posted in Questions & Answers
      J
      jacque82