fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. OntradingX
    3. Topics
    • Profile
    • Following 1
    • Followers 7
    • Topics 120
    • Posts 427
    • Best 28
    • Controversial 1
    • Groups 0

    Topics created by OntradingX

    • OntradingX

      First Candle of the Day, Locate and Identify???
      Questions & Answers • • OntradingX

      16
      0
      Votes
      16
      Posts
      1163
      Views

      roar

      @l-andorrà yes, you can use the time value of trade open or trade close inside the ibarshift function

    • OntradingX

      Fxdreema error using Stochastic ???
      Questions & Answers • • OntradingX

      2
      0
      Votes
      2
      Posts
      62
      Views

      l'andorrà

      Is it happening on different broker terminals? Probably the problem is the terminal you are using.

    • OntradingX

      Write File block, how to save sequentially across lines.
      Questions & Answers • • OntradingX

      5
      0
      Votes
      5
      Posts
      148
      Views

      OntradingX

      @Alan-paredes2
      Thanks for trying to help.
      But what I need is for the EA to generate the file.
      I'm trying to contact someone mql5 expert to solve this for me through fxdreema.
      I thank.

    • OntradingX

      How to keep horizontal lines for the last 50 candles?
      Questions & Answers • • OntradingX

      13
      0
      Votes
      13
      Posts
      311
      Views

      l'andorrà

      If you need highs only then you can use the recommended configuration above.

    • OntradingX

      Average price between 5 or more lines ?
      Questions & Answers • • OntradingX

      5
      0
      Votes
      5
      Posts
      184
      Views

      OntradingX

      The problem is exactly there as I mentioned above.
      I already know how to do it with entry prices, because I can make a loop looking for these entry prices with the blocks (pink).
      What I'm not understanding is how to make a loop to look for all the prices of the lines plotted on the chart and thus find an average price for them.

    • OntradingX

      Rule prohibiting currencies with the same quote from being traded.
      Questions & Answers • • OntradingX

      5
      0
      Votes
      5
      Posts
      105
      Views

      OntradingX

      @l-andorrà
      They can only be opened in different symbols.
      If I already have a trade opened with the EURUSD currency then I already consider that I have the USD quote open and I ignore all other attempts to open a trade with currencies that have a USD ending, for example GBPUSD,XAUUSD,AUDUSD all others that have quotes other than USD can open.

    • OntradingX

      Limit Maximum symbols trading.
      Questions & Answers • • OntradingX

      12
      0
      Votes
      12
      Posts
      430
      Views

      OntradingX

      @roar
      One question... when I use the "Set current Market" block and below it I connect a variable block, it is saving 1 variable at a time doing 1x the loop in each asset individually, correct?
      Do I have to use this same variable in all the blocks that have the "symbol" field?

    • OntradingX

      This block " For each position " may have problems.
      Questions & Answers • • OntradingX

      4
      0
      Votes
      4
      Posts
      135
      Views

      l'andorrà

      A simplified version would definitely help.

    • OntradingX

      Problem with orders distancing.
      Questions & Answers • • OntradingX

      4
      0
      Votes
      4
      Posts
      88
      Views

      l'andorrà

      @OntradingX The logic is correct. It should work normally. Maybe some of those blocks got corrupt. Try to build the whole structure from scratch and if the problem persists then it is a bug.

    • OntradingX

      BUG to limit amount of trading assets?
      Questions & Answers • • OntradingX

      2
      0
      Votes
      2
      Posts
      93
      Views

      l'andorrà

      Maybe you should open this same thread on the bugs forum.

    • OntradingX

      Block does not respect distance of orders.
      Questions & Answers • • OntradingX

      6
      0
      Votes
      6
      Posts
      131
      Views

      l'andorrà

      @OntradingX You should try the solution provided by Alan.paredes.

    • OntradingX

      Position Created block with failure.
      Bug Reports • • OntradingX

      26
      0
      Votes
      26
      Posts
      1773
      Views

      Q

      @fxDreema Thanks for working on the "Position Created" block.
      You are Amazing !! Thank you for the feedback !

    • OntradingX

      3 or more buys in the same price
      Questions & Answers • • OntradingX

      9
      0
      Votes
      9
      Posts
      257
      Views

      OntradingX

      The idea is not to triple (multiply) and generate larger lot, the idea is to multiply and generate the amount of orders, I know that in the end the result is the same thing, but I would like to test this way, when the multiplier signals that it is for Open Lot 0.02 For example I would open 2 orders 0.01 in the same price.

    • OntradingX

      Problems with Trailling Stop block.
      Questions & Answers • • OntradingX

      1
      0
      Votes
      1
      Posts
      86
      Views

      No one has replied

    • OntradingX

      Calculate commission on an account that does not show a commission charged because it is a demo account.
      Questions & Answers • • OntradingX

      3
      0
      Votes
      3
      Posts
      148
      Views

      fxDreema

      In fact you are loading orders from yesterday.

      In the "Bucket..." block you are using Time A and Time B as time boundaries. Time A is the time of candle 1, and Time B is the time of the current candle. Today is 17 Feb, but guess what is the time of candle 0? Just go with the mouse over that candle, it shows 2023.02.17 00:00. And the time of candle 1 is 2023.02.16 00:00.

      In other words, for today (2023.02.17) your times are as follows:

      Time A = 2023.02.16 00:00:00 Time B = 2023.02.17 00:00:00

      You can add "+86400" in the Adjust fields of boths times, this will move them one day ahead (86400 is the number of seconds in 1 day).
      I tried to set candles 0 and -1, but -1 doesn't work, as there is no candle in the future.
      Or, you can set candle 0 for Time A, and for Time B set Value->Time->Now for Time B (or just disable Time B filter).

    • OntradingX

      Close positions not working!
      Bug Reports • • OntradingX

      13
      0
      Votes
      13
      Posts
      881
      Views

      fxDreema

      Updated. I also updated the MQL compilers. I did my tests, they all passed, in general I'm confident about these changes, but as usual I would expect some new bugs.

      Edit: Oops, I wrote this post in the wrong topic

    • OntradingX

      Attention! distance between orders is not working.
      Bug Reports • • OntradingX

      32
      0
      Votes
      32
      Posts
      2798
      Views

      OntradingX

      @fxdreema
      Yes, I've been testing since Sunday night and everything is going well so far, I believe you've solved the problem.
      Thank youuuu

    • OntradingX

      Limit number of symbols that can operate simultaneously.
      Questions & Answers • • OntradingX

      2
      0
      Votes
      2
      Posts
      170
      Views

      l'andorrà

      @ontradingx The only think I can think of is by using custom code. I'm afraid fxDreema cannot do that without using an array (ie custom code).

    • OntradingX

      Show information in 1 single line, is possible ?
      Questions & Answers • • OntradingX

      2
      0
      Votes
      2
      Posts
      276
      Views

      C

      @ontradingx in the comment block there are x and y coordinates. You will need a separate comment block for each chunk of data, as you can specify only one time the coordinates per comment block.

    • OntradingX

      Reading and writing the same file cell (.csv)
      Questions & Answers • • OntradingX

      2
      0
      Votes
      2
      Posts
      157
      Views

      l'andorrà

      @ontradingx You will need custom code and terminal variables for sure. I?m not the man you are looking for but I remember someone asked something like that long ago. Did you search on the forums?

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 3 / 6