fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. hilavoku
    3. Posts
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 30
    • Posts 131
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by hilavoku

    • RE: no SL

      Yes. The name is #ticketnumber sl and the ticketnumber is the same as the current trade...

      And also yes. The spike preventing SL can only be done hidden within the EA. Would you mind to add such a option?

      posted in Bug Reports
      H
      hilavoku
    • RE: no SL

      Hiho,

      at the moment my EA has USDJPY as a BUY trade opened. It set TP and SL as hidden. Now the current price is below the SL but the trade is still running... Is this a new problem. I haven't changed the EA but its the first trade after the last update...

      USDJPY_bug.PNG

      Any hints ❓

      PS: I also have a question. Sometimes there are spikes which reach my SL but then advance further into direction of the TP. What do you think of a block which sets a SL that will only be triggered when the price is under the SL for a specified time. So spikes won't have a chance...

      ......
      USDJPY_bug.PNG

      posted in Bug Reports
      H
      hilavoku
    • RE: custom library

      I'am the only one using Library Studio 😮 ?
      The scripts are back again. Two of them lost there names but that was no prob. Thanks for fixing...

      posted in Bug Reports
      H
      hilavoku
    • RE: custom library

      I just wanted to edit my librarys but they are all gone. Could you please explain where they are? In fxDreema there is a message that says 'This project uses blocks that were abandoned...' And it counts all blocks which consist of my library blocks... I hope you don't gave up my libraries ... 😮

      posted in Bug Reports
      H
      hilavoku
    • RE: March Update

      Oki. Update looks good.
      Nice to see the area added. I had a problem with it. I created two areas under the 'on tick' tab. But some minutes and clicks later they appeared under the 'on Init' tab.... 🙂

      posted in Bug Reports
      H
      hilavoku
    • RE: March Update

      Hiho,

      today i have added some blocks in which i set a variable. Now the beginning of the EA looks like this:

      bool init469=true; // Draw horizontal line SL
      bool init470=true; // Draw horizontal line TP
      bool init473=true; // Set
      TradeAlreadyTakenOutSideCZ to false
      bool init474=true; // Set
      TradeAlreadyTakenOutSideCZ to false
      bool deinit9=true; // Just pass
      bool deinit416=true; // Clear rectangle objects
      bool deinit450=true; // clear (virtual) tp lines
      bool deinit451=true; // IsIntestMode
      

      This are the blocks where i had two lines in the title. There is the carriage return what makes the problem.

      edit: I opened the block and then changed the title. then i updated the block and opened again and then i see in the block the right title. (Before when you change the title and then double click the block you see the old title.)

      posted in Bug Reports
      H
      hilavoku
    • RE: Library Input value , to .

      Its an input field. And in this input field i write a formula with parameters which are separated by ,. So to convert it to . is no good idea. But meanwhile i wrote an MQ4 block ...

      posted in Bug Reports
      H
      hilavoku
    • RE: Library Input value , to .

      Hiho,

      i've made a library with some input fields. When i edit the input values within my EA and click the update button. Then a , will be converted to a . . We had those issue before in some other input fields. Hop you find the bug 🙂

      posted in Bug Reports
      H
      hilavoku
    • RE: Suggestion : Blocks fold

      Some kind of transparency? The expanded tree will be a layer above the standard layer

      posted in Questions & Answers
      H
      hilavoku
    • RE: Magic Number/Separate the Different EA's

      Hi Trendking,

      you asked some things about the MAgicnumber and how to user the same EA on different charts. I've found some code for assigning a MagicNumber to an EA. Just create a new library and put this code in it:

      int      Magic,MagiCal[5],Mcar;
      double   mNr;
      string   StrMagic;
      
      for(Mcar = 1; Mcar < 5; Mcar++) {MagiCal[Mcar] = StringGetChar(Symbol(), Mcar);}    //change char from symbol to number
      StrMagic = MagiCal[1] + "" + MagiCal[2] + "" + MagiCal[3] + "" + MagiCal[4];        //sort number in string
      mNr = StrToDouble(StrMagic);                                                        //make string to double | while double is bigger then integer
      
      if(mNr > 999999999) {mNr = mNr / 10;}            //maximum of integer = 2ґ147ґ483ґ647 is bigger then 999ґ999ґ999 make / 10
      if(mNr > 9999999999) {mNr = mNr / 100;}
      else
         {
            Magic = NormalizeDouble(mNr, 0);//make double to integer
         }
         
      MagicStart = Magic;
      
      ~next~
      

      So you get a different MN on different charts but not when you use the EA on the same pair!

      see you

      posted in Questions & Answers
      H
      hilavoku
    • RE: TradeManager

      Hi,

      i don't know what you are telling me but i know what managers are out there and know what they can't manage to do. So before i start to make some simple one with fxDreema i only asked if somebody has already made one. I have some ideas how to achieve this with fxDreema...
      Hope you didn't want to offend me... 😞

      posted in Questions & Answers
      H
      hilavoku
    • RE: TradeManager

      Hiho Mr. Unknown,

      do you know if someone has already programmed a trademanager?

      I need an EA where i can set two pending orders visually. Just moving some lines (TP, SL, BE..) for those lines and than say the EA. Okay start the pending orders...

      thanks in advance !

      posted in Questions & Answers
      H
      hilavoku
    • RE: Save as... [DONE]

      Me too. Can only export to xml ...

      posted in Questions & Answers
      H
      hilavoku
    • RE: No trades on chart

      Stupid me. Thanks for the hint ⚡

      posted in Bug Reports
      H
      hilavoku
    • RE: No trades on chart

      Hiho,

      my last EA takes some trades when backtesting. When i open the chart within the backtester there are no trades drawn. I did another EA with fxdreema and there i see the trades. Did you have a clue what can be the cause of the behavior?

      thx in advance

      posted in Bug Reports
      H
      hilavoku
    • RE: Colors

      When nothing goes with the rectangle then i will draw four lines 😄

      posted in Questions & Answers
      H
      hilavoku
    • RE: INIT

      Thanks for the replys. It will be no indicator but the EA should also show you what the EA will see within the price action and why it took a trade. So i draw some rectangles to show what also had been in the past.
      I already removed the return statement 😄 . That was pure nonsense from my side.

      At the moment i try to use some MQL block to shrink the number of blocks. But what i like to see is to shrink the opened MQL-code box more than it is possible at the moment.
      The overview of the EA is nat that good and a block with a short label can't express what i do in it...

      Hope i will get around the error i see at the moment and why the CurrentBar value can go under 0 when there is block to catch it and it why it will be executed till error... ❓

      posted in Questions & Answers
      H
      hilavoku
    • RE: Colors

      Thank you! Looks good now. I thought of drawing a rectangle just only with a border line and no filling. I will check the properties. 😉

      posted in Questions & Answers
      H
      hilavoku
    • RE: INIT

      Hiho,

      i have a massive problem in programming the INIT function. I use a variable 'CurrentBar' which i count from a given number down to 1 to draw some objects on specific circumstances. The function doesn't return and count the variable down till a stack overflow error. Can you post a simple example on how to draw some objecs in the INIT function and/or explain how to exit the INIT?

      thx in advance

      posted in Questions & Answers
      H
      hilavoku
    • RE: Colors

      When drawing a rectangle or other objects it would be nice to see more than the six standard colors. Is there also the possibility to give the Rectangle block the option ob how thick to draw the border and if to draw a non filled rectangle.

      thx in advance

      posted in Questions & Answers
      H
      hilavoku
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 4 / 7