@xyon126 I suggested a solution for your project in your thread.
Posts made by l'andorrà
-
RE: Moving trade panel as a block to anywhere on the chartposted in Questions & Answers
-
RE: design expertposted in Questions & Answers
@cpbonzo Use this block on top of all applicable conditions:

-
RE: I want to order up and down.posted in Questions & Answers
Do you have an initial project to begin with?
-
RE: Bug when summing up pips in MQ5posted in Bug Reports
@vish These block should consider positive and negative pip values. However, a negative result in pips is wrongly moved to a positive value. I use this same structure for mq4 and works perfectly fine. This is how I found the bug in the mq5 version.
-
RE: trend lineposted in Questions & Answers
@gunji80 You can draw a trend line with the 'Draw line' block. You need to select 'trend line' option within it.
-
RE: Indicator doesnt appear in real tradingposted in Questions & Answers
@fieriz Can you please take a look at the journal tab? Maybe there is some info there.
-
RE: Moving Average does not cross over but BUY trade placedposted in Questions & Answers
@mrfilthy11 If there is any, I would like to know it.
-
RE: Indicator behaviorposted in Questions & Answers
@alphaomega This means the buffers are not correctly identified by fxDreema. Unless a real programmer helps you, I cannot suggest anything else, sorry.
-
RE: Trading Panel on mt4posted in Questions & Answers
@xyon126 Efectivamente. Un mismo EA puede emplear bloques en todas las pestañas a la vez. LO que hay que tener en cuenta es el orden de ejecución de los bloques en cabeza de cada árbol. Así, para una misma pestaña, se ejecutarán siempre primero los bloques en cabeza (los demás son ignorados) con número más bajo y en sentido creciente.
-
RE: EA in another EA (Solved)posted in General Discussions
@xyon126 Sin tener detalles del conjunto, en principio bastaróa con que copiases todos los bloques de un EA en el otro. Eso sí, respentado la misma distribución por pestañas y luego ajustando variables, etc.
-
RE: EA_CRUCE SMA NO FUNCIONA (Solved)posted in General Discussions
@xyon126 Depende de cómno estén definidos los buffers. No soy programador, con lo que no te puedo dar una respuesta técnicamente corrcta. Sólo sé que fxDreema va a buscar la información de los buffers y si la encuentar correctamente, entonces se puede subir a la plataforma si problema.
-
RE: PLEASE HELP - I WANT TO CREATE AN EA THAT CLOSES TRADE AFTER EG 5MIN. FOR MT5posted in Questions & Answers
@pm-0 You need to connect block 1 to block 3 and block 2 to block 4. On the other hand, you are using custom indocators. That can be a problem if fxDReema doesn't identify them correctly. Try what I suggested and let me know.
-
RE: Sine wave indicatorposted in Questions & Answers
fxDreema cannot be used to code indicators but EAs only, sorry.
-
RE: Get object value from X candles backposted in Questions & Answers
Can you please share your project?
-
RE: Stochastic Oscillator and moving averageposted in Questions & Answers
@ramimoujaes Ok. You just need to insert a condition block immediately above the current stochastic ones. There you can specify the EMA condition. That way, the stochastic condition will be checked if, and only if, the previous one is true. On the other hand, I would recommend to duplicate that 'no position' block on top: one for buys only and another one for sells only.
-
RE: If at least 2 of 3 conditions are met..posted in Questions & Answers
@equinox You are working on candle ID 0 whereas your condition blocks are limited to 'once per bar' on top. Remove that block on top and you will get many arrows.
-
RE: Creating a strategy based on Colorposted in Questions & Answers
@shaik You specified candle -1 on block 4. That will never work. You need to specify a positive value or zero.
