Thank you @backtrader for your prompt response - this is fantastic.
I will have a go today.
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
H
Posts made by hnasser
-
RE: Using Custom Indicators
-
Using Custom Indicators
Hello all,
Does anyone know where in the docs I can find support for using custom indicators pre-calculated ?
What I am trying to do is use a csv file with the standard OHLCV columns but with another column (or two or three) which have pre-determined values and which will drive the trading/backtesting of the strategy.
For example, the indicator value would be +15 at the close of one bar which would drive a position at the opening of the next one etc etc.
Coding the strategy new in BackTrader would be quite cumbersome and so I'm looking to avoid it.
Ideally I would be able to push this and start trading live using BackTrader using hourly signals but one thing at a time I guess !!Thanks