i love harmonic pattern..its so accurate..,it gives me less time to always see charts.,this indicator will advance notify when pattern is forming,the when arrow appear thats the confirmation.,i can say its 80 t0 85% winrate., in 1 week for a pair it give 2to 3 signal..but its worth.,anyway.,ill stick to manual trade.,its almost imposible to make this ea haha.,thanks for clarification.,![]()
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