Version 1.05 released to fix a calculation bug in MT5. No need to upgrade if you use the MT4 version.
hi, You have a set file for mt5?Version 1.05 released to fix a calculation bug in MT5. No need to upgrade if you use the MT4 version.
Why would you need a .set file?hi, You have a set file for mt5?
Chart Pattern Helper was updated to version 1.04 to fine tune some calculation improvements introduced in version 1.03.
It's difficult to help you with this without having your chart setup. Please attach the chart template that you have used with the EA.I get this error:
2021.01.04 17:29:18.429 ChartPatternHelper XAUUSD,M1: Skipping Send Pending Sell because stop-loss is too close to entry. StopLevel = 0.00 Entry = 1941.52 SL = -0.81
It seems doesn't recognize trend lines correctly.
Also many times Stop loss is not correct.
I made some edit to add trend lines at startup .
It's difficult to help you with this without having your chart setup. Please attach the chart template that you have used with the EA.
I also need to know whether it is MT4 or MT5.
int init() { ObjectCreate(UpperEntryLine, OBJ_TREND, 0, Time[60], (High[0])*99.8/100, Time[0], (High[0])*99.8/100); ObjectSet(UpperEntryLine, OBJPROP_COLOR,clrTurquoise); ObjectSet(UpperEntryLine,OBJPROP_STYLE,2); ObjectSetText(UpperEntryLine, "Buy Entry", 12, "Arial", clrTurquoise); //.......rest of code }
Someday, maybe.@Eneivid , Would you add this option to it?like a trendline trader EA? It would be great
Can't wait to see that . Thanks for your helpSomeday, maybe.
As for your template - you have lower border/entry/TP above the upper ones - the EA cannot work with such a setup.
The Chart Pattern Helper is a wrong tool for what you need. If you want to be able to put pending orders at some line level, the Position Size Calculator with its PSC-Trader script would work better for that.hi Admin. I draw horizontal lines. how to name object of horizontal line in input parameter ? thanks alot.
thank you very much for your recommendation. I do not know how to add object name in input parameter. can you tell me how to add object name of HORIZONTAL LINE, TRENDLINE ?The Chart Pattern Helper is a wrong tool for what you need. If you want to be able to put pending orders at some line level, the Position Size Calculator with its PSC-Trader script would work better for that.
The Chart Pattern Helper is good for trading based on patterns, where there is a breakout, a stop-loss based on the pattern's structure, etc.
To change the object's name, you first have to select it. You can do it by double-clicking it. Then you right-click it and select "<Object type> properties". There, in the Common tab, you can change its name.thank you very much for your recommendation. I do not know how to add object name in input parameter. can you tell me how to add object name of HORIZONTAL LINE, TRENDLINE ?
To change the object's name, you first have to select it. You can do it by double-clicking it. Then you right-click it and select "<Object type> properties". There, in the Common tab, you can change its nt
Thank you very much for your guide. this EA is great.To change the object's name, you first have to select it. You can do it by double-clicking it. Then you right-click it and select "<Object type> properties". There, in the Common tab, you can change its name.