Find Jobs
Hire Freelancers

MQL4 Simple Indicator

$30-250 USD

Fermé
Publié il y a plus de 12 ans

$30-250 USD

Payé lors de la livraison
I need to program a simple indicator. For Meta Trader 4 The indicator should work on both Tick and minute charts. ( in MultiCharts it was implemented with 2 datas ) The idea is to print horizontal lines representing the opening lines of 3 sessions, the indicator should also contain a vwap on chart indicator (very simply calculation) Notice that there should be inputs for the start and end of every range period : The start and end will always be in 1 mins resolution. Session_1_Range_StartTime(1000), Session_1_Range_EndTime(1015), Session_2_Range_StartTime(1200), Session_2_Range_EndTime(1215), Session_3_Range_StartTime(1400), Session_3_Range_EndTime(1415), there should be control over the color and style of the lines of each and every session range lines. The lines should end when the new lines begin attached are images or how it should look, This is the code for the VWAP indicator from MultiCharts : If ( __On_Off_VWAP = 1 ) then begin Variables: Sum_WeightedTicks(0), SumTicks(0), VWAP_Value(0), Color(Yellow); Currect_Session = CurrentSession(0); if ( Currect_Session <> Currect_Session[1] ) Or ( ( Time > Session_1_Range_StartTime ) and ( Time[1] <= Session_1_Range_StartTime ) ) Or ( ( Time > Session_2_Range_StartTime ) and ( Time[1] <= Session_2_Range_StartTime ) ) Or ( ( Time > Session_3_Range_StartTime ) and ( Time[1] <= Session_3_Range_StartTime ) ) then begin Sum_WeightedTicks = 0; SumTicks = 0; end; Sum_WeightedTicks = Sum_WeightedTicks + (Price * Ticks); SumTicks = SumTicks + Ticks; if ( SumTicks > 0 ) then VWAP_Value = Sum_WeightedTicks / SumTicks else VWAP_Value = Price; If ( VWAP_Value > VWAP_Value[1] ) then Color = Up_Color; If ( VWAP_Value < VWAP_Value[1] ) then Color = Down_Color; Plot1(VWAP_Value,"VWAP"); SetPlotColor(1,Color); end; The indicator should also contain day High Low lines ( there should be an input to turn them on and off) the code should come as open code, The project should not take more then 3-4 hours of programming. Final indicator needs to look like the one suplied in the photos.
N° de projet : 1191281

Concernant le projet

4 propositions
Projet à distance
Actif à il y a 12 ans

Cherchez-vous à gagner de l'argent ?

Avantages de faire une offre sur Freelancer

Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux
4 freelances proposent en moyenne $169 USD pour ce travail
Avatar de l'utilisateur
please check PM. thanks
$200 USD en 3 jours
4,8 (49 commentaires)
6,6
6,6
Avatar de l'utilisateur
Hello, I can help you with it. Please check my PM.
$180 USD en 3 jours
5,0 (27 commentaires)
4,9
4,9
Avatar de l'utilisateur
I have been programming mql4 for metatrader for more than 5 years, till now, i still doing it freelancing for my regular customers.
$195 USD en 1 jour
5,0 (2 commentaires)
3,3
3,3
Avatar de l'utilisateur
I think, I already have made that indicator.
$99 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0

À propos du client

Drapeau de ISRAEL
a, Israel
5,0
1
Membre depuis mai 3, 2011

Vérification du client

Merci ! Nous vous avons envoyé un lien par e-mail afin de réclamer votre crédit gratuit.
Une erreur a eu lieu lors de l'envoi de votre e-mail. Veuillez réessayer.
Utilisateurs enregistrés Total des travaux publiés
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Chargement de l'aperçu
Permission donnée pour la géolocalisation.
Votre session de connexion a expiré et vous avez été déconnecté. Veuillez vous connecter à nouveau.