You can find it on any MT4 platform by default. It's integrated within 'trend' indicators.
Posts made by l'andorrà
-
RE: how to set distance pipposted in Questions & Answers
-
RE: CHECK MARGIN LEVELposted in General Discussions
@xfire That would find if the free margin is above/below a number. But how to find out if it is above/below another leves, as he asked for?
-
RE: Stochasticposted in Questions & Answers
Correct. You don't need so many 'once per bar' blocks. One on top of eacxh tree is enough.
-
RE: safety systemposted in Questions & Answers
The traditional answer would be using the 'modify stops' block, but it's under close review by the admin right now. I would wait some time until the issue is fixed.
-
RE: ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGHposted in Questions & Answers
I'm afraid that's hard programming, not my field of expertise.
Any programmer here? -
RE: Trailing stop and timing issues.posted in Questions & Answers
You will need two structures for both conditions. The first one will need three blocks headed by a 'For each trade' on top. The second one can use a normal trailing stop block. You wil need to coordinate both of them properly so that the second will not interefere the first one.
On your last question, you will need a 'once per bar' block on top of the launching structure. That will not necessarily avoid that the the fisrt time you run the EA on the chart a trade will be immediately open if conditions are met.
-
RE: How to move few trade trailing stop loss togetherposted in Questions & Answers
Sorry. This is the block I was talking about:

-
RE: Taking tradeposted in Questions & Answers
I'm sorry, buty I can't fix payment problems . Only the administrator can.
-
RE: Prevent EA from entering more trade for a period of time if i get ** consecutive lossesposted in Questions & Answers
Obviously you can add as many conditions as you need. The only important thing is holding that 'Modify Variable' block on the yellow output of the cindition block, not the orange one.
-
RE: Unable to read/write indicator buffer dataposted in Questions & Answers
Could yopu please share your project?
-
RE: Prevent EA from entering more trade for a period of time if i get ** consecutive lossesposted in Questions & Answers
You can try this:

Please note that the 'Time limit' constant is of a string type. and initialized as 00:00. The 'consecutive_loses' variable is of a double type.
-
RE: ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGHposted in Questions & Answers
Xfire is right. Can you please share your project?
-
RE: Place stop loss using heiken ashi candlesposted in Questions & Answers
Sure. You can find a detailed description on how to do it here:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
-
RE: CHECK MARGIN LEVELposted in General Discussions
Interesting. I don't know how to get that info. Any suggestion, roar?

-
RE: If you have successfully used pipfinite pro trend in your EA, please come to my rescue dicatorposted in Questions & Answers
Then I'm afraid I cannot help you :(. Maybe other users can, I hope.
-
RE: check profit questionposted in Questions & Answers
Can you please share you project (not a screenshot)?
-
RE: A line toolposted in Tutorials by Users
I recommend you to start with mw5. The converter is 100% efficient.