Ok. Let's begin with the beginning. What do you exactly need of that indicator?
Posts made by l'andorrà
-
RE: Create an operation with an object in a chart.posted in Questions & Answers
-
RE: How to use this block? NEW TOP and NEW BOTTOM in trend.posted in Questions & Answers
Do you mean your lines are correctly drawn or not?
-
RE: recovering lossposted in Questions & Answers
Firstly you can begin with this thread:
https://fxdreema.com/forum/topic/8875/record-real-time-gain-and-loss-in-variables/5
Then try your own project and let us know!

-
RE: Need a little help with this indicatorposted in Questions & Answers
Maybe you can try to google it from any other place.
-
RE: recovering lossposted in Questions & Answers
You sould need al teast two variables, one storing your losses and another one your gains. Then a simple condition block comparing them can identify what you want. If that condition is true, then the martingale can move on.
However, seb 0 is right. Don't waste your time with martingale Eas, man!

-
RE: How to use this block? NEW TOP and NEW BOTTOM in trend.posted in Questions & Answers
That is a complex group of conditions for the EA to identify. I don't think those blocks can do what you want. You will need at lest one independent tree of blocks just to identify that structure. It is not as simple as a single block can do, I'm afraid.
-
RE: How to modify stop-losses of many orders in one direction?posted in Questions & Answers
I recommend you to begin with this block:

This block searchs for all open trades right now and all future trades and calculates an average SL proce for all of them. If you read carefully its info window you will understand how it works and how to customize it.
-
RE: Create an operation with an object in a chart.posted in Questions & Answers
Probably the buffer is not the place where those arrows and lines are strored. Are they what you need? If so you will need to search for objects.
-
RE: Ayuda apertura con la misma condicion en distinto diaposted in Questions & Answers
Un placer haberte ayudado.
-
RE: Please help. How to place arrow at previous highest resistance within 10 candles,20 candles, 30 candles and so onposted in Questions & Answers
You can also try this:

This block will draw a line on the highest high of the last 10 candles. You will need another one for the lowest low line.
-
RE: Need a little help with this indicatorposted in Questions & Answers
Do you have the mq4 version?
-
RE: It seems that there are still problems connecting with fxdreema site?posted in Bug Reports
Not in my case. But there was a two days period last week with the server down, though.
-
RE: Trailing stop, activate when target price is reached.posted in Questions & Answers
You can do it this way:

-
RE: Scalping bot help...posted in Questions & Answers
You are still working with candle ID 0 most of the time whereas some operands are looking for candle ID 2. I don't think that's a good combo. Why not trying candle ID 1 everywhere?
-
RE: How to check for the Biggest candle of the Day?posted in Questions & Answers
Does biggest mean from open to close or from high to low?
-
RE: Need a little help with this indicatorposted in Questions & Answers
Tru to test it with candle ID 1. If it doesn't work then, let us now.
