@biztet Ah ok , I hadn't read yet, so ignore the last question, you already answered me
Thank you
Posts made by fmazzot
-
RE: Who can use EA built with FXdreemaposted in Questions & Answers
-
RE: Who can use EA built with FXdreemaposted in Questions & Answers
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?
-
Who can use EA built with FXdreemaposted in Questions & Answers
Hi,
I would like to understand a few things.-
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?
-
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 -
-
RE: Doji Heiken Hashi - Help me to identify it pleaseposted in Questions & Answers
@roar Ok. I will try to make the EA with your custom code. Thanks for your help!

-
RE: Doji Heiken Hashi - Help me to identify it pleaseposted in Questions & Answers
@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. -
RE: Doji Heiken Hashi - Help me to identify it pleaseposted in Questions & Answers
@l-andorrĂ @fxDreema Can you help me on this please?
-
Doji Heiken Hashi - Help me to identify it pleaseposted in Questions & Answers
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 periodHow can i write a formula or a trace that identify Doji Heikenhashi?
-
RE: Import custom indicator - Undeclared identifierposted in Bug Reports
I solved it, thanks anyway
-
Import custom indicator - Undeclared identifierposted in Bug Reports
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.
-
RE: Inputs for Scriptsposted in Questions & Answers
@fxdreema For me it is working. I see the prompt for configure input parameters. It's OK

-
RE: Forex Correlations - Problems receiving data from Custom Indicatorposted in Questions & Answers
@l-andorrĂ Is there a solution to the problem if I don't have the source?
-
RE: Forex Correlations - Problems receiving data from Custom Indicatorposted in Questions & Answers
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. -
Forex Correlations - Problems receiving data from Custom Indicatorposted in Questions & Answers
Hi,
I read this article.
http://fxdreema.com/forum/topic/8197/correlationsI 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.
-
RE: Draw Trendline and Swing for support and resistanceposted in Questions & Answers
@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 -
RE: Draw Trendline and Swing for support and resistanceposted in Questions & Answers
@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.
-
RE: Draw Trendline and Swing for support and resistanceposted in Questions & Answers
If you know, isn't there anyone who can help us with this?
-
Draw Trendline and Swing for support and resistanceposted in Questions & Answers

I liker to draw a trendline like this in attachment.
Can someone explain how can i to do ?I try with market place but i don't know it so much.