Can you please provide a more detailed numerical example?
Posts made by l'andorrà
-
RE: STOP LOSS ADJUSTMENT.posted in Questions & Answers
-
RE: Delete all pending orders and closed all trades after one click in buttonposted in Questions & Answers
Statonhotz is right. Move all those blocks to the 'on Chart' tab.
-
RE: new EA /indicatorposted in Questions & Answers
Yes, it is possible, but that's an invitation to failure. That is even worse than a martingale, because you have no idea how many bad results you can get. Eventually, your account will not open more trades because you will reach a margin call. Are you sure you want that?
-
RE: how to execute order according to .ex4 format indicator? Helpposted in Questions & Answers
Unless you do not have the mq4 vesrions, the only thing I know is finding those objects by name and /or colour. Once they appear on the screen you can use a common condition block to do things with them.
-
RE: Read Label from indicator buffer?posted in Questions & Answers
Do you mean that the information in the buffer is a text?
-
RE: Debugger - A need of the hourposted in Questions & Answers
@dileep Interesting. Thank you for the info.

-
RE: Hedging losses or balance of trades/marketposted in Questions & Answers
@pipsacoin The block that varso recommend you to use can anly close partially the closest to the specified percentage in it. If you need a different closing ratio you will need to create a calculating tree block to do that.
-
RE: need help with eaposted in General Discussions
Are you sure that custom indicator is correctly imported into your fxDreema account?
-
RE: Different results with same EAposted in Bug Reports
It is not a bug. Depending on the cnadle ID your EA is workingon you can get crazy different results.
-
RE: I have inconsistency in my ea when changing the date???posted in Questions & Answers
Can you please share the link here?
-
RE: formula distanceposted in Questions & Answers
@kestra Well, it was me who was asking for information. I don't think I can answer what I didn't know.
Is what you need related to this thread? If so, can you be more specific, please? -
RE: Trendline indicatorposted in Questions & Answers
Do you have any project to begin with? If so, please share ot here.
-
RE: Help! how to do?posted in Questions & Answers
Well, that is not a trivial table to do. Have you searched for 'buttons' on the forum's search engine? There you will find they are not very complicatd to implement. However, combining them into a single table is not so easy.
-
RE: THE DISTANCE BETWEEN SOME CANDLESposted in Questions & Answers
@fuad-2 This is a simpler way to do it:
-
RE: Magic number questions.posted in Questions & Answers
@biztet Ok. Then I recommend you this block:

Here you can specify which comma separated symbols will be checked by all blocks BELOW this one. If you are using different conditions for different symbols you will have to use as many blocks like this as required withi the EA.
-
RE: TRAILING PROFIT MONEY $ / PERCENT % - CLOSE ALL TRADE (BLOCKS) ?posted in Questions & Answers
So essentially this is a money management EA, right? I see no opening trade conditions.
-
RE: Can I build my own Renko Charts?posted in Questions & Answers
@stantonhitz Unfortunately, I'm not a programmer, just an advanced fxDreema user, I'm afraid :(. I have no idea how to fix that issue. Maybe miro or roar can offer some help.
-
RE: Buy when the custom indicator 11st bar before signal is below 0posted in Questions & Answers
No. This configuration is telling the EA if ther was a crossing from below 0 to above zero at any moment in theprevious 11 days.
-
RE: indicators to generate signal in forexposted in General Discussions
Good. Can you now define at which exact moment did the trend reversed according to this chart?