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 228
    • Best 14
    • Controversial 1
    • Groups 0

    Posts made by miki

    • RE: Why do I get the wrong fibo price value?

      @l-andorrà I tried following umbrellamaker's suggestions. By doing so the fibonacci levels are correct but they work well only with the fibonacci sell with the buy no, even if it is correctly placed on the chart. It seems to only work if the price of Fibo100 is higher than Fibo0, but for me it is wrong in a buy market as we want the percentage of a retracement.
      https://fxdreema.com/shared/bldJkleQc mt5.
      https://fxdreema.com/shared/Tal8RktPb mt4.
      I went crazy 2 days but couldn't get it to work.

      posted in Questions & Answers
      M
      miki
    • RE: My Indicator

      @daniel208forex this is an ex file, you can't load it in a fxdreema project.

      posted in Questions & Answers
      M
      miki
    • RE: Indicator for EA to avoid sideways market

      @rogerthat Adx may be one, ADX < 18 = no trend. But as all indicators it give you the past.

      posted in Questions & Answers
      M
      miki
    • RE: HELP with Error "Cannot Load Custom Indicator" on Strategy Tester MT5

      @everjn17 Comment with // line 97 in indicator file and compile it again.
      0_1607428821569_test1.png
      0_1607428830951_test.png

      posted in Questions & Answers
      M
      miki
    • RE: HELP with Error "Cannot Load Custom Indicator" on Strategy Tester MT5

      @everjn17 First, rename indicator file in vwap,after, comment "//" Indicator name line in indicator file ,otherwise wrong parameters are passed from iCustom. Like this work,but for me is better delete (PRICE_TYPE)CLOSE_HIGH_LOW in every iCustom line in expert file for the right parameter passed.

      posted in Questions & Answers
      M
      miki
    • RE: Why do I get the wrong fibo price value?

      @l-andorrà in my opinion, to position fibonacci in the correct way we have to put the oldest candles as the first parameter and then the new ones,later in a buy market we look for the low of the oldest candle in the first parameter and the high of the younger one in the second,viceversa for a sell market.Said this, the function that should return fibonacci level 4 (61.8) doesn't work (hope only on mt4) because if we replace in the code "retval=(ObjectGetDouble(0,name,OBJPROP_LEVELVALUE,FiboLevelID)*(FiboDiff))+Fibo0;" at line 1523 with "retval=0.618*FiboDiff+Fibo0;" it work fine.I hope I was helpful.

      posted in Questions & Answers
      M
      miki
    • RE: ARRAY OUT OF RANGE AND ERROR 4754 <<<SOLVED>>>

      @ambrogio as you can see from the example in the comment, the project works with pending orders, as I had already mentioned. Your project does not. Without seeing it, it is difficult to give answers.

      posted in Questions & Answers
      M
      miki
    • RE: EA with Standard Deviation

      @donnie said in EA with Standard Deviation:

      @donnie Above is picture show my method to check is Std ID1 : Std ID 2 > 1.7 , then buy. Please help to to see it is correct or not, why it does not runs.

      No arithmetic operations are performed in the if.

      posted in Questions & Answers
      M
      miki
    • RE: ARRAY OUT OF RANGE AND ERROR 4754 <<<SOLVED>>>

      @ambrogio I'm sorry,I can't help you.

      posted in Questions & Answers
      M
      miki
    • RE: Please help (Solved)

      You can't change projects on the fly and ask for 2 things in the same post.

      posted in Questions & Answers
      M
      miki
    • RE: Please help (Solved)

      @xyon126 On Two "modify variables" blocks,leaves value numeric on second variable,because compiler return an error.Where do you create SL object in the project?
      0_1607029733777_fx.png

      posted in Questions & Answers
      M
      miki
    • RE: HTTP web request

      @alex222 I don't know php, but for good or bad,the programming languages ​​are similar in some ways. Having taken the 2 input variables, you must first cycle the array with a For loop and compare its contents. My knowledge goes no further.

      posted in Questions & Answers
      M
      miki
    • RE: HTTP web request

      @alex222 Non conosco il php ,puo' essere che le due variabili siano invertite? Email-account nel file php ,account-email nel blocco?

      posted in Questions & Answers
      M
      miki
    • RE: ARRAY OUT OF RANGE AND ERROR 4754 <<<SOLVED>>>

      Usually this error indicates that no pending orders were found. Do you work with pending orders?

      posted in Questions & Answers
      M
      miki
    • RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?

      @alex222 the distance between the orders does not matter because the price open of each is taken and the average price across all orders, based on volume is returned. The horizontal line marks profit 0. If you use mt4 change "For each Position" block with "For each Trade" block.

      posted in Questions & Answers
      M
      miki
    • RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?

      @alex222 Try This in a bull market moment or change sell grid with a buy grid Average_Price.In this case we have only one grid with one position type.

      posted in Questions & Answers
      M
      miki
    • RE: How can I turn DD into a percentage?

      @l-andorrà I don't use mt4 but on mt5 and it could be the same, you could try like this https://fxdreema.com/shared/CAgXMJgyb

      posted in Questions & Answers
      M
      miki
    • RE: could you please help me with any method or suggestion?

      @khalids222 I repeat, I did not understand the strategy, but in any case it is not normal that the maximum limit of open orders is reached0_1605977773687_Immagine.png

      posted in Questions & Answers
      M
      miki
    • RE: could you please help me with any method or suggestion?

      @khalids222 I didn't understand the strategy, but testing it, I think the problem is in the blocks 11/12/13 for the buy and 24/25/26 for the sell, because when I have a buy or a sell at +10 pips in profit the block always returns TRUE and positions are added to infinity

      posted in Questions & Answers
      M
      miki
    • RE: Fractal Adaptive Moving Average

      You can solve temporarily by declaring the variable by adding this line manually Int digits; in the mq5 file, but I am not a programmer, to solve it in the right way fxdreema must do it.

      posted in Bug Reports
      M
      miki
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 10 / 12