Difference between revisions of "Market Trading"
m |
m |
||
| Line 21: | Line 21: | ||
<youtube>05NqKJ0v7EE</youtube> | <youtube>05NqKJ0v7EE</youtube> | ||
<youtube>ftMq5ps503w</youtube> | <youtube>ftMq5ps503w</youtube> | ||
| + | |||
| + | = Backtesting = | ||
| + | [http://www.youtube.com/results?search_query=~backtesting+artificial+intelligence+ai+deep+learning Youtube search...] | ||
| + | [http://www.google.com/search?q=~backtesting+artificial+intelligence+ai+deep+learning ...Google search] | ||
| + | |||
| + | * [http://aitopics.org/search?itok=IbyIb4mg&filters=concept-tagsRaw%3Abacktest Deep Learning for Forex Trading | AITopics - The Association for the Advancement of Artificial Intelligence (AAAI)] | ||
| + | * [http://pypi.org/project/Backtesting/ pypi.org] ...Backtest trading strategies in [[Python]] | ||
| + | * [http://towardsdatascience.com/introduction-to-backtesting-trading-strategies-7afae611a35e Introduction to backtesting trading strategies | Eryk Lewinson] ...Learn how to build and backtest trading strategies using zipline | ||
| + | * [http://www.quantopian.com/posts/python-based-open-source-backtesting-frameworks Python-based Open Source Backtesting Frameworks | Epsilon] | ||
| + | * Tools: | ||
| + | ** [http://www.zipline.io/index.html Zipline] ...used in production as the backtesting and live-trading engine powering [http://www.quantopian.com/ Quantopian] – a free, community-centered, hosted platform for building and executing trading strategies. | ||
| + | ** [http://qtpylib.io/docs/latest/index.html QTPyLib] ...[[Python]]ic Algorithmic Trading | ||
| + | ** [http://kernc.github.io/backtesting.py/ Backtesting.py] ...Backtest trading strategies in [[Python]] | ||
| + | ** [http://www.backtrader.com/ Backtrader] ...focus on writing reusable trading strategies, indicators and analyzers instead of having to spend time building infrastructure. | ||
Revision as of 09:46, 30 September 2020
Youtube search... ...Google search
- Case Studies
- Feedback Loop - Stock Market Predictions
- How to use OpenAI Algorithm to create Trading Bot returned more than 110% ROI | Husein Zolkepli - Medium ...OpenAI
- Alpaca.ai
Backtesting
Youtube search... ...Google search
- Deep Learning for Forex Trading | AITopics - The Association for the Advancement of Artificial Intelligence (AAAI)
- pypi.org ...Backtest trading strategies in Python
- Introduction to backtesting trading strategies | Eryk Lewinson ...Learn how to build and backtest trading strategies using zipline
- Python-based Open Source Backtesting Frameworks | Epsilon
- Tools:
- Zipline ...used in production as the backtesting and live-trading engine powering Quantopian – a free, community-centered, hosted platform for building and executing trading strategies.
- QTPyLib ...Pythonic Algorithmic Trading
- Backtesting.py ...Backtest trading strategies in Python
- Backtrader ...focus on writing reusable trading strategies, indicators and analyzers instead of having to spend time building infrastructure.