In a Short Strategie, how can I open a short trade when pass Pivot R2 DN. and not open when pass S2 DN?
I observed an other thing you can't do something. There is may be an solution:
"Open on Collective Signal" can only be used on one Pivot Level in combination of other signals. Example with MA1. If multiple Pivot Level are used, they all count to the group of Collective Signals.
For my knowing: Pivot can be used for Trend detection. above R1 is uptrend, below S1 down Trend. Between R1-S1 is Rangebound.
Your parameters are a mess, but I think I found a bug in the Pivot filter.
It takes the opening price of the previous bar to check for level crossings, instead it should take the opening price of the current bar.
I will fix this in the next version of the EA and post the update here in this thread.
I observed an other thing you can't do something. There is may be an solution:
"Open on Collective Signal" can only be used on one Pivot Level in combination of other signals. Example with MA1. If multiple Pivot Level are used, they all count to the group of Collective Signals.
For my knowing: Pivot can be used for Trend detection. above R1 is uptrend, below S1 down Trend. Between R1-S1 is Rangebound.
Thanks to your report, I've fixed the "Buy on cross DN / Sell on cross UP" mode in Pivot, MA and Line Filters.
Please, give it another try -- https://communitypowerea.com/docs/versions-history
Hello Andrey,
Thank for improve, its fine.
Tipp: if you are still looking for input parameters.. I believe Level #1 - #2 are enough for backtesting. 3 & 4 could be extern.
Check carefully your parameters.
In the set I loaded from your previous message "Open on" was not set for levels 3 and 4.
What's wrong with your signals?
Please describe your case and attach your tester ini, if possible.