Can someboby send me a list of indicators available in the below call? Specifically is engulfing available?
Also how do I get a list of the trades from the performance report? Thanks
from blueshift_library.technicals.indicators import rsi, e
Can someboby send me a list of indicators available in the below call? Specifically is engulfing available?
Also how do I get a list of the trades from the performance report? Thanks
The technical indicators library built-in the platform is mostly a wrapper around the popular TA-lib library. You can see here the list of functions implemented. The engulfing pattern is not implemented. But the TA-lib itself supports it. We will add this in future, but you can define your own wrapper for engulfing following the examples in the above link.
For list of transactions (only available in full backrest) please see the transactions tab in the backrest report section.