@fieriz You're welcome.
Posts made by l'andorrà
-
RE: How to set Take profit at Fibonacci Levels?posted in Questions & Answers
@kestra Sequence on profit/loss means the next lot size when a new trade is open, depending on what happened to the last trade (profit or loss).
-
RE: Bug when summing up pips in MQ5posted in Bug Reports
@alphaomega What is interesting is that the issu happens in mql5 only, not in mql4.
-
RE: Modify custom indicatorposted in Questions & Answers
@doug-l Before paying anyone, let's try it here!
Are those arrows available as buffers? That would make them accessible to fxDreema. -
RE: Help with set "Current Market"posted in Questions & Answers
@everjn17 Can you please confir all those 'MarketlistX' constants are of a string type? Otherwise, they will not work.
-
RE: MQL5 Custom Indicator Compilation Errorposted in Bug Reports
@vish Then more than probably it is a code bug. You will have to insist the admin to fix it.
-
RE: moving average crossoverposted in Questions & Answers
@mrfilthy11 Please remember that 'crossing' is not a real thing in MT4. What a human observer can see as a two lines crossing on chart doesn't have a mathematical reality behind. Lines are formed by dots on each candle position. That means a 'crossing' happens when values of both lines are one above the other when compared to the previous candle. Crossings are visual artifacts in MT4/5.
-
RE: How to set Take profit at Fibonacci Levels?posted in Questions & Answers
@kestra That option is not available in the display menu. You wil have to create a specific block structure to het the value you are looking for.
-
RE: If at least 2 of 3 conditions are met..posted in Questions & Answers
@equinox That 'Text(code input option)' is used to add mql4 code. That is not what you need. If you need a variable, you can create it and then use it on the left operand as usual.
-
RE: no quiere funcionar el bloque formulaposted in Questions & Answers
@cristian-0 Creo que estás preguntando lo mismo en otro hilo en el que ya te he respondido. Por favor, no dupliques hilos.
-
RE: You can't download your EA Like me? do you know there is a desktop software of FXdreema?posted in Questions & Answers
@uriel-0 There is no virus. The administrator simply abandoned the desktop version long ago.
-
RE: ganancia no realizada solo con la orden más antigua y la más recienteposted in Questions & Answers
@cristian-0 ¿Te importaría compartir el enlace del proyecto en lugar del del archivo compilado? Eso lo facilitaría todo, por favor.
-
RE: Simple Moving Average in the same directionposted in Questions & Answers
@alvantai Yes, that is the value by default, but you can choose how many consecutive candles you want the proce to rise or fall.
-
RE: Parámetros de orden pendiente tomados de la operación inicialposted in Questions & Answers
@deiby Hasta donde he podido ver, no veo errores de lógica. Ha probado de tomar pequeños segmentos del robot y probarlos por separado? A lo mejor encuentars el origen del problema de ese modo. Es lento y farragoso, pero es lo único que se me ocurre recomendar en este momento.
-
RE: How to Closed trade related to Bollinger Bands?posted in Questions & Answers
@sonckc2001 What do you mean by 'candle above/below candle'?