@iraptoir Never heard that. Well, if it works that's all we need to know. 
Posts made by l'andorrà
-
RE: Compilation errors identifier 'enPrices' already used ambiguous access, can be one of:posted in Questions & Answers
-
RE: NEED HELP BUILDING A CUSTOM INDICATORposted in Questions & Answers
@guerrilla We can try it here together if you want.
-
RE: HTTP request & telegramposted in Questions & Answers
@saeed-2 Not sure many people here can answer that question. I'm also interested, though.
-
RE: I need urgent help for my robotposted in Questions & Answers
@emreizmir Can you please share the link to your project instead? That way it'll be easier to take a look at it.
-
RE: Can someone code my strategy please. It has good win %.posted in General Discussions
@tipsywisdom Doesn't look promising.
-
RE: Add 0.01 lots for every +100$ starting from 500$ Balanceposted in Questions & Answers
@biztet Never used that option. How would you set it for this specific case?
-
RE: Trailing stop and trailing to even not working.posted in General Discussions
@kelrobot I replied in the other thread. Please dont' duplicate threads.
-
RE: Haw can I set, various trailing block at 1 robot?posted in General Discussions
@kelrobot The what you need is something like this:

The BE block is set to move the SL at 35 pips in profit. The TS is active as soon as 36 pips in profit are hit, and not before. Ginally you can set the specific levels of SL in the 'profit/stop' box as per the example.
-
RE: Not enough money 134posted in Bug Reports
@mpr260975 That sounds like a problem with money management. Can you please share the link to your project?
-
RE: NEED HELP BUILDING A CUSTOM INDICATORposted in Questions & Answers
@guerrilla fxDreema is designed to create EAs, not indicators. However, you can create an EA that behaves like an indicator. Is that what you need?
-
RE: Adding Custom Indicator with drop down menusposted in General Discussions
@dinho You can simply import them as explained in the instructions page. However, I guess you want to do something else. Right? Do you mean maybe modifying those input parameters with constants? If so, please notice that those are 'integer' variables while the are shown as true/false text. This measn they are adopting 0 and 1 values.
-
RE: Haw can I set, various trailing block at 1 robot?posted in General Discussions
@kelrobot Yes, you can do it. Bust as I explaines in your other thread, all of them are competing against eaxh other in its current configuration. You need to specify when is each one active so that it doesn't interferr with the others. Can you please detail in which exact order are those conditions supposed to happen?
-
RE: Order open next candleposted in General Discussions
@mario-c I see you defined a B9 group. However, no origin for that gorup is specified. Is the the whole EA or just a part of it?
-
RE: New version of offline fxDreema?posted in Bug Reports
@vascoa I'm afraid it will not happen soon, if it ever happens.
The admin abandoned the desktop version loooooong ago and no changes were done since. Maybe you could contact him to ask for any future changes on it. -
RE: Compilation errors identifier 'enPrices' already used ambiguous access, can be one of:posted in Questions & Answers
@iraptoir said in Compilation errors identifier 'enPrices' already used ambiguous access, can be one of::
shared/r0PH4nvkd
Can you please reupload the link to your project? It doesn't work.
-
RE: Trailing stop and trailing to even not working.posted in General Discussions
@kelrobot The problem is that both blocks are competing against each other. I guess what you want is: 1. Move to BE first and then, 2. Activate TS. Right? If so you need to limit the activation moment of the TS block AFTER the BE one was activated. However, your current TS conditions will probably overlap those of BE. Can you please confirm?
-
RE: Double entry, trail 2nd order (if TP hits 1 st order)posted in Questions & Answers
@meken Just a small note. Those 'pass' blocks on both 'on tick' and 'on trade' tabs are unnecessary. You can remove them.
-
RE: Add 0.01 lots for every +100$ starting from 500$ Balanceposted in Questions & Answers
@andrew-b But what if price is retracing and profit moves from $600 to $500, for example? And then it moves up again and hits $600 once more? Should a new increase to be considered?
