Find Jobs
Hire Freelancers

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

$30-250 CAD

Đã đóng
Đã đăng vào hơn 3 năm trước

$30-250 CAD

Thanh toán khi bàn giao
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
Mã dự án: 27811007

Về dự án

4 đề xuất
Dự án từ xa
Hoạt động 3 năm trước

Bạn muốn kiếm tiền?

Lợi ích khi chào giá trên Freelancer

Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
4 freelancer chào giá trung bình $224 CAD cho công việc này
Avatar người dùng
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 chat so we can discuss the budget and deadline of the project. Also, have a look at my profile for my reviews and portfolios. Thanks Note: This is not an automated bid and i'm ready to discuss your project right now. .. .
$250 CAD trong 3 ngày
5,0 (26 nhận xét)
6,5
6,5
Avatar người dùng
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 message me. Best regards,
$230 CAD trong 5 ngày
4,9 (13 nhận xét)
4,3
4,3
Avatar người dùng
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, and implement all the features that you want on it. I am available now to start working on your project. I would love to have the opportunity to discuss with you for further details. Best regards.
$250 CAD trong 7 ngày
5,0 (6 nhận xét)
2,8
2,8
Avatar người dùng
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 more about the project. Thanks in advance.
$167 CAD trong 7 ngày
4,6 (4 nhận xét)
2,5
2,5

Về khách hàng

Cờ của CANADA
Toronto, Canada
0,0
0
Thành viên từ thg 10 18, 2020

Xác thực khách hàng

Cảm ơn bạn! Chúng tôi đã gửi email chứa đường link để bạn lấy tín dụng miễn phí.
Đã xảy ra lỗi trong khi gửi email của bạn. Hãy thử lại.
Người Dùng Đã Đăng Ký Tổng Số Việc Đã Đăng
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Đang tải xem trước
Đã cấp quyền truy cập vị trí.
Phiên đăng nhập của bạn đã hết hạn và bạn đã bị đăng xuất. Hãy đăng nhập lại.