@equinox You are welcome.
Posts made by l'andorrà
-
RE: trend lineposted in Questions & Answers
@gunji80 Before beginning such an ambitious project you should provide clear conditions to identify support and resistance levels. No Ea will do it for you. What conditions do you use to define a price as support or resistance?
-
RE: Re: plz fix this problem...(global fail)posted in Questions & Answers
@alish6688 I have no idea what that custom indicator can do. The logic of you Ea is correct so I guess the reason why it doesn't work should be that indicator.
-
RE: Creating a strategy based on Colorposted in Questions & Answers
@shaik Can you please show me some screenshots about your 'My indicator's' tab for both of them? I need to be sure all buffers are corrctly identified.
-
RE: Create Sell PO after Buy PO triggerposted in Questions & Answers
@sobrishariff Firstly disconnect blocks 6 and 7. Then create a group number for blocks 5 and 6. Then block 7 should be looking for that same group number.
-
RE: How to I measure using ATR?posted in Questions & Answers
@traderea6 I'm not completely sure what you mean. You can store yesterday's ATR value in a variable. Do you mean today candle's ATR value should be more than that value?
-
RE: HOW TO MAKE A TIME-INTERVAL FILTER IN "HH:MM:SS" ?? (Link provided below)posted in Questions & Answers
@nande-designs Ok. And do you really need seconds to establish that period of time? It can be extremely easy woth hours and minutes. Adding seconds make it more complicated.
-
RE: HOW CAN I MAKE A PROGRAMME THAT NOTIFIES ME WHEN PRICE TOUCHES A MOVING AVERAGE INDICATOR?posted in Questions & Answers
@orizma Easy. You will need the following yellow blocks: 'Alert message' for the onscreen alert and 'Phone notification'. Connect them immediately after the required conditions are met.
-
RE: INDICATOR CROSSING MANUALLY DRAWN TRENDLINEposted in Questions & Answers
@kayem Yes, it is, but you will need name the trendline with a specific word so that the EA will be able to recognize it.
-
RE: Combine the current candle with the previous one continuously throughout the dayposted in Questions & Answers
@new1 Not sure what you mean. What do you exactly need?
-
RE: Versión Escritorioposted in Questions & Answers
@josetradertop Me temo que la versión de escritorio dejó de ser actualizada hace años. Por eso no funciona. El creador pensó que no había suficiente demenda para ella y simplemente la abandonó, lo siento.
-
RE: Parámetros de orden pendiente tomados de la operación inicialposted in Questions & Answers
@deiby De acuerdo. ¿Tienes ya algun proyecto inicial con el cual trabajar?
-
RE: Get ZigZag leg candle IDposted in Questions & Answers
@seb-0 Well, considering that miro was who created most of that info, maybe he can give us a hand.

-
RE: If at least 2 of 3 conditions are met..posted in Questions & Answers
@equinox Sadly, you will need to use as many formula and conditions groups as required. There is no specific funtion doing that, sorry.
-
RE: Trading Panel on mt4posted in Questions & Answers
@xyon126 Para compartir un proyecto debes hacer esto:

Si lo haces, será más fácil que mirar la imagen, por favor.
-
RE: change a variable after a block condition is metposted in Questions & Answers
@equinox Your setting means that if the condition block is true, the variable is modified as you say.
-
RE: Re: plz fix this problem...(global fail)posted in Questions & Answers
@alish6688 Are you aware of single blocks? None of them will be active unless connected to another block. Are they supposed to be active? On the other hand, I have no idea about that custom indicator. Is it correctly imported into your fxDreema account?
-
RE: Help Buy/Sell limitposted in Questions & Answers
@cyt001 Let me be sure to understand what you want. The EA open one buy/sell and then a grid of pending orders are also opened at a fixed distance from the initial buy/sell. Is that correct?
-
RE: Parámetros de orden pendiente tomados de la operación inicialposted in Questions & Answers
@deiby Si lo entiendo bien, la primera operación la estableces tu manualmente en su totalidad. Es decir, que para esa primera, tu fijas el TP y el SL. ¿Es correcto?