I never used those blocks so I can't tell if they are correctly configured. I see the first circle is clearly above the upper BB, but not the second. Why should a trade be open in the second case?
Posts made by l'andorrà
-
RE: EA not workingposted in Questions & Answers
-
RE: PHONE NOTIFICATIONposted in Questions & Answers
@WealthF92 That depends on the structure generating the sound. Probably it is executed every single tick right now. This is why it doesn't stop.
-
RE: Property rights of EA and source codeposted in Questions & Answers
@SirLuk Next time simply lie and tell them you created it.
-
RE: Show GAPposted in Questions & Answers
Did you try that structure? If so please share. That can be interesting for other users. However, how will you modify the rectangle as new candles are closing it? That is the difficult part.
-
RE: Volumesposted in Questions & Answers
Probably the best way is finding a custom indicator doing so. Otherwise, I'm afraid I can't recommend any specific structure for fxDreema.
-
RE: Open e Close pending Orderposted in Questions & Answers
@Denim You need some changes. Firstly, you need to modify the launcher. According to your initial description, you will need something like this:

That way there will be just one only buy and one only sell.
-
RE: How to close the initial order within averaging?posted in Questions & Answers
Not sure I fully understand what you mean. Do you need at least two open trades in order to close the oldest one only? Is that what you mean?
-
RE: First Candle of the Day, Locate and Identify???posted in Questions & Answers
Congrats for the second version of the structure. It is more efficient than the previous one. And BTW, the 'pass' block on top can be removed. It is redundant.
-
RE: margin call concept important for botposted in Tutorials by Users
Thank you very much for this info. Some times the most basic information is the most overlooked.
-
RE: I suck at making this EA (please help)posted in Questions & Answers
Ok. So that means you will have several open charts and you'll rune the same EA on all of them at the same time? Are all those initial trades buys on all charts? Isn't it just random trading? Just asking
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@William-1 In that case you need to use a structure like this on the 'on trade' tab.

That way as soon as a buy is open now a new buy will be immediately programmed 400 pips away from it.
-
RE: Is the admin modifying the code on variables?posted in Bug Reports
@roar I'm still struggling with this problem and I found something interesting. Only those variables in blocks 8 and 18 are stored into the 'hidden memory'. Although they are correctly reinitiated as per the structure shared in the link, the information that was stored yesterday is somehow recovered and printed on chart again.
However, I tried something new this time. I waited until the last minutes of one session with all the results visible and then I removed the EA. I removed just two minutes before the end of the day but AFTER the time limit specified on the time filter block. And the result was a different number this time! It should be 0 because the bot couldn't know the max values of profit or loss. At most it should be coincidential with the REAL closed profit/loss . In no case there should be a value for the max profit because NO OPEN TRADES at that moment! However, some result was visible although not the original one.
In my opinions this means some kind of calculation from the loops is executed AFTER the variables were reinitiated. However, the number was still visible at the beginning of the new day when the candle ID for the daily TF is zero.
This is definitely a problem within the loop blocks.
-
RE: Custom indicatorposted in Questions & Answers
If you followed the tutorial and there no trades, I'm afraid that the problem is that fxDreema cannot accept that indicator. Sorry for the bad news but not all indicators are compatible with fxDreema.
-
RE: Help with my EA - Mobile Notificationposted in Questions & Answers
You are requesting the MOmentum and the RSI crossing at the exact same moment. Are you sure that happens so often?
-
RE: Live Drawdownposted in Questions & Answers
@forexbob-0 You need a specific structure with variables to do that. Are you familiar with variables?
