Yes, conditions blocks are working normally. Could you please share the link to your project? Definitely the issue is somewhere else.
Posts made by l'andorrà
-
RE: Still Wondering If the conditions workposted in Bug Reports
-
RE: Managing open orders on multiple timeframesposted in Questions & Answers
There are 2 way to do that.
- Use the same bot on different charts per TF and use different magic numbers.
- Use one only bot on one chart but then you will need a custom code array to identify the ticket number of each different TF to identify each trade.
-
RE: ichi crossposted in Questions & Answers
How and when is the 'occur' variable reset? You are close to what I suggested, but you are still connecting all blocks together when I said they need to be separated.
-
RE: loop box rangeposted in Questions & Answers
Do you need the box for internal calculation of for visual reasons only? Drawing objects is always messy and most of the time unnecessary because you can get the same result with variables.
-
RE: ichi crossposted in Questions & Answers
Your loop is working on tick, That means every tick will check for that conditions. However, I guess you need the 25 candles to be check later, right. The best option is separating both actions. Use one variable to check the first crossing and then a second variable counting bares after the crossing was confirmed.
-
Weekly TF bugposted in Bug Reports
I need the open price of this week. Doing this on the weekly TF works fine:

However, the trigger is working on a lower timeframe. If I do this on any TF below weekly, the current TF open price is offered instead. I hope the admin can fix this.
Meanwhile, I tried to find alternative ways to find this week's open price, but to no avail so far. I tried to get every Monday's open price, but some weeks begin on Tuesday instead. I would definitely need the weekly candlestick value. Any suggestion?
-
RE: How To Insert Arrow In EAposted in Questions & Answers
Are those arrows provided by the custom indicator as buffers or as objects?
-
RE: my fxdreema platform just crashedposted in Bug Reports
@Ultra525 There is no limit for paid subscriptions. Only for free users.
-
RE: How to create NEWS blockposted in Questions & Answers
There is no block in fxDreema doing that. You can do some search on the forums and you will find several threads dedicated to news filters. However, they are NOt easy ti implement.
-
RE: custom indicatorposted in Questions & Answers
You can import it into your fxDreema account, but there is no guarantee it will work. You can find info on how to do the import at the end of this page here:
https://fxdreema.com/documentation/builder/indicators -
RE: GROUP EMA CROSSOVERposted in Questions & Answers
Are you a free user maybe? If so probably that is the reason.
-
RE: Hice un pago y aun no me habilitan mi cuenta, ¿cual es el contacto de fxdreema?posted in General Discussions
Si el pago se realizó medante cripto, las confirmaciones tardan varios días. La forma más rápida de contactar al admin es a través de la página de soporte.
https://fxdreema.com/support -
RE: 200emaposted in Questions & Answers
@jstap Exactly. And also consider that every candle below the MA will open a new trade unless you use a 'no trade' block.
-
RE: Sending EMOJIs to Telegramposted in Questions & Answers
That goes beyond my capacities. Probably jstap or roar can help.
-
RE: Longterm Scalping EAposted in Questions & Answers
I agree with both jstap and roar said. Sooner than later your account will blow up.
-
RE: 200emaposted in Questions & Answers
When you say 'below' you mean crossing below from above or just being below with no crossing involved?
-
RE: Close Oldest one trade if close newest trade in profitposted in Questions & Answers
But apparently it is not a fixed rule, right? I mean, do you close the last 2 trades in profit because the combined profit is equal to the oldest one, maybe? But what if there are only two open trades, one in profit and another in loss. Should they be closed too? Is there a minimum number of open trades to consider?