is there someone have an open-source

ADIL NAZRA

New Member
Hello dear friends, is there someone have an open-source Python library for backtesting trading strategies?
i can use it for TradingView

Also, have ready-made indicators that work on the gold market and the American stock market?
regard
adil nazra
 
For backtesting trading strategies using Python, there are several open-source libraries you can explore. One of the most popular ones is Backtrader. It's highly flexible and allows you to backtest strategies with historical data to see how they would have performed. Another good option is QuantConnect, which supports multiple assets and has robust capabilities for strategy development and backtesting.
 
If you're looking for ready-made indicators in Python, you might want to check out libraries like TA-Lib and Pandas TA. These libraries offer a comprehensive collection of technical indicators which you can apply to stock market or gold market data to analyze and backtest your strategies.
 
Hello my dear brothers, thank you very much. Frankly, I thank you for your good cooperation. I hope that if someone has strong indicators, I can pay the money. No problem, but it works very well, especially in gold trading on a daily basis and in the medium term. Thank you very much.
 
Hello my dear brothers, thank you very much. Frankly, I thank you for your good cooperation. I hope that if someone has strong indicators, I can pay the money. No problem, but it works very well, especially in gold trading on a daily basis and in the medium term. Thank you very much.
you are welcome)
 
Backtrader is super flexible and lets you tweak custom indicators, while PyAlgoTrade is perfect if you're looking for something chill and easy for algorithmic trading. Zipline is a solid pick for an event-driven setup, and Pandas TA throws in a ton of technical indicators that vibe well with Pandas DataFrames. These libraries are legit and can help you get your strategies up and running in no time!
 
Backtrader is super flexible and lets you tweak custom indicators, while PyAlgoTrade is perfect if you're looking for something chill and easy for algorithmic trading. Zipline is a solid pick for an event-driven setup, and Pandas TA throws in a ton of technical indicators that vibe well with Pandas DataFrames. These libraries are legit and can help you get your strategies up and running in no time!
Backtrader is solid, and Pandas TA is super handy with DataFrames. Have you mixed any of these together for your strategies?
 
Back
Top