@krystian No. It will never work. Please read my previous post on block connections.
Posts made by l'andorrà
-
RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this projectposted in Questions & Answers
-
RE: Check for two bull candles in a row after opening sell tradeposted in Questions & Answers
@jsauter86 Can you please share your project?
-
RE: Multiple trades are created one after another? I want 1 signal from indicator=only 1 tradeposted in Questions & Answers
@krystian Your connections are wrong. Orange output dots (at the bottom of the block) are to be connected to white input dots (on top of the block. Never the opposite way, as you did here.
-
RE: Custom Indicator EA not taking tradesposted in Questions & Answers
@line That is not relevant. fxDreema reads the number of those blocks ON TOP only of each separated tree. Those connected BELOW the block on top can have any number. They will be executed AFTER that one on top.
-
RE: Connection issuesposted in Questions & Answers
@mantadiver Is it happening every day with the same intensity? Sounds weird.
-
RE: If I wanted to close all trades for 1 particular currencyposted in Questions & Answers
@len-1 Yes, you can specify any specific symbol to work with as Constant. You need to create a 'string' type constant and the write the name of that symbol in capital letters.
-
RE: Any difference between demo and real EAposted in Questions & Answers
@jsauter86 Is your broker allowing what your EA is supposed to do?
-
RE: How can I code this MACD indicator?posted in Questions & Answers
@mak It is not a trivial project to do. My first recommendation is finding a custom indicator doing that. Trying to do it directly on fxDreema can be painful because you will need a long list of criteria defining what is 'lower low' and 'higher high' over dynamic periods of time.
-
RE: link here from youtube, to show what I am trying to build?posted in General Discussions
@line No problem unless you are spamming the forum.
-
RE: Printing live dataposted in Questions & Answers
@yoloyacht You need to create two variables. One for each piece of data. Then you store them into 'Modify variable' blocks and finally you can use a 'Commen' block to show them on screen.
-
RE: Controlling lose EA+opposite tradesposted in Questions & Answers
@ali-pahlawan I think they should (although not tested). Let us know if you find any issue.
-
RE: Error trying to payposted in Bug Reports
@yoloyacht Well, unfortunately he can need a few days before answering you.
But don't worry about the money. He will compensate all those silent days. -
RE: An Example of Output and Communication, write to fileposted in Questions & Answers
@rodrigo-ortuzar Pues lamento no poder ayudarte en ese aspecto, ya que no es mi fuerte. Lo único que puedo recomendarte es buscar en el foro a través de la herramienta de búsqueda (con forma de lupa). A mi eso me suele ayudar mucho. Lamento no poder aportar más.

-
RE: TP y SL en nivel de linea horizontal para mt5posted in Questions & Answers
@leka-0 Lamento no poder ayudar más.

-
RE: EA operation, s (Solved)posted in Questions & Answers
@xyon126 No es necesario. Lo que sí es imprescindible es que fxDreema pueda identificar los buffers y que el indicador esté correctamente instalado en la MT4. No es necesario que estén visibles en el gráfico.
-
RE: ICHIMOKU (Solved)posted in Questions & Answers
@xyon126 No me había fijado que hablas español. Pues sólo el administrador puede eliminar posts. Lo único que podemos hacer los usuarios es editarlos una vez posteados.
-
RE: I am surprised why the SELL is not open here?!posted in Questions & Answers
@khalids222 Change group number for sells from 1 to 2.
-
RE: How Do I Store Opening MA Value as a variable?posted in Questions & Answers
@yoloyacht You need to create two variables and store those values this way:

Then you can compare both variables with a 'Condition' block.