Page 9 of 9

Re: Parabolic SAR Strategy

PostPosted: Wed Sep 22, 2021 4:57 pm
by shaloiulabcde
can you please add a condition to the 'Allow strategy to trade' setting. Instead of the manual 'yes' or 'no' options, can this be automated based on an indicator for example ADX so that it changes from yes to no or vice versa if a condition on the indicator is met or not?

Apprentice wrote:
Parabolic SAR strategy.lua

Try this version.

Re: Parabolic SAR Strategy

PostPosted: Fri Sep 24, 2021 6:47 am
by Apprentice
We can implement this in the strategy logic,
not in the strategy parameters.

Re: Parabolic SAR Strategy

PostPosted: Wed Sep 29, 2021 6:13 am
by shaloiulabcde
Apprentice wrote:We can implement this in the strategy logic,
not in the strategy parameters.


Ok can you please add to the strategy logic...ADX in this case needs to be measured on the D1 (daily) time frame. ADX > 25 - trade, ADX < 25 - don't trade.

Re: Parabolic SAR Strategy

PostPosted: Thu Sep 30, 2021 4:59 am
by Apprentice
Your request is added to the development list.
Development reference 882.

Re: Parabolic SAR Strategy

PostPosted: Thu Oct 07, 2021 12:14 pm
by Apprentice
Parabolic_SAR_Strategy_with_ADX_Filter.lua
(23.06 KiB) Downloaded 221 times

Try this version.