You're welcome.
Posts made by l'andorrà
-
RE: Block BUYS & Reinforce SELLS on ZigZag High Breakposted in Questions & Answers
Are you requesting raw custom code of an fxDreema structure doing it?
-
RE: Please Help me, How to Add this Condition.posted in Questions & Answers
@thevickytomar For the last part you can do this:

On the first part. Can there be infinite open trades in both directions?
-
RE: how to use micro lot sizeposted in Tutorials by Users
@creatingrobot You need to use these blocks beloe your buy/sell now blocks:

-
RE: i need help to program this strategyposted in Questions & Answers
First question. Are those custom indicators correctly imported into fxDreema? I mean, are the buffers correctly identified? Second question. Do they repaint? Because if any of them does, the bot is doomed. Third question, are you sure they are positioned correctly within your structure? You say already understand the condition for the indicator. Well, if so, why weren't included in the first place?
See the problem? Theer are many aspects to be considered before building a structure. If you don't deal with them you will be wasting your time.
-
RE: Please how to download app I am new in the systemposted in Questions & Answers
There is no fxDreema app, sadly. You need to use it via INternet and browser connection only.
-
RE: Problem with enum listposted in Questions & Answers
I'm not a programmer but I would say you need some more info when defining those ENUM variables.
-
RE: Request Timed Outposted in Bug Reports
Definitely the issue is the number of blocks. You should try contact the admin directly.
-
RE: Customize the Weekday Filter Blockposted in Questions & Answers
@XeZe Then oyou need to create as many boolean Constants as days this way:

-
RE: How to limit "number" of trading symbols? if I drag EA into 28 pairs but want to limit only 4 pairs. ?posted in Questions & Answers
The logic is correct. The problem is that fxDreema condition blocks do not use that 'contains' options, sadly. I think the only option here should be using custom code or a programmer (I'm not one, sorry) could confirm is we could use the '*USD' form on the 'text(code input)' display option. More than that, I'm afraid I cannpt be more helpful.
-
RE: Volume / Momentum Change Botposted in Questions & Answers
Didn't you find any indocator providing info on volume like that? Any indicator doing that will always be easier to include in your bot than crearting a structure from scratch.
-
RE: Robot with dynamic grid where orders follow the priceposted in Questions & Answers
Your logic is correct as far as you are using a negative number on that Constant. That means prce now is in loss that distance in respect of the last open trade.
-
RE: how to use micro lot sizeposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: how to use micro lot sizeposted in Tutorials by Users
Do you mean opening a lot size and then, immediately after it was open to partially close it? What about commissions? You will be paying unnecessary commissions all the time.
-
RE: i need help to program this strategyposted in Questions & Answers
Ok. Do you have the crash and boom indicator? It's not included in your project. Could you please now add it?
-
RE: selling my robotsposted in Questions & Answers
@ivyzhao You create a string type Constant (I called it password in my example) and then you do this in the 'on init' tab:

Please notice I connected the 'terminate' block to the condition's yellow output dot, not the orange one.
-
RE: Robot with dynamic grid where orders follow the priceposted in Questions & Answers
I'm not sure I fully understand. What do you exactly mean by 'follows the price' when apparently the trade is open in a pull back?
-
RE: Optimize constants in backtestposted in Questions & Answers
Did you check the pip size rules? It looks like the problem is there.