fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Implosion
    3. Topics
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 50
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by Implosion

    • I

      MT5 Counter To Pass N times
      Bug Reports • • Implosion

      3
      0
      Votes
      3
      Posts
      434
      Views

      I

      I'm using "check positions count" instead when adding to volume with child trades as the counter seems to break when in this position.

    • I

      NoPosition and NoPosition/order
      Bug Reports • • Implosion

      17
      0
      Votes
      17
      Posts
      2446
      Views

      I

      @ambrogio THANK YOU.

      Next time I'll post in the help section.

      And the other posters please restrain yourself from making smart comments.

    • I

      My Indicators
      Bug Reports • • Implosion

      2
      0
      Votes
      2
      Posts
      465
      Views

      l'andorrà

      Wow. Never used Linux so I have no idea. Are you using fxDreema through Linux?

    • I

      Stops Error
      Bug Reports • • Implosion

      2
      0
      Votes
      2
      Posts
      494
      Views

      l'andorrà

      Moving stops too close to current price is always punished by brokers. You should use the 'on trade' tab blocs and options. There you can choose that a new trade is open at the exact moment it was closed by a SL.

      On the other hand, please don't spend too much time with martingales. They never work in the long run.

    • I

      Martingale in Buy Logic Box Not Working MT5
      Bug Reports • • Implosion

      4
      0
      Votes
      4
      Posts
      1190
      Views

      l'andorrà

      I know but sadly the administrator is not visiting the forum as often as many would want. However, sending him a personal message is a sure (but slow) way to get an answer.

    • I

      MT5 Volume Percent based on stop loss
      Bug Reports • • Implosion

      3
      0
      Votes
      3
      Posts
      753
      Views

      l'andorrà

      @implosion said in MT5 Volume Percent based on stop loss:

      Please Cancel. Found the problem. Not enough money.

      That's a serious problem! LOL 😄

    • I

      Allow the EA to trade dynamically on any 3 out of 5 charts loaded. How would I do this?
      Questions & Answers • • Implosion

      5
      0
      Votes
      5
      Posts
      1862
      Views

      fxDreema

      @implosion You can try to logically block the ticks with these Terminal Variables (called Global Variables in MetaTrader) - https://fxdreema.com/help/working-with/terminal-variables. This is how you can send information from one EA to another.

    • I

      Check trades count not working properly, allows too many trades with multiple charts open
      Questions & Answers • • Implosion

      4
      0
      Votes
      4
      Posts
      1661
      Views

      fxDreema

      I already said that, but you are showing me piece of code that comes from the constructor of a class. These values are some initial values and they could be changed. The actual values are written in other place, for example:

      // Block 2 (Check trades count) class Block1: public MDL_CheckTradesCount<string,int,string,string,string,string,string,string> { public: /* Constructor */ Block1() { __block_number = 1; __block_user_number = "2"; _beforeExecuteEnabled = true; // Block input parameters MarketMode = "all"; } public: /* Callback & Run */ virtual void _callback_(int value) { } virtual void _beforeExecute_() { Market = CurrentSymbol(); } };

      Here you can see this: MarketMode = "all";

    • I

      optimisation does not appear in MT5
      Bug Reports • • Implosion

      2
      0
      Votes
      2
      Posts
      725
      Views

      fxDreema

      Oh no, this field should never have this checkbox anyway. The bug is that the option somehow appeared there. Don't use it!

    • I

      Basket Of Trades Grid Question
      Questions & Answers • • Implosion

      1
      0
      Votes
      1
      Posts
      642
      Views

      No one has replied

    • I

      How do I use a table style indicator with no colour variables to grab?
      Questions & Answers • • Implosion

      2
      0
      Votes
      2
      Posts
      705
      Views

      fxDreema

      Indicators normally have output buffers and they put their values there, so that the EA can grab them from there. Some indicators may not use those output buffers, they can only print objects on the chart. In this case you can only work with the objects - https://fxdreema.com/examples#Chart-Objects

      To test the output buffers of an indicator, I recommend to use the Trace block - https://fxdreema.com/demo/mt4-trace-multiple

    • I

      Indicator condition on multiple historic candles. Lookback
      Questions & Answers • • Implosion

      3
      0
      Votes
      3
      Posts
      921
      Views

      fxDreema

      Try that block "Indicator moves within limits".
      The other way to look back is this - when you work with custom indicators (My Indicators in Condition block), there are few extra options in "More settings", and some of them have some kind of lookback behavior

    • 1 / 1