You should contact the admin directly to let him know.
Posts made by l'andorrà
-
RE: I can not purchase by paypalposted in Questions & Answers
-
RE: Where to startposted in Questions & Answers
Antes se me olvidó clarificar que toda ayuda personalizada fuera de estos foros es con cargo. Como explico en mi firma, ayudo a todo el mundo gratis a través de lo foros, pero no los visito a diario. En cambio, puedo dedicarme a ayudarte en exclusiva de forma personalizada por un precio. El motivo por el que no puedes añadir enlaces es por tener una cuenta gratuita muy reciente. Si tecleas manualmente el enlace, aun podré verlo.

Pero hay que tener en cuenta un riesgo muy serio. Me refiero al indicador que mencionas. ¿Has comprobado si repinta? POrque si lo hace, el bot está condenado al fracaso.
-
RE: distance ordersposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Hello, I bought a paid account, but it has not been activated for me yetposted in Questions & Answers
I don't understand the logic you need. What is the bot supposed to do exactly?
-
RE: How do I add custom sound tone.posted in Questions & Answers
Sadly there is no block in fxDreema doing that I never tried it but you should import that sound on your platform's folder. Then use some custom code doing the same this 'play sound' block is supposed to do.
-
RE: Drop Down Menuposted in Questions & Answers
You can find several past threads in the forum requesting exactly that. Just use the search tool on top of it and select those keywords on for the title. You'll find more than one.
-
RE: help please - Open next position on new candleposted in Questions & Answers
@funfx Here you have some initial changes to do:
- You can remove blocks 19,27,35 and 49. They are redundant.
- Blocks 38 and 64 can be substituted by a single condition block instead. Connecting light pink blocks to non pink blocks does not guarantee they are fully functional.
- If I understand your request correctly you need the distance specified in blocks 23 and 31 to be checked only once the candle is closed. If so then the 'once per bar' block should be moved on top of the corresponding block tree.
-
RE: How to set auto TP on my EAposted in Questions & Answers
@Katlego-Moraba Then you can do this:

Obviously you should select closing all buy trades below the 'sell now' block.
-
RE: MT5 Back testing JPY pairsposted in Questions & Answers
I never had any issue when backtesting JPY related symbols. The pip size rules by default in any fxDreema project is more than enough. Are your JPY related symbols having 2 decimal digits instead of the more common 3 maybe?
-
RE: Create a variable from multiple buffersposted in Questions & Answers
What kind of indicators combination do you need exactly?
-
RE: don't trade if spread is highposted in Questions & Answers
@massoudsl You can use this before both 'buy/sell now' blocks:

-
RE: Problem with variable string arrayposted in Bug Reports
I'm afraid the array expert is roar. I'm afraid I cannot help you in this field because I'm still learning how to use arrays in fxDreema.
-
RE: Previous Day/Week Low and high Lineposted in Questions & Answers
You need to delete yesterday's line every day just redrawing it every day. Same for the weekly one. And I don't see the weekly filter, btw.
-
RE: Expert força moeda contra moedaposted in Tutorials by Users
I don't speak Portuguese, sorry. Pero hablo español, si eso puede ser de ayuda.
-
RE: Create a variable from multiple buffersposted in Questions & Answers
Yes, it is, but it will be a complex structure for sure. will there be custom indicators included maybe? If so, you should check first if they repaint. Because if they do the EA is doomed.
-
RE: Let's break this tableposted in General Discussions
Martingale is NOT a strategy. It is a betting system. IMHO, find a system that you can deal with psichologically. If not, maybe trading is not your thing.
-
RE: How to allow 2 conditions at the same time?posted in Questions & Answers
My previous reply above is still valid for your case too.