@od Just use two 'buy now' blocks instead of just one.
Posts made by l'andorrà
-
RE: Can one open multiple trades using one condition ?posted in Questions & Answers
-
RE: Making Profit from EAsposted in Questions & Answers
@biztet It is so slow because it never risks more than 0.5% of the current balance. It is not a very good EA, but a stable and profitable onw, though. And not, my balance is FAR below 100.000$.

-
RE: USING CUSTOM MACD TO ENTER TRADESposted in Questions & Answers
@biztet Just do this (but with your MACD, not mine):

-
RE: When trades closed don't open new trade in the same bar!posted in Questions & Answers
@dongil Are all trades closed at the exact same time?
-
RE: Duplicate order from signalposted in Questions & Answers
@tjommas But you are supposed to duplicate an order from your MT4 to where? Your same MT4 platform?
-
RE: Accelerator Oscillator and Awesome Oscillatorposted in Questions & Answers
@juggernuyry fxDReema is not designed to create indocators, just EAs. Are you still interested?
-
RE: Why do I get the wrong fibo price value?posted in Questions & Answers
Thank you to both. I will follow your suggestions.
-
RE: Hi Is there any one can fixed my stop loss , and my conditionposted in Questions & Answers
@homemebel You need to specify candle ID 2 in blocks 3 and 9. This is the candle where fractars are created.
-
RE: I want to create three continous candle and close by opposite candleposted in Questions & Answers
@homemebel Then just remove block ID 2 from this tree to open the trade and use block ID 2 in a separate tree under a 'For each trade' block to close them.
-
RE: How to repeat pending trades until TP hitposted in Questions & Answers
@kailykail Let's move step by step. Can you please provide more details about what you exactly mean for your first question? If I understand you correctly, when you say 'repeat' you mean programming the same pending order over and over if stop loss is hit only?
-
RE: DAILY TARGETposted in Questions & Answers
@kestra You will need a boolen variable and then use this structure on the 'on trade' tab (just for buys):

You will have to duplicate it for sells. That variable will be the one you will insert into both buy/sell now. blocks.
-
RE: fibonnaciposted in Questions & Answers
@elimax3833 What do you exactlt mean by 'add candles cross'
-
RE: Fibonacci levels are 0-32 in fxdreema but 0-31 at mql.composted in Questions & Answers
@mndiarra Yes, that is the contact email. Please be patient. Sadly, he can take up to 2 weeks to answer.

-
RE: wait till open a new dayposted in General Discussions
@wolamen This is the easiest way to do it:
https://fxdreema.com/shared/gaxiPAqyd
Obviously you need to adapt it to your project.
-
RE: Help Please! I don't know what to do about thisposted in Questions & Answers
@tradercompany I see one first problem. You use a 'NO trade' block (block ID 50) that is supposed to fins manual and automatic trades. But then you are opening automatic trades below. I see buys belong to group 1 and sells to group 21. However, the 'initial' group definition is not included in block 50. Do you really need manual trades to be included there?
-
RE: which command orders to plcae the next pending order, after the previous pending order is already opend?posted in Questions & Answers
@tradercompany Then you need to do this on the 'on trade' tab for a buy, for example:

-
RE: Why do I get the wrong fibo price value?posted in Questions & Answers
@l-andorrà No matter what I do I get the price for level 0 and never for level 4 as requested. Any suggestion? May be this a bug?
-
RE: Making Profit from EAsposted in Questions & Answers
@migen Yes, but it will not make me rich. It's a very slow risk EA and makes up to a 20% yearly (at best).
-
RE: I want hedging blocksposted in Questions & Answers
@pramod-1 Do you have any initial project to begin with?
