Custom volume based indicator and entry signal #323
Unanswered
Krzysiek191
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am a total newbie to programming and Python. This project is awesome but for a neophyte like me anything that goes beyond the examples is black magic. Can someone please help me with the following:
I want to test a strategy based on volume comparision. Basically when the volume mesured in 1 minute interval increases and compared to an average volume from the last three days, equals 1 percent of it for an example, and the closing price of the same candle is higher than the opening price, a buy order is issued.
Can someone please explain how to do it?
Beta Was this translation helpful? Give feedback.
All reactions