Quantcast
Channel: Market Calls
Viewing all articles
Browse latest Browse all 2070

Designing Simple EMA Crossover Intraday Scanner using Python

$
0
0

This Python script is designed to track and analyze Exponential Moving Average (EMA) crossovers for a set of specified stock tickers within a certain time frame. It utilizes the yfinance library to fetch 5-minute interval stock data, pandas for data manipulation, and pandas_ta to calculate the 10 and 20-period EMAs. The script defines a set of tickers in lists and sets the trading window from 9:30 AM to 3:00 PM. The scanning history output will scan for crossover only between 9.30a.m - 3.00p.m

The post Designing Simple EMA Crossover Intraday Scanner using Python appeared first on Marketcalls.


Viewing all articles
Browse latest Browse all 2070

Trending Articles