I need to graph daily and weekly limits, open session values

Tâche terminée

Temps d'exécution 22 jours
Commentaires du client
Difficult input settings but good developer
Commentaires de l'employé
Good order, and a competent trader

Spécifications

I need an indicator to graph the following values as lines on the graph on a historic basis (not only for the curren day and week):

// WEEKLY LIMITS

Limit_2_Long  = iClose(NULL,PERIOD_W1,1) + iClose(NULL,PERIOD_W1,1)*weekly_Limit/100 ; 

Limit_2_Short = iClose(NULL,PERIOD_W1,1) - iClose(NULL,PERIOD_W1,1)*weekly_Limit/100 ;   

// Where weekly limit is an input variable



// DAILY LIMITS

Limit_1_Long  = iClose(NULL,PERIOD_D1,1) + iClose(NULL,PERIOD_D1,1)*daily_Limit/100 ; 

Limit_1_Short = iClose(NULL,PERIOD_D1,1) - iClose(NULL,PERIOD_D1,1)*daily_Limit/100 ;   

// Where daily limit is an input variable


EXCEPTIONS FOR DAX AND BUND AS FOLLOW:

// DAILY CLOSE AS REFER TO CALCULATE LIMITS 
 if (Hour()==Euro_end_session+1 && Minute()==0)
     { 
     Daily_close = iClose(NULL,PERIOD_H1,0)  ;
     }


// WEEKLY CLOSE AS REFER TO CALCULATE LIMITS 
if (Hour()==Euro_end_session+1 && Minute()==0 && DayOfWeek()==5)
     { 
     Weekly_close = iClose(NULL,PERIOD_H1,0)  ;
     }
// Where Euro_end_session is an input variable


Open session values: this should be a white line that shifts on every new session, with external inputs to decide which session to use (for instance I wante to use Asian - Europe- US for EURJPY but only Europe and US for DAX). Also previous days values is required.

//+------------------------------------------------------------------+ 
//| ASIAN SESSION                                                          |                                           
//+------------------------------------------------------------------+ 

     
    if (Hour()==Asian_open+1)  // where Asian_open is an input variable
        {                   
        Open_LIne = iOpen(NULL,PERIOD_H1,0) ;                                            
        } 
        
        
//+------------------------------------------------------------------+ 
//| UE SESSION                                                              |                                           
//+------------------------------------------------------------------+ 

     
    if (Hour()==Euro_open+1)  // where Euro_open is an input variable
        {              
        Open_LIne = iOpen(NULL,PERIOD_H1,0) ;      
        } 
              

//+------------------------------------------------------------------+ 
//| US SESSION                                                              |                                           
//+------------------------------------------------------------------+ 

     
    if (Hour()==US_open+1)  // where US_open is an input variable
        {               
        Open_LIne = iOpen(NULL,PERIOD_H1,0) ;  
        }   





   

Répondu

1
Développeur 1
Évaluation
(52)
Projets
96
24%
Arbitrage
9
22% / 22%
En retard
12
13%
Travail
2
Développeur 2
Évaluation
(72)
Projets
117
52%
Arbitrage
4
25% / 75%
En retard
17
15%
Gratuit
Commandes similaires
Hey greetings.i will like to convert my tradingview pinescript script to Metatrader 5 expert Advisor EA . Kindly apply for this job if you can convert my tradingview script for mt5 EA.Thanks
I need an EA in based of this indicator. It have buffers. The owner told me it..., So I need an expert who can do this I will attached the file right now
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
I am looking for an EA that allows you to make profits every month. For this, before buying, I would like to have a history over more than one year to see how the EA behaves. I don't know if you're selling EAs that are already ready for use
HI, I'm looking for an experienced person who can add buy/sell indications/Alerts on existing Pinescript code along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should execute trade instantly as based on the alerts/indications on tradingview script
Looking to have made a HFT/EA for live cash account's for indices, metals and forex for MT5 3 separate EA’s. Must not have any losses. ( I have a few MT4 HFTs that just take profit no losses) so I need to have the same with this new MT5 HFT. (If you need a copy to see how it operates let me know) Please only reply if you can program this HFT I request or have one like I requested. All business and messages will be
Hey, im looking for a person who can create an my very own version of pineconnector, which should have all the option of pineconnector and it should be user-friendly without any complications
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
I want the trade to trigger anytime it sees the opportunity on all time frames, sl tp should be automated and all trades should be trigger anytime on cpi news and etc
I want an Indicator that : Draws vertical lines at the opening of candles on a time frames selected.( I want to be able change the candle timeframe the line will be drawn. Eg. I can slelect 1H, 4H etc from the settings, and the vertical line will be drawn at the opening). Draw a horizontal line at the opening of the candles in the selected timeframe. Calculate the average range of the candles on a selected timeframe

Informations sur le projet

Budget
30+ USD
TVA (22%): 6.6 USD
Total: 36.6 USD
Pour le développeur
27 USD
Délais
à 10 jour(s)