Have you tried any initial project? If so, we could begin to work on it if you share it here.
Posts made by l'andorrà
-
RE: Need Help With an EAposted in Questions & Answers
-
RE: Como guardar un precio, en una variable / How to save the price inside a variableposted in Questions & Answers
Vale, ya vamos acotando más. Como bien dices, estás añadiendo condicionantes a la estrategia. Sería interesante limitarla de inicio para no complicarla de buenas a primeras, si es posible. Por lo tanto, lo que buscas es:
a) Esta vela alcanza y retrocede, o bien alcanza y sobrepasa el valor 70 de RSI. Guardo el precio en la variable. ¿Ha de ser el cuerpo de la vela o puede ser la mecha también?
b) Ya no me importa más el RSI, ahora me fijo sólo en el precio.
c) Tanto si sube como si baja, espero que vuelva a pasar por el precio de la variable de abajo a arriba, es decir desde un valor del precio inferior al guardado en la variable a uno igual o superior.
d) Lanzamos una compra.
e) Lo opuesto para una venta.
¿Me dejo algo?
-
RE: please help me to create EA as per my strategyposted in Questions & Answers
I'm agraid fxDreema cannot import external mq4 files. That means you will have to craete it here from scratch. Certainly it's an ambitious project, but are you sure you want to base it on a martingale?
Before doing that I recommend you to read the following threads:
https://fxdreema.com/forum/topic/6624/problem-in-martingale/7
https://fxdreema.com/forum/topic/5500/reset-martingale/8
https://fxdreema.com/forum/topic/7108/how-to-use-martingale/7 -
RE: Controlling block questionposted in Questions & Answers
Nice project. The way to create off blocks by default is right clicking on them and then select on/off. That will encircle them in red. That means they are off. In your case I guess those you want are blocks ID 50 and 340.
-
RE: How to minimize CPU consumption in Fxdreemaposted in Questions & Answers
I' afraid I cannot help you but I'm really curious about your 2000 blocks project. It's amazing! Can you please share some screenshots showing parts of it? I've never seen something like that on fxDreema.

-
RE: Como guardar un precio, en una variable / How to save the price inside a variableposted in Questions & Answers
Ha mejorado, pero le falta la base. Si no te importa, voy a repasar lo que pides para ver si lo entiendo bien. ¿Es esto?
-
El chart llega a un valor en el que el RSI marca 70. Quieres capturar el precio del chart en el que eso sucede.
-
El precio sigue subiendo y bajando y quieres que, siha bajado por debajo de RSI 70 y vuelve a a subir, cuando alcance de nuevo el precio guradado en la variable, lance una compra.
Esto me plantea dos preguntas.
a) ¿Importa que el precio sobrepase RSI 70 una vez ha guardado la variable o no?
b) ¿Quieres que, una vez alcanzado RSI 70, luego baje de ese valor sin sobrepasarlo de nuevo hasta más adelante o no?
Antes de empezar a tocar bloques me gustaría poder ajustar melor lo que necesitas.
-
-
RE: EXPORTAR VENTANA DE DATOSposted in General Discussions
Interesting. Could you import the resulting csv file into MS EXCEL?
-
RE: please help me to create EA as per my strategyposted in Questions & Answers
Apparently you already have an initial project to begin with. Can you please share it?
-
RE: How to set consecutive conditionsposted in Questions & Answers
If you share your project we can give you a more detailed answer.
-
RE: Trying (and failing) to create a simple EA...appealing to all FXDreema gurus!posted in Questions & Answers
The 'Once per bar' block is the way to stop your EA to be executed on every tick arriving to the platform. This is a common mistakes for rookies, don't worry about that. This of it as a funnel concentrating what you want the EA to do in a more controlled way.
-
RE: To the people that Help newbs on this forumposted in General Discussions
Can I be immodest enough to say yor're welcome, ha, ha LOL

-
RE: Controlling block questionposted in Questions & Answers
Could you please share your project for us to look at the issue?
-
RE: EXPORTAR VENTANA DE DATOSposted in General Discussions
I tried it once long time ago and I remember it was very disappointing. I tried to export my data to an EXCEL file and it was a mess. But hey, maybe there is a better version now...
-
RE: about 'Check type (last loser) (last winner)' stopping tradeposted in Bug Reports
@trader-philipps said in about 'Check type (last loser) (last winner)' stopping trade:
@l-andorrà Eagle eyes again .. respect!
LOL...

-
RE: Como guardar un precio, en una variable / How to save the price inside a variableposted in Questions & Answers
Aquí hay varios temas a tocar. Te comento.
-
De momento olvídate de usar bloques en la pestaña 'On chart'. Esa está pensada para que tu EA dibuje cosas o busque cosas dibujadas. Todos esos bloques han de ir a 'On tick'.
-
En cuanto a los bloques que has puesto en la pestaña 'On trade', debes substituir el bloque 'For each trade' por uno lila que sólo encontrarás en esa pestaña y que no está en la de 'On Tick' y que se llama 'Trade open'.
Si te parece vamos por pasos y lo resolvemos paso a paso.
-
-
RE: Read file dataposted in Questions & Answers
I guess that must need some custom code. AFAIK it is not possible with the existing blocks right now, but I may be wrong. Any hint, miro or roar?
-
RE: Simple EA Helpposted in Questions & Answers
Easy. You should use a 'No trade' block on top of your buy and sell block's trees. That way you avoid a new order once one of them is still active. Than you will need a variable to control when to erase a pending order when a buy or sell is immediately open.