I'm afraid the link is wrong.
Posts made by l'andorrà
-
RE: Close EA after tradeposted in Questions & Answers
Your 'Modify variables' block is empty. You need a variable to be modified there. Now nothing happens and that stops the EA right there.
-
RE: modify a variable while earnigposted in Questions & Answers
First suggestion. Do you need all this to be calculated every tick? Because this is what is happening now! Maybe you don't need to be recalculating that info so often. Is the EA planning to change lots every tick?
Second suggestion. Both formula blocks should have a block ID number lower than 1195 (that of the condition block). Now your EA is trying to change the lots but calculating the variables AFTER having tried it. It should be done the opposite way.
-
RE: preguntaposted in Questions & Answers
Te muestro el ejemplo para compras. Tu mismo puedes haver el de ventas.
https://fxdreema.com/shared/LAAf286ub
Fíjate muy bien que hay que detallar la información de la Candle ID en los bloques de condición. No te los dejes en blanco, como hace mucha gente.
-
RE: Trend hunterposted in Questions & Answers
Be very careful with MT5 projects on fxDreema. After many projects on this language I'm quite disappointed on it. Not all blocks work properly due to the fizzy nature of that programming language, sorry.
-
RE: Aiutoposted in Questions & Answers
No hablo italiano, pero si català y español. Si quieres, podemos intentarlo cada uno en su lengua. O eso o ambos lo hacemos en inglés.
-
RE: stochastic indicator calculationsposted in Questions & Answers
I have no idea if it is true or not, but you can check it easy. Create an EA to catch ever bar's value of the indicator and print them on the log file. Then check them out visually on your platform.
-
RE: EA does not runposted in Questions & Answers
@trader-philipps said in EA does not run:
@l-andorrà You have eyes like an eagle :))
I wish I had, my friend

-
RE: MTF Indicator Rising / Falling Advice neededposted in Questions & Answers
Catching the value of every 'step' increase, maybe?
-
RE: modify a variable while earnigposted in Questions & Answers
Of course it is possible, but there is not a single way to do it. It's completely conditioned to your current project structure. Could you please share it for us to take a look?
-
RE: EA which places a Trailing Stopposted in Questions & Answers
The screenshot shows an apparently correct structure. Could you please share the link to review the content of each block?
-
RE: Trend hunterposted in Questions & Answers
I guess he means hot to create an MT5 file. You have to go to the builder, then select the Menu option Projects--> New project and then select MQL5 as its language. Easy as that.
-
RE: Helpposted in Questions & Answers
Interesting question. I don't know if that is possible on fxDreema. I know you can modify the specific Magic number of a trade, but not how that of the EA can be changed.
-
RE: EA which places a Trailing Stopposted in Questions & Answers
That's not an easy thing to do. Do you have a project to take a look on it?
-
RE: EA does not runposted in Questions & Answers
All candle ID boxes on all condition blocks are empty. That means those condtions are applied to candle 0. Insert candle ID 1 on all of them.
BTW, what are those unconnected 'once per bar' blocks for?
-
RE: I need a good programmer to help meposted in Questions & Answers
Do you have a custom indicator to add to your account? Easy. You just need to go to this page:
https://fxdreema.com/tutorial/builder/indicators
And the, at the bottom you will find the chapter: #How To Use Custom Indicators In FxDreema?
As easy as that.

-
RE: HOLA QUISIERA SABER SI SE PUEDE HACER UN INDICADOR QUE CUANDO SE CRUCE UNAS MEDIAS MÓVILES ME PRENDA EL AUTO TRADING Y CUANDO SE CRUCE DE NUEVO LO APAGUE ,AGRADECERIA MUCHO SU AYUDAposted in Questions & Answers
Me temo que no, amigo mío. Esta plataforma está pensada para hacer bots, no indicadpres. Lo siento. Si lo que quieres es un bot, con mucho gusto te ayudaré.