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

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. The timeframe of charts i look at is hourly the refresh is every 15 seconds.

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: #27810980

About the project

6 proposals Remote project Active 3 years ago

6 freelancers are bidding on average $182 for this job

schoudhary1553

Hi, Greetings! ✅checked your project details: Build me a program that scrapes data from a website for MAC ✅Completed Time: In project deadline We have worked on 600 + Projects. I have 6 + years of the experienc More

$220 CAD in 4 days
(152 Reviews)
7.4
umg536

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

$250 CAD in 5 days
(26 Reviews)
6.5
raminde

Have over 10 years of experience in data mining/ Web scrapping/ Scraping Bots/ Chrome/Opera Extensions I have done it all. Tell us your source and we will put it in excel for you, Or we can even give you filtered resul More

$222 CAD in 1 day
(13 Reviews)
6.1
PKonstiantyn

Hi . Very interesting in your project “Build me a program that scrapes data from a website for MAC”. Honest and reliable company that you can rely on. Skilled professionals in Web scraping, .NET, Software Architecture More

$140 CAD in 2 days
(17 Reviews)
4.8
ZakariaOUNAJIM

Hello, I'm an expert in webscraping, automation and also trading strategies and indicators. I think i'm the perfect freelancer to work on your project. Please message me to discuss more. Best regards,

$230 CAD in 3 days
(13 Reviews)
4.3