You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Question as title.
For example, my strategy has two conditions to make a buy signal
condition1: rsi>=50
condition2: ma5 first cross ma20
buy when condition1 and condition2
Question:
How to make condition2?
Thanks.
The text was updated successfully, but these errors were encountered: