fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. miki
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 4
    • Topics 14
    • Posts 233
    • Best 14
    • Controversial 1
    • Groups 0

    Posts made by miki

    • RE: 1 bull and 4 bear candle

      @ladydolares 1:Notrade block, 2:bull candel block (id5), 3:bears in a row block(row 4, id1), 4:Sell now.

      posted in Questions & Answers
      M
      miki
    • RE: Not sure if this is a bug or I'm missing something

      @l-andorrà I don't know what else to tell you, I tried to test "trade closed" block by creating my own ea (my subscription does not allow me to download yours) and it works correctly. If I close the trade by hand before the stop loss no other trade is opened

      posted in Questions & Answers
      M
      miki
    • RE: Not sure if this is a bug or I'm missing something

      @l-andorrà in mt4 fxdreema to verify that a trade is closed by stop loss, check that in the trade comment there is the entry [SL] or by price. Can you verify that this entry is not in the comment of a hand closed trade?

      0_1616156961224_Immagine.png

      posted in Questions & Answers
      M
      miki
    • RE: NoPosition and NoPosition/order

      @Implosion maybe share the link to the project, those blocks normally work well.

      posted in Bug Reports
      M
      miki
    • RE: Sum profits from selected positions

      @xfire normally check profit unrealized block does this job without other block

      posted in Questions & Answers
      M
      miki
    • RE: Stop Trading when the daily target or loss is achieved

      @sauce unlink account management block from one a day and in turn off/on blocks put 1

      posted in Questions & Answers
      M
      miki
    • RE: Stop Trading when the daily target or loss is achieved

      @sauce it depends on what you have to calculate it on, whether only on closed or open and closed trades. However, a pattern can be as you see in the image.

      0_1615191406378_Immagine.png

      posted in Questions & Answers
      M
      miki
    • RE: How to use more decimal places for automatic volume calculation?

      @floko125 Probably the broker then rounds to the nearest executable

      posted in Questions & Answers
      M
      miki
    • RE: how many blocks

      @edmundo-vizarra it is strange, even if the subscription is terminated the project remains but you cannot download it.

      posted in Questions & Answers
      M
      miki
    • RE: having problem here

      @champion90 If the payment was successful, refresh builder page, if your subscription is still free you have one way...contact administrator support@fxdreema.com

      posted in General Discussions
      M
      miki
    • RE: Save .csv file to a different location.

      @fabiobioware first step is open a custom mql code block, copy past the second part of code and use it in your project when you want copy file. If for example you want copy at start put the block in OnInit tab otherwise in OnTick tab.
      Download source file .mql5 open it and add first part of code on the top after #define section. Stop.

      0_1614965389831_Immagine.png

      posted in Questions & Answers
      M
      miki
    • RE: Save .csv file to a different location.

      @fabiobioware if you want save file in other location on your pc , on the header of mql5 file you must add these lines:

      #import "shell32.dll"
      int ShellExecuteW(int hwnd,string operation,string file,string parameters,string directory,int showCmd);
      #import

      and when you want to copy, in the project:

      string strFrom = "C:\\Path\\you\\want\\copy\\namefile.csv";
      string strTo = "C:\\Path\\where\\copy;
      string strParameters = "/c copy " + strFrom + " " + strTo;

      int result = ShellExecuteW(0, "open", "cmd.exe", strParameters, NULL,1);
      if (result <= 32) Alert("Shell Execute Failed: ", result);

      Important double backslash in the path.

      posted in Questions & Answers
      M
      miki
    • RE: how many blocks

      @edmundo-vizarra in free subscription a maximum of 10 connections are enabled

      posted in Questions & Answers
      M
      miki
    • RE: Variable declaration (Initial)

      @vancedavid normally is int 15 and in the project that 15 according to the block used it can be understood as pips

      posted in Questions & Answers
      M
      miki
    • RE: Resources insert indicator

      @skauch giusto, ma anche nel blocco del trailing devi impostare gruppo 1

      posted in General Discussions
      M
      miki
    • RE: Resources insert indicator

      @skauch said in Resources insert indicator:

      @miki ho provato ma non funziona mi sembra di aver letto che col numero di gruppo cambi solo il magic number
      I tried but it doesn't work I seem to have read that only the magic number changes with the group number

      Strano che non funzioni, cambiando proprio il magic attraverso i gruppi e come se le operazioni fossero di 2 ea differenti.
      Hai settato anche il trailing sull gruppo giusto?
      Strange that it doesn't work, just by changing the magic through groups and as if the operations were of 2 different experts.
      Did you also set the trailing on the right group?

      posted in General Discussions
      M
      miki
    • RE: Resources insert indicator

      @skauch puoi usare i gruppi, 1 ad esempio per i pending e 2 per i normali , di conseguenza il trailing va impostato solo sul gruppo 1.
      you can use groups, 1 for example for pending and 2 for normals, consequently the trailing must be set only on group 1.
      0_1614778730332_Immagine.png

      posted in General Discussions
      M
      miki
    • RE: Resources insert indicator

      @skauch ciao certo che si può ma il codice dell'indicatore và inserito nell'ea e non solo richiamato come hai fatto tu. Ti avevo postato un link che ti spiega come fare,ma non è una cosa semplice.

      posted in General Discussions
      M
      miki
    • RE: Resources insert indicator

      @skauch parlare con te è come parlare ad un muro. Talking to you is like talking to a wall.

      posted in General Discussions
      M
      miki
    • RE: "As money plus swap and commission" block not working fine.

      @fabiobioware I would say that for convenience in this case it is better to use "Bucket of position". It does the same steps as "For each Position" but they are implicitly contained within

      posted in Bug Reports
      M
      miki
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 11
    • 12
    • 4 / 12