Kevin Meneses GonzálezHow to Program a Trading Bot with ChatGPT-4Programming a trading bot can be a complex and daunting task, especially for those who are new to the world of finance and programming…Jun 17
B/O Trading BlogDetecting and Visualizing Candlestick Patterns (Python Tutorial)This post is a tutorial on how to detect and visualize candlestick patterns in Python.Jan 24, 20231
B/O Trading BlogHow to evaluate Market Sentiment with the Advance/Decline Line (Python Tutorial)To evaluate market sentiment algorithmic traders often turn to indexes like the Dow or the S&P 500. However, one of the drawback of using…Feb 8, 2023Feb 8, 2023
Amit Kumar GhoshBacktesting Narrow Range Inside Bar Strategy Using PythonWhen we mention the “Narrow Range Inside Bar,” we are specifically referring to stocks that meet two criteria: they appear in the Narrow…Sep 26, 2023Sep 26, 2023
Kevin Meneses GonzálezHow to Program a Trading Bot with ChatGPT-4Programming a trading bot can be a complex and daunting task, especially for those who are new to the world of finance and programming…Jun 17
B/O Trading BlogDetecting and Visualizing Candlestick Patterns (Python Tutorial)This post is a tutorial on how to detect and visualize candlestick patterns in Python.Jan 24, 20231
B/O Trading BlogHow to evaluate Market Sentiment with the Advance/Decline Line (Python Tutorial)To evaluate market sentiment algorithmic traders often turn to indexes like the Dow or the S&P 500. However, one of the drawback of using…Feb 8, 2023
Amit Kumar GhoshBacktesting Narrow Range Inside Bar Strategy Using PythonWhen we mention the “Narrow Range Inside Bar,” we are specifically referring to stocks that meet two criteria: they appear in the Narrow…Sep 26, 2023
B/O Trading BlogEvaluating Industry Sector Performance (Python Tutorial)According to Investopedia.com, “A diversified stock portfolio will hold stocks across most, if not all, GICS sectors. Diversification…Jan 3, 2023
Amit Kumar GhoshBuilding a Python Function for Gann Square of 9 CalculatorGann Square of 9 is a powerful tool in technical analysis, used by traders to identify key support and resistance levels in the market…Sep 26, 2023
B/O Trading BlogDetecting Market States using Hidden Markov ModelsI recently read an interesting approach to determine market states using Hidden Markov Models (HMMs). The approach is described here on the…Oct 29, 20222