fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. akallai86
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 41
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by akallai86

    • A

      Compilation errors '-' - illegal operation use '-'
      Bug Reports • • akallai86

      9
      0
      Votes
      9
      Posts
      522
      Views

      F

      @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?

    • A

      total profit for the day not working anymore
      Questions & Answers • • akallai86

      5
      0
      Votes
      5
      Posts
      242
      Views

      l'andorrà

      @akallai86 You can use a structure like this:

      https://fxdreema.com/shared/LHZfs3gvb

    • A

      closed trades bucket not working?
      Questions & Answers • • akallai86

      1
      0
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • A

      partial exit not working correct on reporting with new fxdreema updates
      Bug Reports • • akallai86

      4
      0
      Votes
      4
      Posts
      246
      Views

      A

      @fxDreema the intention was to draw a line and arrows from open to closed positions and it would draw it anymore. to the loop block I had the loop 1 times because sometimes it would draw infinite arrows and lines every time there would be a closed position. dont know if it was a bug or not. hence I used the loop1 time block. thank you your solution worked out. now I found another bug that the position closed bucket on time won't work correct. before I could use daily profit and use a closed bucket with a time filter and this bucket won't work anymore. it would not detect the time lets say all trades since 00:05 today. before worked now it doesnt.

    • A

      partial exit show arrow
      Questions & Answers • • akallai86

      9
      0
      Votes
      9
      Posts
      243
      Views

      l'andorrà

      Can you please share the link to the latest version?

    • A

      how to set trailing stop for multiple postition in bucket
      Questions & Answers • • akallai86

      2
      0
      Votes
      2
      Posts
      190
      Views

      jstap

      @akallai86 if position->trailing stop block, this will work for as many positions you have open.

    • A

      how to repeat horizontal line or how to create loop for horizontal line
      Questions & Answers • • akallai86

      3
      0
      Votes
      3
      Posts
      292
      Views

      G

      double price;
      for (int i = 0; i < v::MaxPositions; i++)
      {
      price = NormalizeDouble(SymbolInfoDouble(_Symbol,SYMBOL_BID),_Digits); // Obtener el precio actual del Bid
      price = price - v::distance;
      // Crear una línea horizontal en el precio "price" con grosor de 0.5 y color verde
      string lineName =ObjectCreate(0,"Position " + IntegerToString(i),OBJ_HLINE,0,0,price);
      ObjectSetInteger(0, "Position " + IntegerToString(i), OBJPROP_COLOR, Red);
      ObjectSetInteger(0, "Position " + IntegerToString(i), OBJPROP_WIDTH, 0.5);
      }

    • A

      how to create a hedging order. simple hedge
      Questions & Answers • • akallai86

      23
      0
      Votes
      23
      Posts
      2468
      Views

      jstap

      The no trade blocks should limit to 1, I would have the EA draw something like lines, then you can drag to where tou want the area to be.

    • A

      show/hide comment blocks with button or infoblocks on chart ?
      Questions & Answers • • akallai86

      10
      0
      Votes
      10
      Posts
      550
      Views

      jstap

      @akallai86 Your welcome

    • A

      how to for loop horizontal lines. based on previous horizontal lines
      Questions & Answers • • akallai86

      2
      0
      Votes
      2
      Posts
      318
      Views

      jstap

      @akallai86 This is possible, pass block with a draw line block using your first line value, name it and use a for each object and a modify variables block to save value, you can then use this variable to make calculations for your other lines, create a project and if you get stuck put a shared link here and say the problems you are having:

      0_1651920694645_25486196-0d4d-4bdb-835a-1cd74c170391-image.png

    • A

      how can i record highest atr during specific time period
      Questions & Answers • • akallai86

      4
      0
      Votes
      4
      Posts
      297
      Views

      jstap

      @akallai86 Your welcome

    • 1 / 1