@drewliedadeuce
It's not made to run the same EA on the same instrument, but on different timeframes.
I think you should use the "set current timeframe" block, but it's a little more tricky.
Do you guys confirm ?
Posts made by seb 0
-
RE: Wrong timeframe close for candle conditionposted in Questions & Answers
-
RE: Candle cross helpposted in Questions & Answers
@drewliedadeuce
You forgot to write "4" as group number in the sell block.
This way it is better : https://fxdreema.com/shared/dI3LZzkgb
However be careful that with this strategy, you sometimes will have opened and closed trades almost simultaneously. -
RE: Candle cross helpposted in Questions & Answers
@drewliedadeuce
The candle 0 is : the current one/still forming
The candle 1 is : the most recent candle which closed
So as soon as the candle 0 closes it becomes the candle 1. And the candle 0 is the one that just opened.
Must replace id0 by id1; and id1 by id2. -
RE: Strategy Results, Good? Bad? Okay?posted in General Discussions
@roar
Haha you made my day
The stats look good to me also, but 2 years is still a pretty short period. I already experienced some EA with such results on short term, but it was something else on a longer period.
I don't know if these changes are due to "externalities" or if the market readjust itself, but it will probably not last for long.
But about your EA I don't really know I don't know how it works -
RE: Strategy Results, Good? Bad? Okay?posted in General Discussions
@jsauter86
Why is there no short trades ?
I've never seen a strategy with long trades only on the forex yet -
RE: Condition to have a $ money based trailling stop.posted in Questions & Answers
@fabiobioware
Doesn't this block do the math ?

-
RE: Two open positions / each close with different conditions & how display # closed trades dailyposted in Questions & Answers
@saeed-2
You can assign a group of trade to separate trades from others, like below.
You'll also find a way to count the number of trades opened in the day.
https://fxdreema.com/shared/WEEeYNYMd -
RE: Objects in MT5posted in Questions & Answers
@leka-0
Same thing for me and anybody else I suppose, it is a tester(for predefined strategy) so you don't have any tool in it.. -
RE: Apply for Subscription issueposted in Questions & Answers
@fideld003
Did it work with the 4th one then ? -
RE: How to compare the price of two discontinuous candles? seek help!posted in Questions & Answers
@ghq
No problem.
You could do it this way then :
https://fxdreema.com/shared/AwD6kncwe -
RE: How to compare the price of two discontinuous candles? seek help!posted in Questions & Answers
However this way you don't have any time limitation between each event, so if one happened 3 months before another, it will still be taken as a signal.
-
RE: How to compare the price of two discontinuous candles? seek help!posted in Questions & Answers
@ghq
Hi, the 2 first branches of your project are correct, not the 3rd one I think.
I prefer to work with double values, like this :
https://fxdreema.com/shared/AY2pjlGRc -
RE: Apply for Subscription issueposted in Questions & Answers
@fideld003
I do have it, it might be due to abnormal activity detected by your credit institution(bank), or the following:

But it's weird it never happened before so.. I don't really know -
RE: how to assign the stop lose at tradeposted in Questions & Answers
@saeed-2
Same question, same answer I guess -
RE: assign Stop lose by candle shadowposted in Questions & Answers
@saeed-2
You can simply use this feature which includes the wicks of the candles :

-
RE: Can't call an indicatorposted in Questions & Answers
@l-andorrĂ
There is no FxDreema project, I can't purchase anymore builder plan for some reason..
So I am trying to code it by hand instead.For those who are interested, I found that i had to define an array to hold the indicator value :

-
RE: Can't call an indicatorposted in Questions & Answers
@l-andorrĂ
The file is edited and executed on my MT5 platform.
There is no error message tho, the RSI indicator gives me a 10 value, the MA 11.
It probably comes from the fact that I am still a nab in coding, I'll see how i can make it differently. -
Can't call an indicatorposted in Questions & Answers
Hi, im having an issue coding a simple indicator call. Here is the little code :
0_1609005841175_EA1.mq5
However it constantly prints a 10 value for the RSI indicator. Do you know why ?