I’m having some trouble with this feature. Can you please elaborate on how I can get it to work properly? I don’t think the buy signals work with this feature. When I put Lower Border, SL, and Lower TP nothing happensChart Pattern Helper updated to version 1.10 for a new type of trades ("close above/below trendline") and some other changes.
If you are setting up a buy entry, you need an UpperBorder, UpperTP, and SL line objects. Make sure you also turn the input parameter on (true) and that the EA's commentary (in the top-left corner of the chart) says that everything is OK with the upper entry setup.I’m having some trouble with this feature. Can you please elaborate on how I can get it to work properly? I don’t think the buy signals work with this feature. When I put Lower Border, SL, and Lower TP nothing happens
Thanks. When I do UpperBorder, UpperTP, and SL it always creates a sell order instead and when I do LowerBorder, LowerTP, and SL it doesn’t do anything it doesn’t create any order. And the input parameter on open trade on close above/below trend line is set to true. I don’t know what I’m doing wrong everything in the EA’s commentary looks fine as well.If you are setting up a buy entry, you need an UpperBorder, UpperTP, and SL line objects. Make sure you also turn the input parameter on (true) and that the EA's commentary (in the top-left corner of the chart) says that everything is OK with the upper entry setup.
It would help to see some screenshots because I don't understand what's happening.Thanks. When I do UpperBorder, UpperTP, and SL it always creates a sell order instead and when I do LowerBorder, LowerTP, and SL it doesn’t do anything it doesn’t create any order. And the input parameter on open trade on close above/below trend line is set to true. I don’t know what I’m doing wrong everything in the EA’s commentary looks fine as well.
I did everything correctly. Yellow line was UpperTP, blue line was UpperBorder and green line was SL and instead of waiting for candle to close above the blue line to create a buy order it created a sell order instead automatically as soon as initiated the expert advisor. Please let me know if I’m doing something wrong but I think it might be a bug?It would help to see some screenshots because I don't understand what's happening.
It says "Upper border not found.", which means that it couldn't find the upper border. You need to make sure that the line is named the same as the value in the respective setting of the CPH EA.I did everything correctly. Yellow line was UpperTP, blue line was UpperBorder and green line was SL and instead of waiting for candle to close above the blue line to create a buy order it created a sell order instead automatically as soon as initiated the expert advisor. Please let me know if I’m doing something wrong but I think it might be a bug?
It only says “Upper border not found” because it already executed the order. When it executes the order it changed the name of the UpperBorder so it doesn’t execute again but I had it correct. There’s definitely something wrong with the code I would say, download it again try it yourself and you will see.It says "Upper border not found.", which means that it couldn't find the upper border. You need to make sure that the line is named the same as the value in the respective setting of the CPH EA.
I am actually using this EA for my trades since a long time. There can be something wrong in the code, but to find that out, I would need to reproduce the situation as best as possible. And to do that, I would need to see how you set it up. Are you using horizontal lines as border lines? If so, that might be the problem as it is meant to work with closes above/below trendlines. I'll look into this.It only says “Upper border not found” because it already executed the order. When it executes the order it changed the name of the UpperBorder so it doesn’t execute again but I had it correct. There’s definitely something wrong with the code I would say, download it again try it yourself and you will see.
In the example I gave you I was using horizontal lines as border lines but I have also tried with trend lines and that doesn’t work properly either. The other functions of the EA all work perfectly even with using horizontal lines as Entry or Border or etc., it’s only the close above/below that seems to have an issue. Maybe the version of the software you have works fine but the newest one’s available to download may have a bug. Let me know what you find?I am actually using this EA for my trades since a long time. There can be something wrong in the code, but to find that out, I would need to reproduce the situation as best as possible. And to do that, I would need to see how you set it up. Are you using horizontal lines as border lines? If so, that might be the problem as it is meant to work with closes above/below trendlines. I'll look into this.
Please try the attached one. Let me know if it helped.In the example I gave you I was using horizontal lines as border lines but I have also tried with trend lines and that doesn’t work properly either. The other functions of the EA all work perfectly even with using horizontal lines as Entry or Border or etc., it’s only the close above/below that seems to have an issue. Maybe the version of the software you have works fine but the newest one’s available to download may have a bug. Let me know what you find?
Thanks a lot. I'll let you know if it works for me when the markets open again.Please try the attached one. Let me know if it helped.
I don't think you can test it in the Strategy Tester.I am doing a back test, ea does not open positions.
Launched the BTCUSD trading pair on a real account, but the expert still does not open a position.I don't think you can test it in the Strategy Tester.
How did you set it up?Launched the BTCUSD trading pair on a real account, but the expert still does not open a position.
Please give instructions on how to use your robot, and please show a screenshot of its backtestHow did you set it up?
As I have said, I don't think it can be backtested. The instruction for using this EA can be found on this page:Please give instructions on how to use your robot, and please show a screenshot of its backtest
I dragged the expert on the BTCUSD chart on the demo account, but the ordras are not openingAs I have said, I don't think it can be backtested. The instruction for using this EA can be found on this page:
https://www.earnforex.com/metatrader-expert-advisors/ChartPatternHelper/
So the sell order using SL, LowerBorder and LowerTP worked perfectly. But the buy order using SL, UpperBorder, and UpperTP still does not work: instead of creating a buy order it created a sell order, and instead of creating one order it created two, and it also did not apply the stop loss or target profit.Please try the attached one. Let me know if it helped.