Pídeselo directamente al administrador aquí:
https://fxdreema.com/support
Posts made by l'andorrà
-
RE: Códigos antiguos fxdreemaposted in Questions & Answers
-
RE: 買いエントリーがうまくできないposted in Questions & Answers
What I mean is that, depending on the combination of lot size and profit/loss target, you current configuration is the reason why trades are closed so quickly.
-
RE: OCO Order Errorposted in Questions & Answers
In that case you should contact the admin directly and let him know. You can do that here:
I hope he can fix it.
-
RE: OCO Order Errorposted in Questions & Answers
You didn't specify what type of HA bars you need (bull, bear)
-
RE: 買いエントリーがうまくできないposted in Questions & Answers
Your profit/loss values are not very high. That means that if you are using high lot size, you will hit those profit/loss values very soon.
-
RE: highest and lowest price between two time stampsposted in Questions & Answers
Do you mean using UNIX time? There is no fxdreema blocks doing that directly. You will need a custom loop to do that, but IMHO using an indicator would make it easier, in general.
-
RE: for learningposted in Questions & Answers
You can find some resources to learn fxdreema through the internet. You can begin with my signature's info, for example.

-
RE: Lot size limit.posted in Questions & Answers
@Chen-7 Why do you need a bot doing that if you can select the lot size manually?
-
RE: Why won't my Builder pan, in both Edge and Chrome?posted in Questions & Answers
Never heard of that issue. Are you using phone browser instead of laptop version, maybe?
-
RE: EA won't backtest but works liveposted in Questions & Answers
Are you testing the bot on the exact same symbol and broker it is working on live?
-
RE: Why won't my Builder pan, in both Edge and Chrome?posted in Questions & Answers
What do you exactly mean?
-
RE: BUG inside Trailing Pending Orders MT5posted in Questions & Answers
You need to use positive and negative values for the offset distance if you are having stop and limit pending orders at the same time. You will need two separate blocks to do it correctly. One for pending orders above current price (positive offset value) and another one for those below (negative offset value.
-
RE: counting barsposted in Questions & Answers
You need to use variables to do that. There is no specific block doing it, if that is your question. Are you familiar with variables?
-
RE: Unable to upload the file to MT5 to test the EA.posted in Questions & Answers
What do you exactly mean by 'uploading'? If you managed to download it, you should be able to upload it again normally to your fxDreema account. Is that what you mean?
-
RE: Martingala without close in Stopposted in Questions & Answers
Efectivamente, te falta reordenar los bloques en cabeza de cara árbol de bloques. Debes seleccionar con el ratón el número del bloque en cabeza. Eso te permitirá editalo y cambiarlo. Así debes seguir el orden que comenté en mi post anterior. Una vez tengas eso hecho, se puede seguir adelante.
-
RE: Library Studioposted in Questions & Answers
I'm not a programmer, so this is not my field of expertise. My guess is that you can create those variables in fxDreema normally and then return the values from custom blocks via 'custom code' blocks, so not through the custom blocks themselves. But maybe I'm wrong here.

-
RE: I am working with a specific FVG model.Can someone help me code this logic first as an indicator, and later convert it into an Expert Advisor?posted in Questions & Answers
What you want can be done at the open of candle 4, ie the open price of the first candle AFTER this configuration is confirmed in the previous 3 candles. Would that fit your requirements?
-
RE: Martingala without close in Stopposted in Questions & Answers
Hay que hacer algunos cambios. En primer lugar, deber añadir un bloque rosa llamado 'once per position' justo debajo del actual 'pips away from open price'.
Luego debes reordenar el orden de ejecución de las estructuras actuales (sólo los bloques en cabeza). El bloque verde 'time filter' debe ser el número 1. Luego el rosa 'for each position' debe ser el 2. Después el 'modify variables' debe ser el 3. Los otros dos azules 'check profit' se pueden quedar como están.