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: does ea work without ind on chart

      @max-c in the setting of your builder

      posted in Questions & Answers
      M
      miki
    • RE: does ea work without ind on chart

      @max-c in the setting set display indicator after test on no like in the picture.

      0_1620453748903_Immagine.png

      posted in Questions & Answers
      M
      miki
    • RE: Variable issue

      @jsauter86 said in Variable issue:

      names for variables are not allowed to be "Short" or "Long" apparantly...is this a thing?

      Yes,because long and short are data types, compiler don't recognize them like a variables, or you must write Long/Short

      posted in Bug Reports
      M
      miki
    • RE: unable to resolve EA Critical Error

      @jlakins I don't know what to tell you, I don't have that error

      posted in Bug Reports
      M
      miki
    • RE: unable to resolve EA Critical Error

      @jlakins testing it, i haven't any error. Error in question refers when you use fixed ratio by Ryan Jones in money management, have you used this method in buy now block?

      Ps:sensitive information better hide it.

      posted in Bug Reports
      M
      miki
    • RE: unable to resolve EA Critical Error

      @jlakins can you share the project?

      posted in Bug Reports
      M
      miki
    • RE: Chiusura di tutte le operazioni al profitto

      @ddemuru usa il blocco check profit (unrealized) →money (total sum)

      posted in Questions & Answers
      M
      miki
    • RE: Ea Prints 0 instead of printing negative value?

      @zackry try to write (0-1)

      posted in Questions & Answers
      M
      miki
    • RE: My EA not working as my expect, please help me :(

      @polyarmour what are your broker's stop levels? It may be that the stop level is greater than 10 and the take profit is not entered. Are there errors in the journal?

      posted in Questions & Answers
      M
      miki
    • RE: Help EA

      @geitec you can try so https://fxdreema.com/shared/YUsECto4 if you copy paste the blocks remember to add an "int today" variable to the project.

      posted in Questions & Answers
      M
      miki
    • RE: Help for Write custom block Mql Code: Condition + modify variables

      @bocadeangu said in Help for Write custom block Mql Code: Condition + modify variables:

      @miki Thanks a lot for the help.

      In what I need to program, I don't need to confirm that the condition is false. If it is not true, you can move on to the next comparison.

      If I write the way below is there a problem ???

      if (Variable1> 0) {Variable1 = Variable1 * Constant;}
      if (Variable2> 0) {Variable2 = Variable2 * Constant;}
      if (Variable3> 0) {Variable3 = Variable3 * Constant;}
      if (Variable4> 0) {Variable4 = Variable4 * Constant;}

      If you use only "if" all variables are checked, if you use "else if" the next variable is checked if the previous is not true. However it would be faster to create an array and loop with a "for" but it would be difficult to explain

      posted in Questions & Answers
      M
      miki
    • RE: Closing trades when balance up 100%

      @bagheria you can try so https://fxdreema.com/shared/24MOEqqrb

      posted in Questions & Answers
      M
      miki
    • RE: Help for Write custom block Mql Code: Condition + modify variables

      @bocadeangu not knowing your project and what you actually you have to do, the only thing that i can say you in custom block you can write so:
      if (Variable1> 0) { Variable1= Variable1 * Constant ; Pass=true ; }
      else if (Variable2> 0) {Variable2= Variable2 * Constant ; Pass=true}
      and so on... but remember that all these variables sooner or later must be reset.

      posted in Questions & Answers
      M
      miki
    • RE: Help for Write custom block Mql Code: Condition + modify variables

      @bocadeangu connect the blocks as in the picture

      0_1618902714235_Immagine.png

      posted in Questions & Answers
      M
      miki
    • RE: Can't use any Custom indicator in MT5

      @alex81 Is this indicator in the path Indicators/ ?

      posted in Questions & Answers
      M
      miki
    • RE: Can't use any Custom indicator in MT5

      @alex81 try to cancel blank space in indicator name and after add again indicator in fxdreema myindicator tab with new name and use it

      posted in Questions & Answers
      M
      miki
    • RE: Custom indicator supertrend

      @l-andorrà thanks, I do not use this indicator and I think I will never use it, I just give some advice to those who want to use it

      posted in Questions & Answers
      M
      miki
    • RE: how to write ichimoku cloud?

      @osamaababneh like this:

      • if senkou spanA > senkou spanB → bid/ask < senkou spanA → bid/ask > senkou spanB → condition
      • if senkou spanA < senkou spanB → bid/ask > senkou spanA → bid/ask < senkou spanB → condition
      posted in Questions & Answers
      M
      miki
    • RE: Hi I'm new. Need help with EX4 type indis and ENUM values.

      @johann-0 fxdreema should directly detect indicator buffers for use in your project

      posted in Questions & Answers
      M
      miki
    • RE: Custom indicator supertrend

      @piptheripper Are you sure there is a cross in supertrend indicator, normally there's only one line see here: https://fxdreema.com/forum/topic/12268/supertrend-indicator-for-ea/15

      posted in Questions & Answers
      M
      miki
    • 1
    • 2
    • 3
    • 4
    • 5
    • 11
    • 12
    • 1 / 12