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
I want to use run_combs to test, for example, different fast and slow windows of the MACD line. However, the signal I want to generate is when the MACD line crosses above the signal line for example. How do I do this?
Hi,
I want to use run_combs to test, for example, different fast and slow windows of the MACD line. However, the signal I want to generate is when the MACD line crosses above the signal line for example. How do I do this?
For just one combination, my code would be:
How would I do this for different combinations of fast, slow and signal window? I tried it with MA and the example below works:
However, when I try it for MACD, I get an error:
The text was updated successfully, but these errors were encountered: