Can you please share your project to take a look at it?
Posts made by l'andorrà
-
RE: The .mq4 file generated is not in line with my designposted in Questions & Answers
-
RE: why my spread filter is not workingposted in Questions & Answers
When you are backtesting you are conditioned by the fixed value of spread used as an inpuit parameter. Probably it will be higher than 6 and this is why no trade is open. You will have to modify it.
-
RE: Modify Stops based on a price level that is reached to set new stop loss and take profit based on that price levelposted in Questions & Answers
I recommend you to use the pink blocks. Create a new block tree headed by a 'For each trade' block and thenuse the 'modify stops' block. I think that will fix the problem. I never use the block you use in your project.
-
RE: Algo hago mal en mi primer EA alguien me ayuda?posted in Questions & Answers
Si eso es lo que quieres, la lógica es la correcta. El problema con trabajar con la verla 0 es que tendras muchas señales cada vela. Piensa que cada tick que llega la MT4 ejecuta todos los bloques del EA.
A todo esto, ¿qué es exactamente lo que no funciona? Ese bloque 'No trade' es el que te asegura que sólo habrá una operación en marcha cada vez. ¿Quieres decir que te abre más de una operación a la vez?
-
RE: Pending Order Trigger Cancels Remaining Pending Orders?posted in Questions & Answers
Do not connect them one below the other. Juust both of them below the 'once a day' block. ON the other hand, the lot size in the sell pending is a negative value. That should pop up an erroe massage for sure. Maybe your MT4 platform is wrong.
-
RE: Wrench keyposted in General Discussions
Yes, you need to insert it EXACTLY as per your broker's description window.
-
RE: Opciones del proyecto.posted in General Discussions
Correcto, hay que entrar los datos en pips directamente. En cuantro a los símbolos que no son forex, tienes qwue escribirlos tú directamente en esa lista y probar cuál es la proporción correcta. Por ejemplo, en mi broker, el dax lo tengo especificado como [GER30] = 1. Cada broker funciona de forma distinta y deberás encontrar la del tuyo.
-
RE: Algo hago mal en mi primer EA alguien me ayuda?posted in Questions & Answers
- Elimina los dos bloques 'once per tick'. Todo el poroyecto ya está en la pestaña 'on tick', con lo que eso no es necesario.
- Elimina también los bloques 19 y 20. Están interfiriendo la estrutura de lanzamiento y la de los cierres de la derecha.
- Asegúrate que pones candle ID 1 en todos los operandos de todos los bloques 'condition'. Veo que en algunos operandos está en blanco y en otrros está correctamente puesto a 1.
-
RE: Help with my custom indicators Holtposted in Questions & Answers
Can you please share you projecxt here using the fxDReema tool? Projects >> Create a Shared copy. And could you please share the indicator in mq4 format?
-
RE: The .mq4 file generated is not in line with my designposted in Questions & Answers
That means you selected some tick boxes like the one in the image in some blocks:

-
RE: i am new ? i want put password to my eaposted in Questions & Answers
Did you try your own example a few posts above? It should work and is way simpler than mine. The only thing you woul need to aadd is a group of two blocks on the 'in Init' tab that way:

You need to create a Constant (of string type, lithe that of the variable) in which you insert the password when executing it on the chart. Then your structure should be on the 'on tick' tab. There you can specify the last day the EA will be active.
-
RE: How to integrate an inter-phase with a EAposted in Questions & Answers
Mmm... I'm not sure. I'm not a programmer after all. Maybe roar or miro can help.
-
RE: need ea to do a calculation and modify an existing blockposted in Questions & Answers
You can use this structure:

You can specify in the 'time filter' block the daily perdio the EA is supposed to be active. Then create a boolean variable like the one in the image. Connect two 'modify variable' blocks below it, one if true, the other one if false. That is the time controller.
Then you need to use the 'condition' block in teh image on top of your launching structure. That way no new trades will be open out of that period.
-
RE: How to create exotic pair price such as XAUGBP ?posted in Questions & Answers
Interesting information. Thank you for sharing.
-
RE: Can Anyone Please Explain These Settings?posted in Questions & Answers
I don't have that indicator so I don't know if that can be the problem. On the other hand block 24 uses Visible ID 0 whereas block 29 is working on Visible ID 1.
As I said, not having the indicator makes everuthing more difficult. But my bet is that the problem should be there.
-
RE: I AM NEW HERE, NEED HELPposted in General Discussions
The best way to do it is havinf a custom indicator (preferibly in mq4 format) and then importi it into your fxDReema account. Then you can create an EA based on it.
-
RE: Applied price: close price and high priceposted in Questions & Answers
I'm Andorran!
I speak Catalan and Spanish, but not Italian. 
That OR block is very annoying: Probably it is messing what you want. Can you please share your project instead of showing a screenshot?
