Tag: ETF
-
Gold ETF Price Prediction using the Bayesian Ridge Linear Regression
Featured Photo by Pixabay. Let’s set the working directory GOLD import osos.chdir(‘GOLD’) os. getcwd() and import the following libraries from sklearn.linear_model import LinearRegression import pandas as pdimport numpy as np import matplotlib.pyplot as plt%matplotlib inlineplt.style.use(‘seaborn-darkgrid’) import yfinance as yf Let’s read the dataDf = yf.download(‘GLD’, ‘2022-01-01’, ‘2023-03-25’, auto_adjust=True) Df = Df[[‘Close’]] Df = Df.dropna() Let’s…
-
Predicting the JPM Stock Price and Breakouts with Auto ARIMA, FFT, LSTM and Technical Trading Indicators
Featured Photo by Pixabay In this post, we will look at the JPM stock price and relevant breakout strategies for 2022-23. Referring to the previous case study, our goal is to combine the Auto ARIMA, FFT, LSTM models and Technical Trading Indicators (TTIs) into a single framework to optimize advantages of each. Specifically, we will…
-
Applying a Risk-Aware Portfolio Rebalancing Strategy to ETF, Energy, Pharma, and Aerospace/Defense Stocks in 2023
In this post, we will apply the Guillen’s asset rebalancing algorithm (cf. the Python code) to the following risk-aware portfolio: stocks = [‘SPY‘, ‘XOM‘, ‘ABBV‘, ‘AZN‘, ‘LMT‘] The initial portfolio value to be allocated is portfolio_value = 10**6 and the weight allocation per asset is weights = [0.15 , 0.30, 0.40, 0.075, 0.075] Conventionally, our…
-
Stock Market ’22 Round Up & ’23 Outlook: Zacks Strategy vs Seeking Alpha Tactics
Featured Photo by Pixabay Contents: Zacks Market Research 2022 has been a strong year for jobs: Commodity markets: Energy: Global Investments: In the Zacks October 2022 Chief Investment Officer (CIO) survey, the CIOs made it fairly clear how they felt about investing outside the US. Answer: not great. Corporate High Yield and Investment Grade Bonds:In…
-
The Zacks Market Outlook Nov ’22 – Energy
Featured Image by Canva. Let’s review the current Energy Market Outlook to power your investment portfolio with Zack Research. Indeed, Energy is at the heart of development. Energy makes possible the investments, innovations, and new industries that are the engines of jobs, inclusive growth, and shared prosperity for entire economies. What Rapidly Shifting Energy Markets…
-
Towards min(Risk/Reward) – SeekingAlpha August Bear Market Update
Featured Photo by Nick Chong on Unsplash Towards min(Risk/Reward) Let’s look at the latest SA market update as of Sun, Aug 21, 2022. Cryptocurrency Digest: As NFTs are increasingly recognised as assets, they also present a conundrum for the investment community. LTC has a robust and growing ecosystem. However, it is under pressure from competitors…
-
Upswing Resilient Investor Guide
About Investment Business Helicopter View Business Intelligence (BI) Sneak Peek Risk/Return Ratio Risk Severity Matrix Min(Risk) Control Max(Reward) Control Stock Liquidity Bid-Ask Spread (BAS) Roadmap to the Highest Return 1 Preparation Phase (Workspace Setup) 2 Stock Data Analytics (Crunch the Numbers) 3 Max(Return) “Double Your Money” 4 Min(Fees) – “Investment Fees Matter” 5 Risk/Return Trade-Off…