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

Specification

.

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

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

Responded

1
Developer 1
Rating
(4)
Projects
5
0%
Arbitration
3
0% / 67%
Overdue
2
40%
Free
2
Developer 2
Rating
(362)
Projects
504
40%
Arbitration
147
18% / 72%
Overdue
98
19%
Busy
3
Developer 3
Rating
(45)
Projects
59
14%
Arbitration
31
26% / 52%
Overdue
35
59%
Free
Similar orders
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 750 USD
I am in need of 3 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 50 percent of the Fibonacci..this will be present on all 3 EA, all three EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe
Need a good synthetic EA 50 - 1000 USD
I don't have specifications. If you're good at building an EA with good coding, accuracy, 85% money management, good trading decision. Please apply let's discuss Bussiness. Price below is not specific we can discuss new price depending on your professionalism
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on here it doesn't show any signals, I need an expert that can help me to work on it, that can also work on more projects, Thanks, I have $20 for this project now, If you think is too small and you want to charge $30, i can pay you the rest later on
1. **Trade Execution:** - The bot should be capable of entering and exiting trades based on predefined signals from my trading strategy. 2. **Take Profit:** - Implement mechanisms to take profit at specific levels as defined by my strategy. ### Additional Features: - The bot should be able to handle multiple trades simultaneously. - It must have a user-friendly interface for monitoring and adjustments. -

Project information

Budget
200+ USD
For the developer
180 USD