@alphaomega thank you! I'll check this thread
Posts made by ambrogio
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
@biztet Yes, that's right, I think so too. However the topic simply asked for a formula to have the same TP level, some genius on Fxdreema who chews algorithms should definitely know.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
@biztet Probably this topic does not interest anyone

-
RE: MA Cross simpla issue! MT5posted in Questions & Answers
@xfire Yes now I remember this defect, maybe if the administrator wants it could fix it. Do you want to open a thread in the bug section? I'll sign it.
-
RE: MA Cross simpla issue! MT5posted in Questions & Answers
@xfire Are you on MT5 right? It also happens to me on MT5 platform. But I don't know why. Then I increase the cross width value. (it works)
-
RE: How to get the EA to trade on indices?posted in Questions & Answers
@vish said in How to get the EA to trade on indices?:
@ambrogio Thank you very much. Do I have to add each of the index or is there way to add all?
What if I add like this in a single line 0.01 = 0.1 ? Uhm...i don't know
Also how do I add pip size for crypto pairs like BTCUSD? It's two digit, so the same BTCUSD = 0.1

-
RE: How to get the EA to trade on indices?posted in Questions & Answers
@vish Hi! Yes, you have to add your indices in the pip size rules window. Example:
AUS200 = 0.1
CHINA50 = 0.1
DE30 = 0.1
and so on for all indices/coins with two digits, this is because the last digit is the point value, so the pips value is the first digit (meaning 0.1)
For the RIPPLE we have instead:XRPUSD = 0.001 this is because we have four digits and the last digit is always the point value, so the pip value is the third digit (meaning 0.001)
-
RE: Create EA from MA crossover in MACD window.posted in Questions & Answers
@laudable222 you should look for a custom indicator that show the MA on MACD, then import it in fxdreema "my indicators".
-
RE: HELP FXDREMMA DONT LET ME WORK JUST KEEP LOADINGposted in Questions & Answers
@WilliamEA @m_nagy7 Fxdreema builder is down send an email to:
support@fxdreema.com -
RE: Servers are down yet again. 2021 March 16thposted in Questions & Answers
Fxdreema builder is down, send an email to:
support@fxdreema.com -
RE: Fxdreema KOposted in Bug Reports
Fxdreema builder is down send an email to:
support@fxdreema.com -
RE: Why Fxdreema can not convert *mq4 to *mq5posted in Questions & Answers
@khacdiepvnc If you want to tag the administrator you have to write @fxdreema (last online 7 days) or at the bottom of the web page of the site you find the contacts to send him an email. He'll answer you in a few days....
I had reported this problem some time ago, but I received some not very correct answers from him.
-
RE: Why Fxdreema can not convert *mq4 to *mq5posted in Questions & Answers
@khacdiepvnc you are right, but this converter has never been accurate, sometimes we can be lucky and everything is fine, usually there are errors that need to be corrected, but we should know how to do with the codes.
I believe the administrator has no intention of improving his product. -
RE: BUG: Block Apply Template, applies template and then erases the EA itselfposted in Bug Reports
@zackry I think you are right, in manually mode we manage to load the template on the chart first and only then the EA. Conversely if you load the EA first and in second time you attempt to load a template, then the EA is removed from the template
-
RE: BUG: Block Apply Template, applies template and then erases the EA itselfposted in Bug Reports
I don't know if there is anything to solve, but i know that an Expert Advisor and a Template cannot work on the same chart together. @FXFun @l-andorrà @Zackry @LuciVuur @jsauter86
-
RE: EA not working in Trading View - Please help!posted in Questions & Answers
@priswalker i know that "trading view" works with it's own proprietary Pine language, instead we are working with mql4 language on fxdreema, cannot match each other
-
RE: I want to take sell / buy trades with 200 emaposted in General Discussions
@zae simply add a condition block : ask > 200 EMA for buys and bid < 200 EMA for sells