@veetee Just compile them normally. There are not civilian-use software tools capable of breaching them available yet. That can change with AI, of course.
Posts made by l'andorrà
-
RE: selling my robotsposted in Questions & Answers
-
RE: 'ACCOUNT_FREEMARGIN' is deprecated, use 'ACCOUNT_MARGIN_FREE' instead and 'POSITION_COMMISSION' is deprecatedposted in Questions & Answers
I'm not a programmer, but the only solution I imagine is searching for those commends on the code and modify them accordingly. However, I have no idea if that can be harmful or not. Any programmer her to confirm?
-
RE: Cancel if volume too small, because I don't want to round it up to 0.01posted in Questions & Answers
@drankman Yes, you can do this:

You are requiring the bot to use lot sizes bigger or equal to 0.01 to move to the next block.
-
RE: Send and receive variables to different accounts/terminalsposted in Questions & Answers
@jstap Just curious. Are terminal variables stored into the 'Common' folder that is available on all installed MT5 platforms in your computer? If not, in which folder?
-
RE: HOW TO MAKE THE GRID DISTANCING DYNAMIC ???posted in Questions & Answers
Ok. Did ou create any initial fxDReema structure to begin with?
-
RE: How to make bot put a continuous chain of orders on uptrend?posted in Questions & Answers
Do you mean having one only trade at a time only? You need to use a 'No trade' block on top of your structure.
-
RE: Swing high of indicator strategyposted in Questions & Answers
Ok. Now we can begin. Do you have any initial fxDreema structure to begin with?
-
RE: Swing high of indicator strategyposted in Questions & Answers
Yes, but how can you distinguish that's the last recent low, for example? How can the bot know it is a major low and not an intermediate low? What I mean is, how many candles in the past are supposed to be looked at in order to identify it as a legit low? Do you see the problem?
-
RE: PLACING MAX LOTSposted in Bug Reports
@sssddd That happened to me several times in the past. Your logic is correct. That means that probably the issue is the corrupt code of a block there. Try to rebuild the structure from scratch. I mean, don't copy previous existing blocks. Use new ones only.
-
RE: Consecutive Losses & Turn Off Blockposted in Questions & Answers
If you are trading those symbols only, you can select 'Any symbol' option instead of 'Specified' on that 'Check consecutive losses'.
-
RE: Studio Custom Functions All Deletedposted in Bug Reports
@Thombo This is definitely the weakest point of fxDreema. Customer support is weak, to put it mildly.

Simply persists, the admin will finally reply.
-
RE: How to extract the HH part of the candle time?posted in Questions & Answers
Thank you for sharing.
-
RE: HOW TO MAKE THE GRID DISTANCING DYNAMIC ???posted in Questions & Answers
That makes it easier. However, are those final trades supposed to be open or closed at the moment the calculation is needed?
-
RE: Send and receive variables to different accounts/terminalsposted in Questions & Answers
I know it is possible, but I'm afraid I don't know how. If both master and slave terminals are installed on the same VPS, both share part of the drive paths to any of of them. You will need a programmer to tell you. Maybe jstap can help, here?
-
RE: daily loss limitposted in Questions & Answers
You can use a structure like this:
https://fxdreema.com/shared/LHZfs3gvb
Please notice the 'switched off' block 2. That is the key idea.
-
RE: Enter Pending Order at 70% of Candle 0-Candle1 rangeposted in Questions & Answers
Are you aware that using that 'once per bar' block on its current position when cheking the dsily time frame will only seacrh for the daily open price at the beginning of the session? Are you sure that is what you want?
