Relative Content

Tag Archive for librariestradingccxt

A python library to backtest trades at chosen times

I’m interested in looking for a python library where I can pass through a trade symbol, a date and time and the amount of capital(USD) I would have placed on the trade, the take profit and stop loss limits. From this I would like the library to return whether based on the parameters, the trade would have hit the take profit or stop limit and if there would have been enough liquidity at those points for the stock to sell off efficiently. Would anyone know any libraries that can perform this for me? Thanks!