Build me a program that scrapes data from a website for MAC -- 2

Closed Posted 3 years ago Paid on delivery
Closed Paid on delivery

I would like to create a stock market scanner to detect Simple Moving Average 13 over 30 Simple Moving Average crossover on the HOURLY time frame of all stocks. I would also like to incorporate the parameter of a stock in an uptrend or downtrend for about 14 days period before they signal cross over. I would also like the scanner to continuously give results. There is a refresh on the page to update the movement of stocks which has increments of 15 seconds if that helps.

I use [login to view URL] for charting and analysis and i am not sure how to scrape the data from there.

I have attached below how a scanner would alert based on the parameters met in the picture red color for when the 13 hourly crosses above the 30 hourly and when the 13 crosses below the 30 hourly green color.

This code is just for reference to what i am looking for in creating the program for MAC.

# Hourly Scan for 13/30 Crossover After 2 Weeks

# Scans for crossovers in both directions

# Choose hourly aggregation - Do NOT include extended hours

# 70 is the number of hourly bars that total two weeks - adjust as desired

input bars_since_cross = 70;

# allows a bit of room to scan for the cross - 7 is within the current day

input max_bars_since_cross = 7;

def ma1 = average(close,13);

def ma2 = average(close,30);

def cross_up = ma1 crosses above ma2;

def cross_dn = ma1 crosses below ma2;

def count_after_cross_up = if cross_up and !cross_up[1] then 1

else count_after_cross_up[1]+1;

def count_after_cross_dn = if cross_dn and !cross_dn[1] then 1

else count_after_cross_dn[1]+1;

def long_entry = count_after_cross_up > bars_since_cross

and cross_dn within max_bars_since_cross bars;

def short_entry = count_after_cross_dn > bars_since_cross

and cross_up within max_bars_since_cross bars;

plot scan = long_entry or short_entry;

# end scan code

Python PHP Software Architecture Web Scraping Java

Project ID: #27811007

About the project

4 proposals Remote project Active 3 years ago

4 freelancers are bidding on average $224 for this job

umg536

Hi there, I'm bidding on your project "Build me a program that scrapes data from a website for MAC -- 2" Being an expert in Python and matlab programming I can do this project for you. please leave a message on my cha More

$250 CAD in 3 days
(26 Reviews)
6.5
ZakariaOUNAJIM

Hello, I am an expert in trading and webscraping also. I have 8 years of experience in these two fields. I've read carefully your project description and i can tell you that i can do with ease. Please feel free to mess More

$230 CAD in 5 days
(13 Reviews)
4.3
perfectd4y

Hello, I am an experienced software developer. I read your job description, and I am interested in building this stock market scanner. I can develop this software using python as I have multiple years of experience, a More

$250 CAD in 7 days
(6 Reviews)
2.8
enock295simiyu

Hello there, From the description I understand that you are looking for developer to create a scraper that keeps track of stock prices. I can scrape the source site you provided. Let's connect over chat to discuss mor More

$167 CAD in 7 days
(4 Reviews)
2.5