@biztet Ah ok , I hadn't read yet, so ignore the last question, you already answered me
Thank you
Latest 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.