fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fmazzot
    3. Posts
    F
    • Profile
    • Following 1
    • Followers 0
    • Topics 6
    • Posts 21
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by fmazzot

    • RE: Fxdreema KO

      @kerdos The same for me.

      posted in Bug Reports
      F
      fmazzot
    • RE: Fxdreema KO

      Do you also have the same problem? To understand if it is a global problem.
      @Xfire

      posted in Bug Reports
      F
      fmazzot
    • Fxdreema KO

      0_1615891229985_disservizio.png

      Fxdreema it doesn't work right now for me.
      it always stays on loading...

      I tried with two different internet connections and with two different browser but the problem persists only on fxdreema.

      On all other sites I surf without problems.

      posted in Bug Reports
      F
      fmazzot
    • RE: Who can use EA built with FXdreema

      @biztet Ah ok , I hadn't read yet, so ignore the last question, you already answered me
      Thank you

      posted in Questions & Answers
      F
      fmazzot
    • RE: Who can use EA built with FXdreema

      Ok, thank you very much for the clarification.
      For the second, i know as import custom indicator but i don't know as i can create it into fxdreema.

      Is it possible to create also an indicator included entirely in the EA?

      posted in Questions & Answers
      F
      fmazzot
    • Who can use EA built with FXdreema

      Hi,
      I would like to understand a few things.

      1. If I build an EA with integrated indicators (eg moving averages and macd) and then I decide to sell this EA on "https://www.mql5.com/en/market", can i be sure that it will work for any other user who decides to purchase it?

      2. If, for example, I create an EA that uses a custom indicator instead, it works for me if I have this custom indicator installed on MT4.
        So, if a user buys my EA from the market but doesn't have the custom indicator installed, how can it work properly for him too?

      Thanks
      Best regards

      posted in Questions & Answers
      F
      fmazzot
    • RE: Doji Heiken Hashi - Help me to identify it please

      @roar Ok. I will try to make the EA with your custom code. Thanks for your help! đŸ™‚

      posted in Questions & Answers
      F
      fmazzot
    • RE: Doji Heiken Hashi - Help me to identify it please

      Someone can help me? @roar @Mirotrader @Miro-Bagrov @miro1360

      posted in Questions & Answers
      F
      fmazzot
    • RE: Doji Heiken Hashi - Help me to identify it please

      @l-andorrĂ  said in Doji Heiken Hashi - Help me to identify it please:

      I'm afraid I'm not an expert on Heiken Ashi. What do you need exactly from those formules? Maybe you can get the same information in a much easiest way from the indicator itself.

      I just want to understand how to identify a Doji heikin ashi.
      The formulas above show how a heikenhashi candle is calculated but not a doji.
      Also I don't know how to use the formula block to be able to insert multiple operations together. I see that the formula block only allows me to perform operations between two values.

      posted in Questions & Answers
      F
      fmazzot
    • RE: Doji Heiken Hashi - Help me to identify it please

      @l-andorrĂ  @fxDreema Can you help me on this please?

      posted in Questions & Answers
      F
      fmazzot
    • Doji Heiken Hashi - Help me to identify it please

      Can you help me to identify Doji Heikenhashi ?

      I found how calulate the bar but i don't know how can to find a doji of heikenhashi.
      This is a mode for calculate heikenhashi bar:
      Heikin Ashi bar:

      Open = (open previous bar + close previous bar) /2
      Close = (open + max + min + close) /4
      Max = max, open or close of current period
      Min =min, open or close of current period
      

      How can i write a formula or a trace that identify Doji Heikenhashi?

      posted in Questions & Answers
      F
      fmazzot
    • RE: Import custom indicator - Undeclared identifier

      I solved it, thanks anyway

      posted in Bug Reports
      F
      fmazzot
    • Import custom indicator - Undeclared identifier

      Hi,
      I tried to import indicator trading volume index that i attached.

      On my project i receive this error Undeclared identifier

      https://fxdreema.com/shared/Hzf8PzFN

      Where am I doing wrong?

      Thanks for your help.

      0_1590416979063_Trading Vol Index.ex4

      posted in Bug Reports
      F
      fmazzot
    • RE: Inputs for Scripts

      @fxdreema For me it is working. I see the prompt for configure input parameters. It's OK đŸ˜‰

      posted in Questions & Answers
      F
      fmazzot
    • RE: Forex Correlations - Problems receiving data from Custom Indicator

      @l-andorrĂ  Is there a solution to the problem if I don't have the source?

      posted in Questions & Answers
      F
      fmazzot
    • RE: Forex Correlations - Problems receiving data from Custom Indicator

      Unfortunately I don't have the source.
      It is an indicator found online.
      I have found others who do a similar job but all have the same problem.

      posted in Questions & Answers
      F
      fmazzot
    • Forex Correlations - Problems receiving data from Custom Indicator

      Hi,
      I read this article.
      http://fxdreema.com/forum/topic/8197/correlations

      I import then this indicator: https://www.mql5.com/en/market/product/5191#!tab=tab_p_overview

      I would like to use forex correlation using custom indicator by configuring several condition blocks.
      Could you kindly give me an example of how I could do it?

      For now, i try this https://fxdreema.com/shared/LFCQdqBX but i can't see value received from custom indicator.

      posted in Questions & Answers
      F
      fmazzot
    • RE: Draw Trendline and Swing for support and resistance

      @l-andorrĂ  said in Draw Trendline and Swing for support and resistance:

      That way you will have two different bar ID values.

      eh...but...if the condition is the same for line-crossing1 and line-crossing2, how can i to do for to lock the value of line-crossing1 and give a value only to crossing2 ? If the condition is the same, the EA change the value of both variables in the same moment.

      In general , i don't understand how say to any my EA, if a condition true occurs (A x> B) and then "after" another cross occurs without knowing when there is a new cross (A x> B). "After" how is encoded inside the blocks?
      Please, can you give me a simple example for understand this concept ?
      I don't understand how to manage time in case I can't know the future candle ID, it seems to me that I can do it only if I am using conditions of> and <and therefore not x> or <x

      posted in Questions & Answers
      F
      fmazzot
    • RE: Draw Trendline and Swing for support and resistance

      @fxdreema @l-andorrĂ  @miro1360
      I try to look for the indicator recommended by Mirco, otherwise I will look for an indicator as proposed by the administrator.

      I still have the problem of understanding how to manage time.

      If for example the price crosses the trendline and I want to open a buying position only after a retracement on the same trendline, how can I know which is the id of the candle that it retraces?
      example:
      candle id 5(id 5 is a example) x> trendlineup
      next candle (id ?) touch trendline and use it as support ...(how can i know candle id of this?)

      i have the same problem with all my strategy and i don't understand how bypass or manage this problem.

      posted in Questions & Answers
      F
      fmazzot
    • RE: Draw Trendline and Swing for support and resistance

      If you know, isn't there anyone who can help us with this?

      posted in Questions & Answers
      F
      fmazzot
    • 1
    • 2
    • 1 / 2