Building two different simple indicators

MQL5 지표

작업 종료됨

실행 시간 1 일
피고용인의 피드백
Great customer, clear specs, prompt communication, recommended+
고객의 피드백
Wonderful and distinguished work from a smart, understanding and brilliant developer

명시

Building two different simple indicators
The first indicator - works on the one-minute time frame - only
Firstly
Indicator (1) Data
\\ Draw a red line at the top (HIGH) of the zero candle _ M1
\\ Draw a blue line at the bottom (LOW) of the zero candle _ M1

\\ Draw a red line at the top (HIGH) of the zero _ M2 candle
\\ Draw a blue line at the bottom (LOW) of the zero candle _ M2

\\ Draw a red line at the top (HIGH) of the zero candle _ M3
\\ Draw a blue line at the bottom (LOW) of the zero candle _ M3

\\ Draw a red line at the top (HIGH) of the zero candle _ M4
\\ Draw a blue line at the bottom (LOW) of the zero candle _ M4

\\ Draw a red line at the top (HIGH) of the zero candle _ M5
\\ Draw a blue line at the bottom (LOW) of the zero candle _ M5

* All of these lines should appear on the one-minute chart (M1)
* Number of lines: 10 (5) red (5) blue <
Note that the target time frame is the one-minute (M1) frame.
The indicator should operate flexibly and smoothly on the one-minute (M1) frame.
+
The indicator does not redraw itself
+
Displays historical data up to 100,000 bars
(#define_max_of_backbar_100000)
With the option to control the number of visible bars (through its own set of settings)


-------------------------------------------------- -------------------------------------------------- ---

secondly
 Indicator (2): This indicator is completely separate from the first indicator
Write an indicator code that switches between different time frames on the same chart
Meaning
Code to switch from the M1 time frame to the M5 time frame and then back to the M1 time frame again every 20 seconds continuously on the same chart, and so on continuously.
Meaning that every 20 seconds, the indicator switches the chart from the M1 time frame to the M5 time frame and then back to the M1 time frame, and so on continuously.


With the option to control the following (through its own set of settings)
 / Time frames > M1 + M5 < (to control different time frames)
 / Period > 20 seconds (to control the switching time)


 ! Important note !
As a programmer, you can program an indicator that works for only two or three days and then stops working completely (I don’t want to steal or manipulate - I just want to avoid problems)
 First, I want you to provide me with a complete prototype that meets all the above conditions. I can test it and make sure it works
A complete model is an indicator that fulfills all the previous conditions. I can test it and test it and make sure it works for 2-3 days

응답함

1
개발자 1
등급
(265)
프로젝트
333
29%
중재
36
28% / 64%
기한 초과
10
3%
로드됨
2
개발자 2
등급
(279)
프로젝트
341
37%
중재
6
50% / 17%
기한 초과
7
2%
무료
게재됨: 5 코드
3
개발자 3
등급
(5)
프로젝트
7
43%
중재
8
13% / 88%
기한 초과
0
무료
4
개발자 4
등급
(13)
프로젝트
18
11%
중재
6
33% / 67%
기한 초과
1
6%
무료
게재됨: 1 코드
5
개발자 5
등급
(460)
프로젝트
487
70%
중재
6
67% / 0%
기한 초과
2
0%
무료
6
개발자 6
등급
프로젝트
0
0%
중재
2
0% / 100%
기한 초과
0
무료
7
개발자 7
등급
프로젝트
1
0%
중재
0
기한 초과
0
무료
8
개발자 8
등급
(12)
프로젝트
9
33%
중재
11
0% / 100%
기한 초과
2
22%
무료
9
개발자 9
등급
(267)
프로젝트
282
55%
중재
0
기한 초과
5
2%
무료
10
개발자 10
등급
(30)
프로젝트
38
29%
중재
1
0% / 100%
기한 초과
2
5%
작업중
11
개발자 11
등급
(574)
프로젝트
945
47%
중재
309
58% / 27%
기한 초과
125
13%
무료
12
개발자 12
등급
(78)
프로젝트
246
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
13
개발자 13
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
Akram boushaba 30 - 500 USD
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically

프로젝트 정보

예산
50+ USD