fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. owneroxxor
    3. Posts
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 47
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by owneroxxor

    • RE: NOTHING working on .EX5

      Is it possible to build a MULTI CURRENCY/STOCK EA on fxDreema? I mean, is there a way to backtest the EA on all currencies/stocks on the "Market Watch List" %(#BF00BF)[at the same] time optimizing the inputs? 8-)

      Just like this guy did:

      http://metatrader5.blogspot.com/2010/07 ... -with.html

      thank you man! 😁

      posted in Questions & Answers
      O
      owneroxxor
    • RE: NOTHING working on .EX5

      try to put this: <TRAP> <DONT USE> LOL

      thank you for the answer, using numeric->value now.

      Ok, here goes more one: 😏

      trying to make this an input to optimize the EA (free kind):

      http://prnt.sc/a8ab0x

      but the input doesnt appear into MT5 EA's configuration. 😢

      http://prnt.sc/a8abx4

      BTW, how can I select some variable, from the global variables, to be an optimizable input?

      Thanks

      posted in Questions & Answers
      O
      owneroxxor
    • RE: NOTHING working on .EX5

      I'am having a really critical error right now, correct me if I'am doing something wrong... 😠

      my program:
      https://fxdreema.com/shared/2QHMHd95

      I'am calculating two values of S/L (variables: "sl" and "sl_per") and the TP (variable: "tp") before making my order.
      The problem is: the calculated S/L and T/P variables result in a GIANT value e^308 as you can see in the below SS: where they got printed by the block 106 when the conditions were met.

      http://prnt.sc/a7vipo

      I don't know what the blocks 107 and 108 are doing, but something got to be wrong there. It's a simple math. 😎

      posted in Questions & Answers
      O
      owneroxxor
    • RE: NOTHING working on .EX5

      block 1 %(#40FF80)[<SOLVED>]
      block 24 %(#40FF40)[<SOLVED>]
      blocks 4,12,14and 19 %(#80FF80)[<SOLVED>]
      changed the CROSS "x>" to IS GREATER THAN ">" and it started to work
      "Price of the last deal" is working as well.

      If I have any doubts, I tell you.

      Thank you so much!

      posted in Questions & Answers
      O
      owneroxxor
    • RE: NOTHING working on .EX5

      First, Thank you for the response.

      I've changed the code to make it simpler. Now it does not have position opening limitations. Please take a look:

      https://fxdreema.com/shared/pFgrEfi6c

      block 1 > %(#FFFF40)[<PARTIALLY SOLVED>]
      Yes, I think it's working. Anyways, there is something going on here. There are positions that are closing more than 15 minutes AFTER the limit time I configured. Exemple:
      [LIMIT TIME CONFIGURED] -> 17:30.
      Some positions are getting closed 17:45, others 17:31, why is it?

      block 24 > %(#80FF00)[<SOLVED>]

      blocks 4,12,14 and 19 %(#FF0040)[<NOT SOLVED>]
      Ok, I've made changes to the program, in order to focus only on the entrance of the positions:

      [LONG] - as soon as price crosses the 10:00h candle's HIGH
      [SHORT] - as soon as price crosses the 10:00h candle's LOW.

      It's still not entering in the right time, as you can see in the below SS:

      http://prnt.sc/a6zq2x

      The pink circle is around the 10:00h candle, and it's HIGH price is: 0.55 as you can see in the left side of the SS. After two hours after this candle (at the candle ID 0), we have a cross through this 0.55 price level, and a position was not taken that day.
      How can it be explained?

      posted in Questions & Answers
      O
      owneroxxor
    • RE: NOTHING working on .EX5

      Dear FxDreema,

      Here is my program:

      https://fxdreema.com/shared/vDWxunSV

      Please, lets take a closer look on it. It's not working AT ALL. I mean I don't know if I'am still a n00b on this and I'am not understanding anything, or none of the condition blocks just don't work for MT5.

      Let me explain the bugs I'am facing:

      block 1> Time filter for the trades: the EA works from 10:00 until 17:55. %(#FF0040)[<NOT WORKING>]
      explanation: when the condition is FALSE (after 17:55), It's not closing any of my trades (positions) as it should do (blocks 23 and 22).

      blocks 10 and 9 > Blocks which calculate the S/L and T/P of the trades%(#40FF00)[ <WORKING>]

      block 24 > Filter to only have ONE trade at a TIME. %(#FF0040)[<NOT WORKING>]
      explanation: I want my EA to only have ONE trade at a time, not more than one. The block 24 should prevent it from opening more than ONE position at a time, right? The problem is, the EA keeps opening a vast a mount of trades one after another without closing the previous. Why is it?

      blocks 4,12,14 and 19 > Condition to open the trades. %(#FF0040)[<NOT WORKING>]
      explanation: my strategy is very simple: if, at any giving time of the day, if the price crosses above the high of the first HOURLY candle of the day (10:00h candle). It buys 1000 pieces. If the price crosses down through the low of this candle, it shorts 1000 pieces. The same goes to the blocks 14 and 19, which make a hand shift, I mean, if for exemple I got a LONG position opened and the price cracks through the low of the 10:00h candle at any giving time of the day, the EA should close the losing LONG position and open a SHORT. The problem is, It's not working. It seems that the EA is opening positions RAMDOMLY, and not closing positions for the hand shift. not following the strategy I just told you. Basicly, NOTHING is working here. How we can explain that?

      Thank you.

      posted in Questions & Answers
      O
      owneroxxor
    • RE: Count Position/Orders NOT working on .ex5

      Hi there 🙂

      trying to solve this issue:

      my program logic:
      If it have more than 3 orders/positions openned, it won't open any others. But It's just not happening. It keeps opening orders like crazy. 😠

      my program is damn simple: https://fxdreema.com/shared/gQgtCUamc

      FxDreema could you take a look please? 😎

      posted in Bug Reports
      O
      owneroxxor
    • 1
    • 2
    • 3
    • 3 / 3