I want to use some conditions in a buy cross signal but i do not know
how to add it.
For instance :
i have a buy signal buy =
Cross(A1,A2)AND Cross(A1,A3)
so in this case A1 crosses both A2
and A3
now i like to have a signal as well when the second cross is made
within 2 days after the first cross how do i make this
condition?