The problem is that happens only the first time, at 6:15am in that example.
Posts made by onafets
-
RE: Once a day... multiple timesposted in Questions & Answers
-
Once a day... multiple timesposted in Questions & Answers
I would like "once a day" filter be able to act as is more times a day based of time input
Example below
https://fxdreema.com/shared/kDwituVXc -
Partial close when hit target and let the rest of trade runposted in Questions & Answers
I can't make this work:
Can anyone help me with this? -
RE: Trade manager button ea problemposted in Questions & Answers
@fabien-s hi Thank you for your contribution, is great!
Could I have the ex4, I don't seem to be able to export to either .ex4 or .mq4
Thanks in advance
s -
RE: TP logic candle size?posted in Questions & Answers
@l-andorrĂ hi sorry do you mean ID -1 (as per future candle?
-
RE: TP logic candle size?posted in Questions & Answers
I have tried the following but doesn't give me the wanted result...

-
RE: TP logic candle size?posted in Questions & Answers
@l-andorrĂ thank you for you answer.
For example:
Previous candle body size is 10 pips.
After open trade the TP is set at 10 pips -
TP logic candle size?posted in Questions & Answers
Hi all.
I'd like to test the following but I can't figure how to.
TP when current-trade-profit measure big as previous-candle-size.
SL when current-trade-loss measure big as previous-candle-size
-
Indicator moves within limits BBposted in Questions & Answers
I am trying to check few last candles behaviour: crossing Bollinger Bands below of upper.
Can I do that with the block Indicator moves within limits?
-
RE: Add Broker Commissions to make the scalping EA profitableposted in Questions & Answers
@hadees Hi thank you! I see, that is it then. thanks!
-
Add Broker Commissions to make the scalping EA profitableposted in Questions & Answers
Hello all, I hope you are well.
I am building an EA for MT4
My broker, ICMarkets ECN, charge me $3.5 in Commission (per lot per side).Since my robot scalps, I would like to add the Broker Commission to the take profit or/and Stop Loss.
Can anyone give me input?
-
Can fxdreema work on all the fore pairs?posted in Questions & Answers
I wonder if an EA can work for all the pairs without opening all the charts.
Thank you.
s -
RE: How to know the distance on chart?posted in Questions & Answers
@miro1360 thank you, miro
much apreciated -
RE: How to know the distance on chart?posted in Questions & Answers
@fxDreema said in How to know the distance on chart?:
There is also one very underrated block called "Check distance". Even I don't use it very often

I had a go at it but I don't seem to grasp the upper and lower levels and how relate to the distance in the "Check distance" block.
Can I use your help? I would need to check the distance from current price and 50SMA. If bigger than 50 pips, draw an arrow. -
RE: How to know the distance on chart?posted in Questions & Answers
@miro1360 with the scarce knowledge of mq4 coding for me, is a lost try. I am on fxdreema to avoid coding heheh. Thank you though
-
How to know the distance on chart?posted in Questions & Answers
I would like to know the distance between the current price and an indicator on the chart.
e.g. the current price is now 100pips from the 100SMA, do something.Do you know how to do so?
Thank you in advance,
s -
How to control multiple buy/sell on my EA?posted in Questions & Answers
I would like to modify in due course multiple buy/sell I have on my EA.
For example:
Condition 1 = buy/sell -> trailing stop, add volume
Condition 2 = buy/sell -> break even, close at reach profitThank you in advance for your help.
s -
RE: Future candleposted in Questions & Answers
Hello community,
I would like to take profit at the "future Candle" close.
Anyone has experience on doinng so?