@coinmaster Another interesting question. Honeslty I have no idea if this is possible. Does anybody have any idea about it?
Posts made by l'andorrà
-
RE: Can you set multiple input parameters in the conditions block to a single connected value for optimization?posted in Questions & Answers
-
RE: Take Profit Helpposted in Questions & Answers
@bpinon I recommend you to contact him directly via the support page.
-
RE: Ocultar mensajesposted in Questions & Answers
@leka-0 Pues no vei ningún problema en el EA. La verdad es que no tengo ni idea de cómo se pueden ocultar esos mensajes. ¿Es la primera vez que los ves?
-
RE: could you please help me with any method or suggestion?posted in Questions & Answers
@khalids222 I didn't see you have an 'add to volume' block, sorry. Thats the reason so many trades are open. Every open trade right now will open a new one the next tick, Then those 2 trades will open two new trades the next tick and so on. You need to limit the maximum amount of open trades you want after blocks 12 and 25.
-
RE: Merging multiple buffers into a single buffer?posted in Questions & Answers
@coinmaster That's hardcore coding, my friend. Only reals programmers can do that, I'm afraid. You will need to change the indicator's code.
-
RE: How do I deal with price distances? Without any relation to time or candleposted in Questions & Answers
@khalids222 Block number three should have selected 'greater or equal to' instead of 'less than' as it is now.
-
RE: How can I open planned operationsposted in Questions & Answers
@polskis25 Just one more question. Is the sequence always buy, buy, sell, buy? And then is it repeated?
-
Weird 'zero divide' errorposted in Questions & Answers
Until yestarday, my backteting was working fine but for some reason I don't understand, today I cannot continue because I get this zero divide error:

And here you can see both lines 31 and 9193 of the code:


I found some possible reasons in other threads, but none of them apply to my EA:
- All trades have a fixed pips SL selected with a double constant.
- Bactesting is executed with USD as main currency.
- I'm not using custom indicators.
- I'm backtesting this symbol for weeks with no problem so far. It is the Dow Jones Index.
The only modifications I added to the EA are a standard trailing stop block (not activated due to the backtesting beong blocked before? and a MA crossing boolean variable.
These are both buy and sell now blocks:

All variables are of a double type and they worked fine until yesterday.

-
RE: How do I deal with price distances? Without any relation to time or candleposted in Questions & Answers
@khalids222 The first method should specify just '15', and not '+15' or '-15'.
-
RE: could you please help me with any method or suggestion?posted in Questions & Answers
@khalids222 Blocks 14 and 39 (as well as blocks 27 and 35) are the reason of those duplications. Your logic says that if they are true, a new trade is open. Because they are on the 'on tick' tab, every tick two trades will be open if conditions are met
-
RE: do not execute another trade when tp hit by a condition.....posted in General Discussions
@wajahat It depends on how your curent structure is created. More than probably you will need a variable. Can you please share your project?
-
RE: Close an opened trade when its profit has reach a determinated valueposted in Questions & Answers
@cristian-5 This is one way to do it.
-
RE: How can I open planned operationsposted in Questions & Answers
@polskis25 Are all those trades supposed to be immediately consecutve or is there some time supposed to pass between them?
-
RE: modify orderposted in Questions & Answers
@pipsacoin Could you please offer some more detailed explanation?
-
RE: Drop take profit candle by candleposted in Questions & Answers
@gaper Tranquilo, hombre. Todos hemos pasado por ahí.

-
RE: Pending Order Every x Pipposted in Questions & Answers
@luckybest You need to swap the following blocks numbers: Block 21 should be block 21 and vice versa. Then block 26 should be block 23 and vice versa.
-
RE: how you you automate the Trend line?posted in Questions & Answers
@ra-ees I stronly recommend you to use a custom indicator plotting those trend lines and then import it into your fxDreema account. You just need to be sure those lines are identificable by fxDreema. You wil same a lot of pain.

-
RE: Can I have a Details of How to Use lock with Account option in Conditions Boxposted in Questions & Answers
@er-arpit09 What do you exactly mean by 'account option'?
-
RE: Fxdreema EA Security Issues !! Kindly Checkposted in Questions & Answers
@er-arpit09 Although I'm not a coder, I'm afraid that is no possible. All ex5 files can be cracked one way or the other AFAIK. Proably a real programmer will be able to offer you some more reliable mesures to protect your project, but only to a certain point.
