Algorithmic Trading with Python and MT5: Trading Indicators, the core of Quantitative Trading
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-trading-indicators-the-core-of-quantitative-trading-622902613a2d
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-trading-indicators-the-core-of-quantitative-trading-622902613a2d
Medium
Algorithmic Trading with Python and MT5: Trading Indicators, the core of Quantitative Trading
We have talked in previous posts on how to develope a simple trading algorithm, using the RSI indicator as a signal to send a buy order or…
A Practical Introduction to Grid Search, Random Search, and Bayes Search
https://towardsdatascience.com/a-practical-introduction-to-grid-search-random-search-and-bayes-search-d5580b1d941d
https://towardsdatascience.com/a-practical-introduction-to-grid-search-random-search-and-bayes-search-d5580b1d941d
Medium
A Practical Introduction to Grid Search, Random Search, and Bayes Search
Hands-on tutorial to effectively use Hyperparameter tuning in Machine Learning
3 Variants of Python Dictionaries That Make Your Coding Easier
https://medium.com/techtofreedom/3-variants-of-python-dictionaries-that-make-your-coding-easier-857040861542
https://medium.com/techtofreedom/3-variants-of-python-dictionaries-that-make-your-coding-easier-857040861542
Medium
3 Variants of Python Dictionaries That Make Your Coding Easier
Choose the most appropriate one
Using Bollinger Bands to Trade Cryptocurrency with Python
https://medium.com/@leeschmalz/using-bollinger-bands-to-trade-cryptocurrency-with-python-f9decfab8476
https://medium.com/@leeschmalz/using-bollinger-bands-to-trade-cryptocurrency-with-python-f9decfab8476
Medium
Using Bollinger Bands to Trade Cryptocurrency with Python
Is your trading strategy profitable?
Common Python mistakes you should avoid
https://preettheman.medium.com/common-python-mistakes-you-should-avoid-2aacb12e89cc
https://preettheman.medium.com/common-python-mistakes-you-should-avoid-2aacb12e89cc
Medium
Common Python mistakes you should avoid
Welcome back! Python is an awesome programming language with a ton of functionality, so let’s talk about some common Python mistakes you…
Computing the Pearson correlation matrix on huge datasets in Python
https://medium.com/goodip/ding-the-pearson-correlation-matrix-on-huge-datasets-in-python-bb9680245259
https://medium.com/goodip/ding-the-pearson-correlation-matrix-on-huge-datasets-in-python-bb9680245259
Medium
Computing the Pearson correlation matrix on huge datasets in Python
One of the latest tasks at GoodIP was to calculate the similarities between around 480k items having around 800 observations in the range…
Python’s all(): Built-in Function for Searching Among the Many
https://alphazwest.medium.com/pythons-all-built-in-function-for-searching-among-the-many-69e753c29ed8
https://alphazwest.medium.com/pythons-all-built-in-function-for-searching-among-the-many-69e753c29ed8
Medium
Python’s all(): Built-in Function for Searching Among the Many
Python’s all() function is so powerful that it was declared part of the built-in library. Understanding how to use this chaining…
Integrating Google Maps API using Python and JavaScript
https://towardsdatascience.com/integrating-google-maps-api-using-python-and-javascript-149fdba27b99
https://towardsdatascience.com/integrating-google-maps-api-using-python-and-javascript-149fdba27b99
Medium
Integrating Google Maps API using Python and JavaScript
A coding guide on how to incorporate the Google Maps API into a webpage using Python and JS.
【Quant(6)】 Event Study — The Announcement Impact of Seasoned Equity Offerings on Stock Returns
https://medium.com/tej-api-%E9%87%91%E8%9E%8D%E8%B3%87%E6%96%99%E5%88%86%E6%9E%90/quant-6-event-study-the-announcement-impact-of-seasoned-equity-offerings-on-stock-returns-7099cca259c4
https://medium.com/tej-api-%E9%87%91%E8%9E%8D%E8%B3%87%E6%96%99%E5%88%86%E6%9E%90/quant-6-event-study-the-announcement-impact-of-seasoned-equity-offerings-on-stock-returns-7099cca259c4
Medium
【Quant(6)】 Event Study — The Announcement Impact of Seasoned Equity Offerings on Stock Returns
Use python and TEJ database to execute event study
Credit Card Malware found in Python Repository
https://medium.com/@dennisyd/credit-card-malware-found-in-python-repository-1504c166a9b
https://medium.com/@dennisyd/credit-card-malware-found-in-python-repository-1504c166a9b
Medium
Credit Card Malware found in Python Repository
Malware is a ubiquitous threat. Recently, cybersecurity researchers discovered malware within PyPI, the official Python repository. Eight…