Tag: swing trading
-
Risk-Aware Strategies for DCA Investors

Dollar-Cost Averaging (DCA) is an investment approach that involves investing a fixed amount regularly, regardless of market price. It offers benefits such as risk reduction and market downturn resilience. It’s useful for beginners and can be combined with other strategies for a disciplined investment approach. References include Investopedia and Yahoo Finance.
-
Data Visualization in Python – 1. Stock Technical Indicators

Featured Photo by Monstera on Pexels. In this project, we will implement the following Technical Indicators in Python: Conventionally, we will look at the following three main groups of technical indicators: Input Stock Data Let’s set the working directory VIZ import osos.chdir(‘VIZ’)os. getcwd() and import the key libraries import datetime as dtimport pandas as pdimport…
-
XOM SMA-EMA-RSI Golden Crosses ’22

Featured Photo by Johannes Plenio on Pexels. Today we will discuss the XOM stock using most basic technical trading indicators (TTIs) within the Python library ta-lib. Recall that this library is widely used by algo traders requiring to perform technical analysis of financial market data. It includes 150+ indicators such as ADX, MACD, RSI, Stochastic,…
-
The $ASML Trading Strategies via the Plotly Stock Market Dashboard

Dr. Dividend has shared an insight into a stock market analysis using Plotly’s interactive Stock Market Dashboard. The rundown explains how to fetch live data using yfinance API, create visuals incorporating moving averages, and craft multiple trading signals, including the use of the MACD and Stochastic Oscillator. The tutorial also guides on saving the final…
-
A TradeSanta’s Quick Guide to Best Swing Trading Indicators

This post was motivated by the recent TradeSanta’s insights into Top 6 Indicators For Swing Trading. Key Takeaways: RSI/STOCH – early spot an opportunity EOM – predicts a current trend with confidence MACD – generate robust BUY/SELL signal alerts BB – double check MACD trading signals/alerts VO – simple market sentiment check Use automated trading…
-
The Qullamaggie’s TSLA Breakouts for Swing Traders

The content explains a Python-based stock scanner project that analyses TSLA’s historical data downloaded from Yahoo Finance. It applies a set of functions to identify stocks meeting growth criteria and checks for consolidation. The output is a series of plots showing original close price vs filtered data or breakouts. The scanner aims to help swing…
