Here it is. Thank you for your time and effort.
Posts made by biztet
-
RE: EA with object on the chartposted in Questions & Answers
-
RE: EA with object on the chartposted in Questions & Answers
Done!
But still cannot load on tester...I've done change Attribute to text > Name.
Still same result, EA cannot load.
-
RE: EA with object on the chartposted in Questions & Answers
Thanks @TitanGeorge ,
But i have try this, and the Tester cannot load it.
For what reason i don't know.
I have also tried the Attribute both numeric and text, also cannot work.
Please help, thanks.
By the way, you did find the indicator i attached right? Fib_SR.mq4
-
RE: EA with object on the chartposted in Questions & Answers
@agbatoadesina , i hope you don't mind using your topic for the same problem.
Experts, please help. I've tried. I'm not sure maybe i don't get the right buffer??
How to use the rectangle object as buffer? -
RE: EA with object on the chartposted in Questions & Answers
I also have the same problem here. Please guide us. Thanks.
-
RE: How to skip 1st trade signal?posted in Questions & Answers
Hi roar, i'm just back from my parents house.
And just a few minutes back doing backtest using "your EA".
It seems like you've just make me a BONUS EA!
Thanks a lot. I'm going to start FT this week. Thanks again. -
RE: How to skip 1st trade signal?posted in Questions & Answers
Much Better!
So i understand here that the Counter Reset is not really necessary, right?
Now i get it. Thank you so much for the explaination.I have another question. Still thinking of catching the news candle.
Is there any way we can set this,
within 1sec/2sec from open candle, if the pips away from open price let say more than 5pips,
then we open trade.
Buy if the price > open price
Sell if the price < open price
and close trade on new candle.If possible i want to try this.
I have tried Seconds filter + pips away from open price,
but seems not catching any. -
RE: How to skip 1st trade signal?posted in Questions & Answers
Could you please explain the function of
Counter : Reset ?
Counter : Count n pass ?
How it works? -
RE: How to skip 1st trade signal?posted in Questions & Answers
wouldn't it be like hedging then?
i did like you guide me to but some part its hedging,
and no trade when macd level below 0.
but when i change 1 block with condition < 0, no trade at all. -
RE: How to skip 1st trade signal?posted in Questions & Answers
Great roar, thanks.
I just wondering why it doesn't open a trade during backtest..
I only duplicate it and reverse the signal for sell.. -
RE: How to skip 1st trade signal?posted in Questions & Answers
It's like this picture.
Blue circle is first signal when macd above 0 level. I want to skip the blue.
And the greens are 2nd&3rd signal that will open trade.
-
RE: How to skip 1st trade signal?posted in Questions & Answers
Hi roar. Let's say on macd have multiple line crossing during downtrend or uptrend. I just don't want to trade on the first cross.
*multiple crossing above 0 level or below 0 level.
-
How to skip 1st trade signal?posted in Questions & Answers
Hi. I'm testing few MACD settings for EA.
The problem is, how can I skip trade for first signal when the signal line crosses main line from either above or below 0 level in MACD. -
RE: CURIOUS : H1,H2,H3,H4,H5,H6,H8,H10,H12posted in Questions & Answers
I was wondering why my MT4 doesn't have that in offline...like H2.
-
CURIOUS : H1,H2,H3,H4,H5,H6,H8,H10,H12posted in Questions & Answers
I'm curious.
Is there any indicator that can change the candle to display H1,H2,H3,H4,H5,H6,H8,H10,H12?
I'm hoping to find a hidden gems in there.
Can we make one using fxdreema? -
RE: Problem : Use "Once a day" but open many trades a dayposted in Questions & Answers
SUPERB!
yes, its kind of dangerous. will consider SL for it and change to Once per bar to use H4 instead.
Or change to Pending order with distance pips.my first attempt should be safer because it will close all trades on Daily candle close and use trailing. will also test for H4. that's the logic that i can think of for now without using indicator.
-
RE: Problem : Use "Once a day" but open many trades a dayposted in Questions & Answers
Basically, this is what i'm trying to achieve.

Open BUY & SELL on Open Price.
Close BUY if Open Price of new candle higher than the trade open price.
Close SELL if Open Price of new candle lower than the trade open price.That is all.
-
RE: Need Guide! Fractal Histogramposted in Questions & Answers
Thank you very much for the explaination. I'm weak in understanding this kind of indicator.
Anyway i'll try to understand it or else i'll use stoch instead with the same strategy. For that i guess i won't get the best entry, the pullback candle.
But sincerely i don't know how to use the ATR for SL. Can you help me with that? -
RE: Problem : Use "Once a day" but open many trades a dayposted in Questions & Answers
@trader-philipps is it the correct way is to set the Candle ID to 0 also for close trade?
