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

명시

.

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

#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 )؛
  }

응답함

1
개발자 1
등급
(4)
프로젝트
5
0%
중재
3
0% / 67%
기한 초과
2
40%
무료
2
개발자 2
등급
(362)
프로젝트
506
40%
중재
147
18% / 72%
기한 초과
99
20%
로드됨
3
개발자 3
등급
(45)
프로젝트
59
14%
중재
31
26% / 52%
기한 초과
35
59%
무료
비슷한 주문
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Hft live account 30 - 200 USD
i need a high frequency trading (hft) expert advisor, that can be used to trade on demo and live accounts icmarket and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send, to foster a faster transaction. like the ones that pass prop firm and demo but adjustment where it work on live with low latency
Lihle's trades 30+ USD
``` //+------------------------------------------------------------------+ //| Hello World Expert Advisor | //| | //| This is a basic EA that buys and sells based on a simple | //| moving average crossover strategy. | //+------------------------------------------------------------------+ #property version "0.01" #property strict input int FastMA
Hello, i need a robot for gold trading being able to determine a trend or instant changes on a micro scale so its just going to scalp very fast but, for example lets say we have an equity of 500 bucks it needs to take profit at 5 and open a new position and just continiue going like that all day, but i also want it to determine buying opportunities based off of a very wide range of candlestick data of gold the day
CPI ROBOKING 30+ USD
*Strategy: CPI-Based Trading* *Instruments:* XAUUSD (Gold), UsTech100 (Nasdaq 100), USDJPY *CPI Release:* 1. *Higher-than-expected CPI:* - XAUUSD: SELL (Gold prices may drop due to potential rate hike) - UsTech100: SELL (Tech stocks may drop due to potential rate hike) - USDJPY: BUY (USD may strengthen due to potential rate hike) 2. *Meets or lower-than-expected CPI:* - XAUUSD: BUY (Gold prices may rise due
GOODAY TO YOU I AM NEED OF A FAST, TALENTED AND HIGH QUALITY CODER TO THIS JOB FOR ME. THE EA TRADE MANAGER WILL HAVE THE FOLLOWING: STOPLOSS & TAKEPROFIT IN PIPS LOT SIZE IN PIPS NUMBER OF TRADES (1-30 TRADES MAXIMUM) PLEASE LOOK AT THE PICTURE ABOVE FOR A GUIDE
Edit MyFxBook Data 30 - 40 USD
Hello Everyone, How do I change data on my MT4 so that on MyFxBook it will be seen differently. Because I got a high Drowdown and some loss, I just simply want to hide this data. Please not from inspect because at the end it will be seen, directly from my MT4
Saya memerlukan Expert Advisor berdasarkan sinyal AOX. Itu harus memiliki pemeriksaan dan penanganan kesalahan operasi perdagangan. Kriteria utama pembukaan dan posisi penutupan: ■ arah rata-rata bergerak ■ harga lebih tinggi dari bar sebelumnya. Lot perdagangan adalah parameter masukan
Skarito98 30 - 100 USD
Always stay winning and survive....we all want a better life now this is a chance someone can take,to change their lives for the better.No one is supposed to suffer in this world,we create and invert new things and come up with ideas to solve situations we come across especially when it comes to finance. We all need better things in life and God want good things for us

프로젝트 정보

예산
200+ USD
개발자에게
180 USD