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

İş tamamlandı

Tamamlanma süresi: 22 gün
Müşteri tarafından geri bildirim
Difficult input settings but good developer
Geliştirici tarafından geri bildirim
Good order, and a competent trader

İş Gereklilikleri

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) ;  
        }   





   

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(52)
Projeler
96
24%
Arabuluculuk
9
22% / 22%
Süresi dolmuş
12
13%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(72)
Projeler
117
52%
Arabuluculuk
4
25% / 75%
Süresi dolmuş
17
15%
Çalışıyor
Benzer siparişler
I am looking for an experienced developer to create an MT5 EA for any FX pair, that if is applied to a chat, will show the following buttons which perform the following actions: Buy now button: places a buy order[ or orders [more than one] explained later] with the lot, SL and TP defined in the EA configuration prompt Sell now button: places a sell o rder[ or orders [more than one] explained later] with the lot, SL
Dears, I need a dashboard to manage opening and closing multiple one-click orders for a set of symbols across 28 Forex currency pairs for Metatrader 5. Key features should include: - Symbol selection for manual opening of multiple orders. - Stop-Loss/Take-Profit by sum of open positions. - Option to close all open orders manually or automatically (by stop loss/take profit). - Low memory usage and good processing
Hello developers here, I need a professional developer that can help me to develop an mt5 trading bot that works according to my strategy, I will be sharing my strategy in the inbox, Let me know if you can develop it, I will be waiting for your response
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

Proje bilgisi

Bütçe
30+ USD
KDV (22%): 6.6 USD
Toplam: 36.6 USD
Geliştirici için
27 USD
Son teslim tarihi
to 10 gün