. Declaration of buffers, user text boxes and initialization block will look as follo

Termos de Referência

.

إعلان المخازن المؤقتة، مربعات النص المستخدم وتهيئة كتلة سوف تبدو على النحو التالي:

#property indicator_separate_window 
#property indicator_buffers   9 
#property indicator_plots     3 
#property indicator_label1   "مناطق مشبعة بعمليات الشراء" 
#property indicator_type1    DRAW_FILLING 
#property indicator_color1   C'255،208،234 " 
#property indicator_width1   1 
#property indicator_label2   " منطقة ذروة البيع " 
#property indicator_type2    DRAW_FILLING 
#property indicator_color2   C'179،217،255 ' 
#property indicator_width2   1 
#propertyindicator_label3   "RSI от ROC" 
#property indicator_type3    DRAW_LINE 
#property indicator_style3   STYLE_SOLID 
#property indicator_color3   clrTeal 
#property indicator_width3   2 
#property indicator_minimum  0 
#property indicator_maximum  100 
مساهمة  ENUM_APPLIED_PRICE   TS_MomPin_Applied_Price = PRICE_CLOSE .  // سعر ROC حساب 
المدخلات  UINT     TS_MomPin_RSI_Period = 3 ؛                           // رسي فترة 
الإدخال  مزدوج  TS_MomPin_RSI_Overbought = 70 ؛                      // رسي 
دخل  مستوى   البيع الزائد مزدوج TS_MomPin_RSI_Oversold = 30 ؛                        // رسي مستوى التشبع الشرائي 
المزدوج 
  buff_Overbought_High []، buff_Overbought_Low []،                   // منطقة منطقة ذروة الشراء 
  buff_Oversold_High []، buff_Oversold_Low []،                       // منطقة منطقة ذروة البيع 
  buff_Price []،                                                    // صفيف شريط يحسب الأسعار 
  buff_ROC []،                                                      // روك مجموعة من الأسعار المحسوبة
  buff_RSI []،                                                      // رسي من روك 
  buff_Positive []، buff_Negative []                                 // صفائف مساعدة لحساب رسي
.
إنت  أونينيت () {
   // ديسيناتيون أوف إنديكاتور بوفرز:
  
  // منطقة ذروة الشراء 
  سيتندكسوفر ( 0 ، buff_Overbought_High، INDICATOR_DATA )؛
    بلوتندكسيستدوبل ( 0 ، PLOT_EMPTY_VALUE ، EMPTY_VALUE )؛
    PlotIndexSetInteger ( 0 ، PLOT_SHOW_DATA ، كاذبة )؛
  سيتندكسوفر ( 1 ، buff_Overbought_Low، INDICATOR_DATA )؛
  
  // 
  أوفيرزولد أريا سيتندكسوفر ( 2 ، buff_Oversold_High، INDICATOR_DATA )؛
    بلوتيندكسيستدوبل ( 1 ، PLOT_EMPTY_VALUE ، EMPTY_VALUE )؛
    PlotIndexSetInteger ( 1 ، PLOT_SHOW_DATA ، كاذبة )؛
  سيتندكسوفر ( 3 ، buff_Oversold_Low، INDICATOR_DATA )؛
  
  // رسي كيرف 
  سيتيندكسوفر ( 4 ، buff_RSI، INDICATOR_DATA )؛
    بلوتيندكسيستدوبل ( 2 ، PLOT_EMPTY_VALUE ، EMPTY_VALUE )؛
  
  // مخازن مساعدة لحساب 
  رسي سيتندكسوفر ( 5 ، buff_Price، INDICATOR_CALCULATIONS )؛
  سيتندكسوفر ( 6 ، buff_ROC، INDICATOR_CALCULATIONS )؛
  سيتندكسوفر ( 7 ، buff_Negative، INDICATOR_CALCULATIONS )؛
  سيتندكسوفر ( 8 ، buff_Positive، INDICATOR_CALCULATIONS )؛
  
  إنديكاتورسيتينتيغر ( INDICATOR_DIGITS ، 2 )؛
  إنديكاتورستسترينغ ( INDICATOR_SHORTNAME ، "لر / رسي" )؛
  
  العودة ( INIT_SUCCEEDED )؛
  }

Respondido

1
Desenvolvedor 1
Classificação
(4)
Projetos
5
0%
Arbitragem
3
0% / 67%
Expirado
2
40%
Livre
2
Desenvolvedor 2
Classificação
(362)
Projetos
504
40%
Arbitragem
147
18% / 72%
Expirado
98
19%
Ocupado
3
Desenvolvedor 3
Classificação
(45)
Projetos
59
14%
Arbitragem
31
26% / 52%
Expirado
35
59%
Livre
Pedidos semelhantes
I m looking for a developer who can convert a MT4 EA to MT5 EA, work details as under. It is very basic MT4 EA, some un-wanted options need to be removed in MT5 version and some basic options like EA start time and stop time need to be add in MT5 version. Source code of MT5 version also needed. Experienced Developers can contact me
I’m looking for a developer that has understanding of scalping and HFT strategies that can make an algo that works for all brokers and prop firm LIVE accounts (like STP, ECN, DMA, Money Makers, NDD, Fast Server etc.,). I want someone that has understanding and insight in different scalping and HFT strategies, preferably something like momentum based strategies. The EA has to work on all Brokers and Prop firms like
I'm looking for professional developer for my project.I'm having indicators source code , i want to convert it into MT4 EA .it is having some basic inputs such as lot size,TP,SL,B.E,trailing,News filter features along with some special inputs.detailed strategy will be discussed in chat room.i prefer Indian developers who speaks hindi
The strategy uses a grid trading system where trades are placed at set intervals (grid levels) and are managed using Bollinger Bands for entry and exit signals. A fixed lot size, trades are managed to comply with maximum spread conditions and specific trading hours, with the possibility of closing trades based on Bollinger Bands signals. The use of Bollinger Bands indicates a focus on volatility-based trading, while
I would like some assistance modifying an indicator as I am not experienced enough to make these changes myself. The indicator is relatively simple high/low breakout indicator that I need to add additional logic to. Source code will be provided. Current Features The indicator provided scans swing highs and lows and based on certain conditions draws a green or red line showing a break high or low. Dots are drawn to
Hi, I would like to create an expert advisor to fully automatic trade in MT4 as below, it should be possible with gold or any currency pairs and need to possible with 2, 3, 4 or 5 after decimal quotes PAROL MA CROSSOVER 1. Magic Number : Customize 2. Take profit in points : Customize 3. Stop loss in points : Customize 4. Strat time in GMT : Customize 5. End time in GMT : Customize (It means no need to open a new
Hi. I will require a MT4 EA with 3 indcators for a specific time frame, certain parameters can be adjusted and should be able to automated trading. 1. RSI 2. EMA EA 3.Trading Volume . 4 & 5 digits can use 1.) 1 RSI . and 2 EMA ( cross over ) 1.1.) All different timeframe can use ( adjustable ). 1.2.) Entry pricing will need to meet at least 2 out of 3 indicators levels. 1.3.) Each indicators can be adjusted. 2.)
Hi Everyone, I need a cloud based licensing system to protect my MT4 / MT5 Indicators and Expert advisors Secure an unlimited number of EAs, indicators, and scripts. Create and manage unlimited license keys for secured EAs, indicators, and scripts. Instantly suspend license keys in case of refund. Lock EA/indicator to specific accounts and time frame similar to this
I need MT4 and MT5 hedging locker expert advisors that hedge existing trades either with pending or market order hedging trades. With pending hedge trades the entry price may optionally be made to trail the existing open orders. There should be option for a breakeven and trailing of the hedge trade’s stop
Create an indicator on MFI based on multi time frame. 15 minutes time frame MFI period 5 should be touching 5 and on 5 minutes time frame when it touches 20 it should give a BUY signal. For sell on 15 minutes 95 and 5 minutes 80

Informações sobre o projeto

Orçamento
200+ USD
Desenvolvedor
180 USD