For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
is volume filling backtrader's way for POV?
-
I am trying to integrate my algo strategies with backtrade for testing. Hence need to understand on the bt functionality
-
What is POV?
-
Probably referring to this: http://empirica.io/strategies-catalog/pov (Percent of Volume)
The answer (if the question is understood) is No. That
PoV
is time dependent and volume filling is only concerned with volume and not time.The logic for PoV would need to be coded in a strategy. The broker is a simple executor of orders and not an algorithm marketplace.
-
@backtrader Thank You. This helps. A very well worded documentation helped answer most of my queries.