That depends on what you exactly mean by 'bear candle will be created'. Do you mean a confirmed closed bear candle?
Posts made by l'andorrà
-
RE: close trade when next candle is oppositeposted in Questions & Answers
-
RE: Fixed mql5 code performance bug in custom mql5 code blockposted in Questions & Answers
AFAIK ChatGPT is very bad in writing MT4/5 code. I'm not a programmer so I' afraid I cannot be of any help here, sorry. I hope someone else can.
-
RE: Is there any option other than using pending orderposted in Questions & Answers
Yes, you can still use any line, not only a trend line, but the problem will still be the same because it will still be a market execution. There is no guarantee the open price will be exactly the one you want.
-
RE: Long and Short Terms Trendlinesposted in Questions & Answers
You can remove the 'pass' block on top. It is unnecessary. Does the bot work as expected?
-
RE: Self Recovery Systemposted in Questions & Answers
Did you try the strategy with a 99% quality tick data for 10 years? That would definitely convince me.
-
RE: EA is only buying and selling 1 timeposted in Questions & Answers
Then the problem is somewhere else. Your logic there is correct.
-
RE: Self Recovery Systemposted in Questions & Answers
It looks like a martingale. If it is based on it, there is no solution for that. That's what martingales do.
-
RE: Can this work with FxD>?posted in General Discussions
AFAIK the only way to do that is by using A LOT of custom code. This means that no, fxDreema cannot do it on its own.
-
RE: Help with Recovery Zoneposted in Questions & Answers
That is an ambitious project. Do you have any initial project to begin with?
-
RE: Please how do I build a sell robot onlyposted in Questions & Answers
Just select a 'sell now' block when conditions are met. Don't use a 'buy now' in any case.
-
RE: Is there any option other than using pending orderposted in Questions & Answers
You can use a standard market execution via buy/sell now block, but there is no guarantee it will happen at the exact price level you want. Other than that, no it is not possible.
-
RE: Anyone who knows to implement Sockets IOposted in Questions & Answers
Ooops. This goes far beyond my capabilities. I'm afraid I cannot be of any help, sorry.
-
RE: Varius signals in EAposted in Questions & Answers
@oskars Yes, but only if all conditions are supposed to be true at the exact same time.

