@trdjb3 Thank you for sharing.
Posts made by l'andorrà
-
RE: AND-OR VS TREESposted in Questions & Answers
@4xfatigue None of those 'Age in minutes' blocks will work correctly unless they are connected below a 'For each trade' block. Pink blocks need to be connected below one of those.
-
RE: Add coverage order.posted in Questions & Answers
@campero This is the spirit, my friend! Good for you to keep creating. I see your logic is technically correct. Is this the whole project or just part of it?
-
RE: Conversion of indicators, can anyone do it?posted in Questions & Answers
@ontradingx Did you try the converter? I'm not sure it works on indicators too.
-
RE: Candles Trend EMAposted in Questions & Answers
@flyfisher Single blocks are not executes. Were they connected to any other block before? Otherwise they do nothing.
-
RE: Expert not taking trades when my laptop is turned off.posted in Questions & Answers
@skhosi You can pay for a VPS service that runs 24/7 to skip that issue.
-
RE: Ayuda con Fibonacciposted in Questions & Answers
@tigriyorfeo Por desgracia fxDreema es muy poco intuitivo para hacer eso que pides. ¿Son muchos lo niveles personalizados? ¿Cada cuánto es necesario recalcularlos?
-
RE: EAs stop working when account is switchedposted in Questions & Answers
@q8carpenter Never happenend something like this to me. Maybe you should post this on the Bugs forum. The admin takes a look at it regularly.
-
RE: How To Buy when ask price >= open price of previous bearish candle???posted in Questions & Answers
@daverazon Your logic is correct and it should work with tick ID 0. Is this the whole project or just part of it?
-
RE: Open prices onlyposted in Questions & Answers
@uriel-0 The first tick of a new candle defines its open price.
-
RE: I still don't understand the meaning of the once per position/order block.posted in Questions & Answers
@youngtreptrader This block limits how many times all blocks below it will be executed. Instead of happening once per tick it will once per open trade or pending order.
-
RE: How I send Picture of chart to line or Telegramposted in Questions & Answers
@noy Did you do somea search of tag 'Telegram' on these forums? I remember someone explained how to do something like that some time ago.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra That is an ambitious project to do. AFAIK you should build a whole structure with variables to do those calculations. Probably teh admin could find an easier way to include that into the block as per your initial request. Just send them another email explaining that option. Sooner than later he will reply.
-
RE: Ma not respectedposted in Questions & Answers
@jannemar I'm afraid I'm a bit lost now. If the true/false condition is removed, what is the problem now exactly?
-
RE: PAYMENT ; WHAT HAPPENS WHEN YOU PAY BUT NOT ACTIVE FOR LIKE 20 DAYposted in Questions & Answers
@mr-lenny It sounds interesting to me. Maybe you should contact the admin directly and letting him know.
-
RE: how to find the price of a candle that cross the MA?posted in Questions & Answers
@ambrogio Be careful with that. You are requesting that vale at the open of each new candle. That will change (or not) once it's closed.
-
RE: Cuadro que sume los beneficios y perdidas de Compra y Ventaposted in Questions & Answers
@rodrigo-ortuzar La parte de cálculo es relativamente dsencilal de hacer. El problema es la parte visual. ¿Qué nivel de complejidad quieres? Cuanto más complejo sea, más costará de construir, por supuesto.
-
RE: an error in mt5 for sequence number and check distance?posted in Questions & Answers
@homemebel Your buy now block is definig group 1. However, only the left branch of blocks connected to it begin with that defined group. The right branch doesn't and that makes the block to work incorrectly.
Additionally, block 36 should be connected below a 'for each position' block. Otherwise that 'open price' option selected there will not work properly either.
-
RE: Countdown to executtionposted in Questions & Answers
@youngtreptrader Can you please reread what I suggested?. You should put the block immediately above the 'buy now' block, not on top of the whole tree.
-
RE: how to find the price of a candle that cross the MA?posted in Questions & Answers
@tuqjo5757 Do you mean the price level crossing the middle of a candle? Thereis no way to find it. It is a visual artifact created by the MT4 platform for humans eyes to understand a line connected in form of MA. It is not a real feature of the market.