How can I create the condition with building blocks:
close today no more than 15% lower close yesterday
close today no more than 15% lower close yesterday
Rename
A price is difference can be expressed using 1-day ROC indicator. So, the ROC should satisfy two conditions:
1. be >= -15%
2. be < 0 (for a negative move only)
1. be >= -15%
2. be < 0 (for a negative move only)
Thank you for your prompt reply
Your Response
Post
Edit Post
Login is required