• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion I will make a Free EA with your Indicator

i already check the indicator ..
if u just need the arrow its actually simple just use one buffer
double breakout = iCustom(Symbol(), Period(), "Market\\PZ-Harmonacci", 1, 1);
if(breakout == OP_BUY) { /* Your code for bullish breakout (blue arrow) */}
if(breakout == OP_SELL) { /* Your code for bearish breakout (red arrow) */}


but u still have problem about paramater input ,
the indicator have too many input parameter

iCustom(Symbol(), Period(), "Market\\PZ-Harmonacci", 1, 1) <<--- this code just load the indicator with default input parameter, default input parameter just have 10 pattern activate ... if u want to activate all pattern u need set all parameter pattern in indicator to true.. when code to ea the icustom will like ..
iCustom(Symbol(), Period(), "Market\\PZ-Harmonacci", -----------here must be add 66 parameter------- ,1, 1) ;,
and as i know icustom have max parameter(32 or 64 i think .. i forgot about the max limit).

i think better to use pz harmonacci scanner an trade manually
or make ea with those scanner

:D
yes sir..as of now.i can use it manually with give effort to watch every 4 hours., thanks..ill note your clue about parameter
 
yes sir..as of now.i can use it manually with give effort to watch every 4 hours., thanks..ill note your clue about parameter

this is the Ea mq4 of the harmonic indicator.,made by other user in the other forum.,hope u like it., it is icustom..with more that 10 pattern.,it has delay on placing somtimes of trade..but i share mq4..so u can edit.,
 

Attachments

this is the Ea mq4 of the harmonic indicator.,made by other user in the other forum.,hope u like it., it is icustom..with more that 10 pattern.,it has delay on placing somtimes of trade..but i share mq4..so u can edit.,

glad to hear that .. :D
 
Stadevata, good evening please can you help put together few indicators as ea for me, MA cross Fast Ma10, slow Ma20 with arrow alert indicator for buy and sell entry. Use the indicator posted below. Thanks
 

Attachments

Have fun..
It works very well.
thank you !
if you could add to close on opposite signal, would be good option to have.
I try scalping 0.12 cents per 0.01 on 5 min chart, it's hit and miss.
Some times it snaps profit instantly, the other times trade get's in positive well over that amount and comes back in negative, nothing happen.

I've also tighten settings on indy, works well.
thx!
 

Attachments

Can someone make the ea that follows this indicator where it just open the lot when theres a signal and close when other signal approch...REd arrow for sell and Blue arrow for buy
and ..sorry my english suck
 

Attachments

It works very well.
thank you !
if you could add to close on opposite signal, would be good option to have.
I try scalping 0.12 cents per 0.01 on 5 min chart, it's hit and miss.
Some times it snaps profit instantly, the other times trade get's in positive well over that amount and comes back in negative, nothing happen.

I've also tighten settings on indy, works well.
thx!
That is pretty tight..lol..
Might have to do with spreads.. .
 
That is pretty tight..lol..
Might have to do with spreads.. .
yap, it is tight.
I am not running it like that.
Ifollow is good indy.
you see what I am doing is running happy ea, posted earlier, in buy or sell mode, depend's on the trend.
Profits are very good if ea is pointed in right direction.
So what I need is another ea that will open and close order when trend change on 30 min chart.
That will give me signal to change happy ea to buy or sell mode.
So I am exprimmenting with ifollow ea on 30 min, and universal ea with different indy's on 30 min TF.
There are few 1 min ea's that do very well if one point's them to right direction.
Just project of mine to kill the time , and make coffee money.
 
yap, it is tight.
I am not running it like that.
Ifollow is good indy.
you see what I am doing is running happy ea, posted earlier, in buy or sell mode, depend's on the trend.
Profits are very good if ea is pointed in right direction.
So what I need is another ea that will open and close order when trend change on 30 min chart.
That will give me signal to change happy ea to buy or sell mode.
So I am exprimmenting with ifollow ea on 30 min, and universal ea with different indy's on 30 min TF.
There are few 1 min ea's that do very well if one point's them to right direction.
Just project of mine to kill the time , and make coffee money.
Hi Petar
Can post happy ea?
 
Hello jooo00000,
You have posted zigzag EA in this conversation at page 1103, it is only ex4 file.
Could you share your mq4 of zigzag EA?
Thanks. Tom
 
Thanks Petar
Any good setup u trading now?
you wellcome !
I changed number of orders to 1, don't like martingale.
Also setup is either buy or sell, not both.
Using it on GBPUSD , first I determined 30 min trend, than change to buy or sell accordingly.
Half trend above is good, ifollow indy is good, I'm checking Trendpro above.
Try it on demo first.
See how it goes !
 
Back
Top