Find Jobs
Hire Freelancers

Build me a program or code

$30-250 CAD

Cerrado
Publicado hace más de 3 años

$30-250 CAD

Pagado a la entrega
Hello all, i would like to ask if someone knows of a program that i could creat and code the following for Simple Moving Average crossover 13SMA and 30SMA on the hourly time frame for stocks. I also would like to see it spit out results on stocks that has been downtrending or up trending for 2 weeks to be exact. Also data needs to be real-time. I have able to do this on my own but i'm not able to work it out. Please help. Also the website i'm using is stock charts. Thank you! # 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
ID del proyecto: 27784741

Información sobre el proyecto

8 propuestas
Proyecto remoto
Activo hace 3 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
8 freelancers están ofertando un promedio de $180 CAD por este trabajo
Avatar del usuario
Hi there, ★★★ C / C++ Expert ★★★ 5+ Years of Experience ★★★ I've read requirements and ready to build a program. I'll be glad to discuss project before start so let's chat. Thanks for your consideration. Best Regards, TechPlus Team
$250 CAD en 7 días
4,9 (107 comentarios)
7,3
7,3
Avatar del usuario
Hi I have done many c and c++ projects. Kindly contact to share more details about your project in chat. Thank you
$140 CAD en 7 días
4,9 (62 comentarios)
6,2
6,2
Avatar del usuario
Hello, I've complete MS Software Engineering. I've 5-Year experience in Java development and algorithm implementation. My Core Expertise in Java - C++ - C - object-oriented - Data Structure - Swing - OpenGL - JavaFX. I have got your project requirement enough, Please leave a message on my chat so we can discuss the project. Best Regards: Aqeel Ahmed
$200 CAD en 2 días
4,9 (32 comentarios)
5,3
5,3
Avatar del usuario
Hi, I have 15 years’ experience in development I have read your project description and I’m confident I can do this project for you perfectly. I still have a few questions. Please leave a message on my chat so we can discuss the budget and deadline of the project. I am very prompt in communication and always prefer to discuss the project on call/chat and finalized the cost of the project. I believe giving suggestions and asking question to deliver stable & quality final product. I am very interested to work with you. Please let us know when we can start the project Thanks
$140 CAD en 7 días
4,7 (11 comentarios)
4,6
4,6
Avatar del usuario
I've read your project details and peeked at the code snippet, I'm confident I've knowledge and experience to work and complete the project. Ping me to discuss the details. I'm quick in response. Let me know. Regards, Teja
$200 CAD en 7 días
5,0 (1 comentario)
2,1
2,1
Avatar del usuario
Hi, Greeting of the day! I have read carefully about your requirements. I am a full time developer and I have best skills and much experiences in mobile app developing (Android and iOS) & website developing ( PHP, JS Framework, Bootstrap, HTML/HTML5, CSS/CSS3, MySQL) If you award this project to me, then you will get great result! Let's discuss details on chatting. Thanks Regards, Sunil
$140 CAD en 7 días
2,1 (3 comentarios)
3,6
3,6

Sobre este cliente

Bandera de CANADA
Toronto, Canada
0,0
0
Miembro desde oct 16, 2020

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.