@saeed-2 Are you sure the link is correct. I cannot open it.
Posts made by l'andorrà
-
RE: using specific multiple timeframe for open/close positionsposted in Questions & Answers
-
RE: help oders prending in H1posted in General Discussions
@skauch This is the easiest way to do it, but it will not work if price is too close to any of those levels, as I asked in my previous post:

-
RE: Purchase questionposted in Questions & Answers
@wolamen Ah!, my friend I agree. I wish Skrill was accepted too.

-
RE: Copy other account trade which is using Martingale start from 8th tradeposted in Questions & Answers
@wyfchrsis Do you mean this EA will be taking trades form other MT4 platforms? That is extremely difficulty to do in fxDreema. I strongly recommend you to use a copier from bluefx.com for example. You will save a lot of pain and time.
-
RE: Brakevenposted in Questions & Answers
@marcos-0 That block required a previously defined stop loss to work correctly. If your trade doesn't hava any initially but then one is to be added, you will ned to create a specific structure for it.
-
RE: Open a trade at 23:55 Server timeposted in Questions & Answers
@mabz_h Both projects are correct. Are you sure those conditions happen with that short period?
-
RE: Trend lines...posted in Questions & Answers
@zooslinkis Did you try in mql5.com? Thare are thousands of free indicators there?
-
RE: Purchase questionposted in Questions & Answers
@wolamen No. You pay for closed time periods. Once that period is over, a new full price period is to be paid. There are no recurring payments here.
-
RE: Creation of new variables by the EA.posted in General Discussions
@cesardefez In that case you need a loop searching for that information. I'm afraid loops are not my field of expertise. Maybe mr roar would be so kind to help?
-
RE: help oders prending in H1posted in General Discussions
@skauch Do you want both buy/sell pending orders to be programmed at hig and low of the previous candle? What if price is above/below those prices when the new candle is created?
-
RE: Lotage calculation between two lines (Solved)posted in Questions & Answers
@xyon126 The forst error is telling that a Constant called 'Distance' should be used somewhere. I see you have a variable called like that in use there. I don't understand why a constant is required whaen a variable is the correct thng to do.
About the second one, can you please tell what type of Constant is that?
-
RE: How can I get the same blue/red arrows for manual trades?posted in Questions & Answers
@miro1360 Interesting. What are you using it on the 'on init' tab? I need them to be drawn every time a trade is open. This mean they should be on the 'on tick' tab. Don't you agree?
-
RE: Martingale or Grid EA - Helpposted in Questions & Answers
@yader-mayorga ¿No lo hace con mi recomendación? ¿Puedes volver a compartir el enlace con la versión ya cambiada, por favor?
-
RE: using specific multiple timeframe for open/close positionsposted in Questions & Answers
@saeed-2 Sorry, I wanted to say the link showing your project, not your file again. I mean this:

And the only way to secure your mql4 file is not sharing it with anyone, sorry.
-
RE: EA not trading when its suppose toposted in Questions & Answers
@profit-man Try this. I see you specifu 0 pips for take profit. Just use any number different from 0 or simply select the 'No take profit' option there.
-
RE: Who is encouraged to create an EA of the Nihilist and Alien strategy?posted in Questions & Answers
@yerlin Ok. The first thing to do is checking that all those custom indicators can be correctly identified by fxDreema. Did you check it?
-
RE: Someone help me please on how to Set, stop - pending orders using Bollinger bandsposted in General Discussions
@moses-2 So, If I understand it correctly, you mean this (for a sell stop):
- Close price of candle ID 1 is above the upper band of the BB.
- Search for the closest lowes price and program a sell stop there.
Is that correct?
-
RE: @roar, @miro1360, Help EA Panel. (Solved)posted in Questions & Answers
@xyon126 Stop complaining about your English, please. It very good!
I'm afraid this need a loop to look at the past. Maybe mr roar is available here? 
-
RE: Measured from a horizontal line to the price (Solved)posted in Questions & Answers
@xyon126 Pues me temo que la única forma de contactarlo es suplicarle MUY educadamente a través de un post privado si está de humo para ayudar. Me temo que miro ya hace mucho que ni se pasa por aquí.

En cuanto al check distance, efectivamente se puede usar para medir la distancia en pips entre el precio y una línea. Pero ciudado porque debe ser una línea que tenga un nombre o caracterñistica únicas en el chart. De lo contrario, podría llevar a confusión.