Do this for buys and then duplicate it for sells:
Posts made by l'andorrà
-
RE: buy or sell on the 13th candle of the periodposted in Questions & Answers
Ok. Honestly I have no idea. Technically fxDreema generates standard mql4/5 code so it should work there as any other standard mql4/5 coded EA. However, I'm not a soft4fx geek, sorry.
-
RE: Baseline - NNFX questionposted in Questions & Answers
Just curious. What is a 'baseline condition' exactly?
-
RE: Request for help.posted in Questions & Answers
Your conditions are very restrictive, maybe? Working in M1 timeframe is never easy. Other wise the loigic is correct except for the fact that those 'close trades' blocks should be moved away from its current position.
-
RE: About FIBONACCI martingaleposted in Questions & Answers
@gauss But that is a suicidal stategy! Sooner than later your broker will not allow you to open more trades. I don't think this is a good way to trade the market IMHO.
-
RE: help please with atr as value for SL/TPposted in Questions & Answers
I recommend you to create symmetrical paths for buys and sells. Otherwise weird results may appear.
-
RE: recovery expertposted in Questions & Answers
I'm sorry, but I'm afraid I do not underastand your answer.

-
RE: Various Signal requestposted in Questions & Answers
That's a job for a real programmer. What do you thing miro and/or roar?

-
RE: Hedging losses or balance of trades/marketposted in Questions & Answers
@pipsacoin Can you please open a specific tread for your question?
-
RE: Price above MA/Custom indicatorposted in Questions & Answers
Can you please share your project to take a look?
-
RE: How to have a counter per bar that goes back to zero when there is a crossposted in Questions & Answers
This is one way to do it:
https://fxdreema.com/shared/IMzeO1Jab
I used to MA as an example of crossing.
-
RE: help please with atr as value for SL/TPposted in Questions & Answers
Remove block 35 and connec blocks 23, 24 and 28 one below the other under block 22. But the question is, what is supposed to happen then? I understand the left tree but not the right one.
-
RE: add or subtract constant values from the "adjust" optionposted in Questions & Answers
An interesting question. I would also appreciate an answer for it from the real programmers.
-
RE: Want to Make EA using custom Supply & Demand Indicatorposted in Questions & Answers
If you can find a good custom indicator doing that for you, it will be WAY easier.
-
RE: How do you block an EA reset?posted in Questions & Answers
Use different magic numbers for different charts.
-
RE: Opening a trade on candle open and closing a trade on candle closeposted in Questions & Answers
The second part is not possible in fxDReema. The candle close price is only identified at the pip creating the open price of the following candle. That is the closest you can be to the close price in fxDreema.