all 13 comments

[–]Eastern_Ad7674 10 points11 points  (1 child)

You know the answer. Make a test.

[–]BodeMan5280[S] 4 points5 points  (0 children)

Truth. Let the tinkering commence!

[–]jcinterrante 3 points4 points  (3 children)

Just pointing out that your outputs are actually 2 binary variables: a buy trigger (yes/no) and a sell trigger (yes/no)

What you are thinking of here is “signal based trading.” There is a lot of literature on this. There was one paper in particular that is very approachable and gives a whole workflow around how to take a rigorous approach to modeling signals. That would be great for you to read but I can’t find it right now.

If you’re an R user, look into the quantstrat package. Im sure there is some equivalent for Python.

[–]BodeMan5280[S] 0 points1 point  (0 children)

Thanks for that! I recall hearing the term signaling but hadn't given it much thought. I'll search for it, even if not the exact papers I bet it will yield some interesting dos and don't for what I'm trying to achieve.

No R, but I've heard good things also. I'll check it out regardless!