There is no fxDreema app, sadly. You need to use it via INternet and browser connection only.
Best posts made by l'andorrà
-
RE: Please how to download app I am new in the systemposted in Questions & Answers
-
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 make use of COUNTER PASS BLOCKposted in Questions & Answers
@Olahmide That means all blocks connected below it will be executed no more than 'n' times and never again, no matter how much time the bot is on. However, you can reset that condition and count 'n' again.
-
RE: who can assist me to program thisposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Block BUYS & Reinforce SELLS on ZigZag High Breakposted in Questions & Answers
This is how to begin with:
https://fxdreema.com/shared/HKlKZCE1e
Now you can get the values of H0, H1, L0 and L1 updated every new candle. You can now select which value you need to open a buy or a sell from there.
-
RE: Whole EA only using the 1 minute Open Candleposted in Questions & Answers
There is no way to do that. The market doesn't know the price a candle will be closed at. This is why no bot will ever be able to do it either.
-
RE: New Ideaposted in Questions & Answers
Apparently he's very busy doing other stuff, sorry. If there were a massive request from many fxDreema users, he'd consider it. But not for now, I'm afraid.

-
RE: I want to create a trendline like the image above, which is used in a small timeframe. Can anyone share it with me so that I can understand it?posted in Questions & Answers
@fxdreema_acc If that that is a channel, you will need this block:

And as sktsec said, you will have to select two candle sticks to define it.
-
RE: Store a Value for further calculationsposted in Questions & Answers
@Mani13 You can use a variable to store that. Like this:

-
RE: How can we select a SL/TP price level based on balance percentage?posted in Questions & Answers
@sktsec Interesing. I will try it. Thank you.

-
RE: Hot to Recognize a color bufferposted in Questions & Answers
Just a first note. fxDreema is not designed to create custom indicators, but bots only. If you really need a proper indicator you should use other softwares. That said, your logic is initially correct. However, are you sure you are using the correct colour value for that buffer? If it is, are you then sure the indicator is providing the relevant information through the buffer? I tell this because many indicators don't do it.
-
RE: How To Fix The Margin In money (Not In Lots)posted in Questions & Answers
I'm afraid not. I'm not a programmer, just an advanced fxDreema user. You can try asking jstap. He's a programmer.
-
RE: Save Profit on closed tradesposted in Questions & Answers
You can remove the 'if position buy' block. It is redundant in this context. You will need a separate block tree headed with a 'no position' block to reset variable to 0, as you want. Resetting it on the white input dot of pink loops in fxDreema doesn't work as expected, sadly. It should, I mean, your logic is correct. But input dots on pink blocks are messy, to put it mildly.
-
RE: Store a Value for further calculationsposted in Questions & Answers
@Mani13 This is the way to do that:

-
RE: News filterposted in Questions & Answers
I'm afraid there is nothing here that can be considered as a real news filter. fxDreema is not designed for that type of filter. The best solution is hiring a programmer to do that andthen embed it into your fxDreema project.
-
RE: Backtesting is getting slower and slowerposted in Questions & Answers
@TXZZ This is because fxDreema blocks in gerenal are very efective to get what is to be done but VERY innefficient in the process. Sadly, this is one of the few side effects of building bit with fxDreema.
After many years using it, I finally had to accept that fxDreema is good for testing your strategy in order to know the IDEA is good. Then I hire a programmer to make the bot on mql directly. That way backtesting and optimization are an option. That doesn't happen with fxDreema, sadly.

-
RE: Resetting variablesposted in Questions & Answers
@jimifx707 This is what sktsec means:

You need to be sure the 'once a day' block ID number needs to be 1, as it is supposed to be the first block executed every day.


