Exactly, can you please share the last version of your project to review where to begin with?
Posts made by l'andorrà
-
RE: MARTINGALE ON BOTH SIDEposted in Questions & Answers
-
RE: Binary Option EAposted in General Discussions
I'm open to help, but only of you also make your part.

-
RE: Validation error when sending robot to MQL5 marketposted in Bug Reports
That means it is a programming issue. That goes beyond my capabilities, sorry. Maybe jstap can be more helpful here.
-
RE: About the Chrome extension to download filesposted in Questions & Answers
Thank you for sharing.
-
RE: How do I make limit orders cancel stop orders once filled, and vice versa?posted in Questions & Answers
Are you sure you enabled the AutoTrade button on your MT5 platform (green triangle)?
-
RE: Store current minutes/hour values in internal variableposted in Questions & Answers
You will need custom code to get that. No option in fxDreema can do it, I'm afraid.
-
RE: Resetting Consecutive Losses Blockposted in General Discussions
This structure will count correctly the number of consecutive losses, but will not stop new trades to be open. You need to use the 'turn on' and turn off' blocks as I suggested.
-
RE: Trailing Pending Orders to Objectposted in Questions & Answers
@Jihad-Hamo If your object is a red horizontal line, for example, you can do it this way:

-
RE: Need Help With Currency Exposure Controlposted in Questions & Answers
Then I'm afraid that goes beyond my capabilities, sorry. Maybe jstap can be more helpful here.
-
RE: How do I make limit orders cancel stop orders once filled, and vice versa?posted in Questions & Answers
That price offset is too small. Brokers always impose a minimum distance in pips for pending orders to be accepted. You will hate to try which minimum is your broker using. Try different bigger values and then move lower from that until you find it.
-
RE: Regression Trend Toolposted in Questions & Answers
No, there isn't any like that in the fxDreema core. You will have to use a custom indicator to import into your fxDreema account.
-
RE: MARTINGALE ON BOTH SIDEposted in Questions & Answers
Have you created an initial fxDreema project to begin with?
-
RE: Validation error when sending robot to MQL5 marketposted in Bug Reports
Was it created with fxDreema?
-
RE: Open oder on take profitposted in Questions & Answers
@ChetanIngale Is it a question or a statement?
-
RE: Help to program my robot to stop with a maximum of 3 consecutive losses and reactivate 2 days laterposted in Questions & Answers
@josejuan520 You can do something like this:
https://fxdreema.com/shared/YZhRa6MLb
Please notice that I used block number 1 as your 'No trade' block. I'm sure your complete project is bigger than you show in your screen shot, you you will have to adjust the block numbers accordingly. Also notice that block 5 is switched off by default for the structure to work properly.
-
RE: Need Help With Currency Exposure Controlposted in Questions & Answers
@purelife173 What do you exactly mean by 'changing chart'? Are you removing the bot from chart 1 to activate it then on chart 2?
-
RE: Free Indicator BBMA MT4 and MT5posted in General Discussions
It repaints like crazy. Simply don't use it.
-
RE: How do I make limit orders cancel stop orders once filled, and vice versa?posted in Questions & Answers
Can you please share the link to the updated project?