fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Miguel 0
    3. Posts
    M
    • Profile
    • Following 2
    • Followers 1
    • Topics 2
    • Posts 17
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by Miguel 0

    • RE: Not Responding MT5...

      @ramisignals

      yeah, multiple terminals, on each, multiple EA's.
      Any advice on the best way to run it more efficiently or some parameters/limits i should respect are very appreciated. Since the only parameter i am actually looking at is the task manager window with the cpu and ram usage. And that seams ok. However i'm afraid that i could run into major spikes when big volume suddenly may appear and activate multiple conditions.

      Thanks for the support

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Not Responding MT5...

      @l-andorrà

      Thank you for the response.
      Yeah that's the thing, when i open the task manager the memory and CPU are ok and bellow 30% usually.
      I have a private vps only running terminals, decent cpu and 16gb ram exclusive for the terminal use.

      But i not sure if i have a huge spike suddenly when markets make an aggressive move.

      In your experience, it is better to create a bigger EA (like 4 different working as one ) on 1 chart or more charts and less Code?

      posted in Questions & Answers
      M
      Miguel 0
    • Not Responding MT5...

      Hi,
      wonder if someone can help me..
      I have had my MT5 terminal, Not respondig a few times now..

      So i did a few things including delecting som extra data from the terminal folder as well was reduce the ammount of bars loaded.

      I have a personal VPS running a few accounts, i belive is still powerfull enough and therefor the problem beeing the terminal (i Belive).

      I have like 12 Ea´s running on 12 charts in the same terminal.. Wonder if for exemple is better to put toghether some eas, like having 4 eas together as one in the same charts?
      So, bigger code but less charts loaded.

      Thank you..

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      @roar
      Great!! can't thank you enough..

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      Yeah, i have no programing skills whatsoever i i'm proud to say, i accomplish a lot and have profitable working EA's Thanks to fxDreema.
      trying to learn more and more. And start wanted to actually program myself, learning python at the moment. 🙂

      oh great.. yeah i didn't noticed before.

      So about the "max times to pass", always 1?!
      I would like to restart always once it hits the Equity *1.2 or *0.8.
      how would work that?

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      @roar
      oh the "right_clicking"!!!

      it worked out.. will test it out, but so far no erros!

      Thank you so much for the time and patience..
      Really appreciate your help! 😄

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      @roar

      https://fxdreema.com/shared/J5v70xqnd

      how can i put the "blc" like you have as variable? please take a look, don't understand how to really make it work, tried to remake yours. But under the "Numeric" doesn't come out as your exemple, probably i am doing something wrong

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      @roar

      i don't really understand how to make them work.. 😕

      honestly i limited myself copying from your
      " https://fxdreema.com/shared/NBisvtvOd "

      and pasting on a new fxDreema .mql5 project

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      quote.. more about this

      https://fxdreema.com/forum/topic/8093/equity-20-or-20-compared-with-the-initial-balance

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      @roar

      Thank you for the reply.
      would this work on mt5?
      tried to copy to an .mql5 project, but doesn't seem to work, gives errors on compiling.

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Equity +20% (or -20%) compared with the initial Balance

      @l-andorrà
      I'll keep working on it..

      Thank you!

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Equity +20% (or -20%) compared with the initial Balance

      https://fxdreema.com/shared/ocAiF2hMc

      A Bit loss..
      Do you have a better idea how i can make it work?

      Thank you for the support, really appreciate the advice and all feedback

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Equity +20% (or -20%) compared with the initial Balance

      Mostly different EA's on different charts.
      So i'm looking, preferentially, for an EA that i can drop randomly on a chart.. And that works with all positions/EA's on the MT5 Server.

      So lets say, I Drop it on a EURUSD chart, and it reaches those +20% equity (from the last time i had equity = balance and no trades open)

      Initial Balance: 1000 euros
      Inicial Equity: 1000 euros

      after a few trades...

      GBPUSD - trade open
      EURAUD - Trade open
      EURUSD - Trade open
      NZDUSD - trade open

      Balance = 2100 euros
      Equity = 1200 euros (so the +20%) ...
      Closes all open trades.

      New Balance: 1200 euros
      New Equity: 1200 euros
      No open trades currently.

      Restart the process..

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Equity +20% (or -20%) compared with the initial Balance

      MT5.. yeah, correct!

      posted in Questions & Answers
      M
      Miguel 0
    • Equity +20% (or -20%) compared with the initial Balance

      So i am running a portfolio of EAs and what normally happens is with large stop losses i have a big increase in the balance and also a big drawdown... So with this in mind, i normally never have more equity than balance.

      What i would like to do is:
      A EA that compares the initial balance and closes all opened positions when Equity +20% (or -20%) compared with the initial Balance (last time that balance=equity with no trades open)

      Can you help me with that please?

      posted in Questions & Answers
      M
      Miguel 0
    • RE: How can I "close all trades when balance-equity=-20%"

      Hi,

      i guess i have a similar question...

      So i am running a portfolio of EAs and what normally happens is with large stop losses i have a big increase in the balance and also a big drawdown... So with this in mind, i normally never have more equity than balance.

      What i would like to do is:
      A EA that compares the initial balance and closes all opened positions when Equity +20% (or -20%) compared with the initial Balance (last time that balance=equity with no trades open)

      Can you help me with that please?

      posted in Questions & Answers
      M
      Miguel 0
    • RE: Total profit reduces by x % then close everything.

      @roar Hey.
      Been reading your debate, great work guys.
      Super newbie here, and wonder if you can help me out to follow up..

      So, i'm looking for an EA that can follow the Equity % rising or/and decreasing compared to an initial balance and close all open trades.

      EX: Let's say i start with a 1,000 euros balance... once equity = 1,200 (+20 %) closes all open trades.
      then new balance (restart) 1,200.. start counting again.. once equity = 1,440 (+20 %) closes all open trades.

      And if i have a loss like from 1,000 euros balance.. once equity = 800 (-20%) closes all open trades.

      Is this possible with your "https://fxdreema.com/shared/c2mQcANde".
      how can i accomplish this?

      Thank you for the attention,
      Miguel

      posted in Questions & Answers
      M
      Miguel 0
    • 1 / 1