fxDreema

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

    Posts made by fxpim

    • RE: Multiplier lot size based on trade count

      Store the base lot size in a constant input and copy the input into a variable. Use that variable for the lot size of the next trade. After every execution, multiply this variable by 2 and let the next execution use that variable for the upcoming lot size.

      posted in Questions & Answers
      F
      fxpim
    • RE: Compiler is timing out?

      How many times did you compile a project? I sometimes get a 429 on FXDreema because I disconnect too many blocks in a certain time interval. I contacted the admin about this; it is one of the security measures he took after the hack. Maybe this is the case for you as well.

      posted in Bug Reports
      F
      fxpim
    • RE: Position Count Not Working

      @Rafik Could you try this? 541268e2-3fe7-4e84-a7da-e446cf3a2c8a-image.png

      posted in Bug Reports
      F
      fxpim
    • RE: Server Issues? Not compiling.

      Please mark this as resolved.

      posted in Bug Reports
      F
      fxpim
    • RE: Position Count Not Working

      There will be a moment where you will have 1 open position. It's the moment in between having zero or one position and the moment when the second position is opened. I guess that this block structure is triggered once per tick. If so, first run the block structure that checks whether you have two positions and then the block structure whether you have one position.

      posted in Bug Reports
      F
      fxpim
    • RE: How to wait 1 bar

      Can you provide the context in which you want this to build? It can be done in several ways but we need to have the context to do it the right way.

      posted in Questions & Answers
      F
      fxpim
    • RE: Second condition not triggering

      just tested it and it works for me. I get one buy and one sell at a time. The only thing I don't get is why you would want to close the trades at the end time and immediately after closing those trades, open new trades again.

      posted in Questions & Answers
      F
      fxpim
    • RE: Block "Order Moved" not working.

      @mariussun Do you move the order manually? If so, you should e-mail the admin because I agree that your logic is correct for this problem. However, I would move the blocks from On TImer and On Chart to the On TIck tab.

      posted in Bug Reports
      F
      fxpim
    • RE: Second condition not triggering

      @Moneyman012 If you want one trade at a time, no matter buy or sell, you should filter either buys or sells in the no-position block. I've already fixed it in the shared project you just shared in your last reply.

      posted in Questions & Answers
      F
      fxpim
    • RE: Second condition not triggering

      @Moneyman012 Yes, click the shared project link you shared on this topic. đŸ™‚

      posted in Questions & Answers
      F
      fxpim
    • RE: Second condition not triggering

      First of all, use the hours filter instead of the time filter. It's a better block to use for this project. Secondly, put the trailing stop at the beginning of the project. Thirdly, the counter block does nothing since the mentioned ID in the counter block does not exist and you don't need the block since there is a no position block connected before the counter block. I have already changed the shared project apart from the time filter block.

      posted in Questions & Answers
      F
      fxpim
    • RE: Big problem: array out of range (3297,29)

      In which timeframe are you testing the EA and which timeframe does the once-per-bar block use in which the error occurs? I've dealt with this error multiple times.

      posted in Bug Reports
      F
      fxpim
    • RE: Create license or Period for EA

      @Piet-Pompies
      b751c406-1368-4293-967e-69286cac1fa3-image.png

      posted in Questions & Answers
      F
      fxpim
    • RE: Laggin UI with big project

      @l-andorrà It´s an object-based project and since I do not know how to code indicators, it creates the object in the EA which made it pretty huge in the first place. I had the choice though to use the mechanism that creates the objects in some sort of loop instead of copying it per timeframe but then I would end up with another shipload of variables and other confusing exceptions per timeframe. I've read on the forum that there was an FXDreema desktop version somewhere in the past. Do you have any knowledge if that will be a thing in the future?

      posted in Questions & Answers
      F
      fxpim
    • Laggin UI with big project

      Alright, first of all, I want to compliment the admin that FXDreema is capable of handling a project with more blocks than mentioned on the product page. The only bottleneck I am experiencing right now is a lagging UI. For example, if I want to connect blocks it takes several seconds before they connect and sometimes connections even disappear when reloading the page. As you can see in the picture, I use a lot of blocks. I understand that this requires a lot of performance from the browser. So thats why I am reaching out on the forum if anyone as any suggestions for settings tweaking or even a different browser for the sake of performance.

      Hope you guys can help me out! c68177a6-b3dd-41f1-bda2-a0d0ab69f70e-image.png

      posted in Questions & Answers
      F
      fxpim
    • RE: in mt4, Error: Array out of Range in .... (retval = Time[0];)

      Hi, I've tackled this error many times. Are you using your EA multi timeframe and are you using once per bar blocks?

      posted in Bug Reports
      F
      fxpim
    • RE: Compilation errors '-' - illegal operation use '-'

      @akallai86 I mean, have you already tried to deduct the spread as a number from sell_open_price instead of deducting it as a text?

      posted in Bug Reports
      F
      fxpim
    • 1
    • 2
    • 1 / 2