BarData

MQL5 지표 스크립트

명시

I want an an Indicator that works as a market scanner.

1. Indicator will look at a defined number of closed bars (to be typed into an input screen), and select the bar with the lowest/highest price (this high/low binary option will also need to be selected in an input screen). The timeframe should also have an option screen to change it.

2. For the selected bar, the indicator will then have in memory the following data

RSI, Macdline, Stochastics, MA(20), Bollinger Bands, CCI.

3. For the  Selected Bar I want to specify different combinations of conditions by through an input screen, (which will all be done at the start of the scanner), 

The conditions will be ():

For High Bar:- 

Bar High <> Bollinger band

RSI <> #

MACDline <> #

 CCI <> #

 Stochastics <># 

There must also be an option not to select some of the conditions.

And the same options for the Low Bar 

 This indicator should be capable of scanning, all the markets offered by my broker through putting the name of the  exchange they are on (i.e NYSE). I currently use Alpari MT5.

 

Once the Indicator has scanned the market and filtered those conditions, I want it to provide a list of the stocks that match those conditions, and I want to be able to download this in excel or send an email with the list of stocks. 

 =============================================================

Example:-

 

Using the last 12 Bars, on the 1 Hour time frame, for S&P 500 stocks,  pick the bar with the highest price. For those highest bars, Filter for stocks that have an RSI greater than 60 and with the Lowest price of the Selected bars also greater than the Bollinger bands. 

Return a list of the stocks meeting these conditions. 

응답함

1
개발자 1
등급
(847)
프로젝트
1449
72%
중재
121
28% / 47%
기한 초과
355
24%
작업중
게재됨: 3 기고글
2
개발자 2
등급
(182)
프로젝트
342
42%
중재
118
12% / 73%
기한 초과
104
30%
무료
게재됨: 4 코드
3
개발자 3
등급
(128)
프로젝트
236
65%
중재
30
37% / 23%
기한 초과
49
21%
무료
4
개발자 4
등급
(59)
프로젝트
182
55%
중재
31
45% / 16%
기한 초과
103
57%
무료
5
개발자 5
등급
(1235)
프로젝트
2820
80%
중재
156
22% / 43%
기한 초과
487
17%
무료
6
개발자 6
등급
(1929)
프로젝트
3550
88%
중재
73
40% / 15%
기한 초과
268
8%
무료
7
개발자 7
등급
(10)
프로젝트
14
29%
중재
1
0% / 100%
기한 초과
5
36%
무료
8
개발자 8
등급
(4)
프로젝트
30
70%
중재
5
0% / 40%
기한 초과
12
40%
무료
9
개발자 9
등급
(54)
프로젝트
164
43%
중재
43
47% / 16%
기한 초과
58
35%
무료
게재됨: 1 코드
10
개발자 10
등급
(8)
프로젝트
9
0%
중재
6
0% / 100%
기한 초과
4
44%
무료
11
개발자 11
등급
프로젝트
1
100%
중재
0
기한 초과
0
무료
게재됨: 1 코드
12
개발자 12
등급
(64)
프로젝트
144
46%
중재
20
40% / 15%
기한 초과
32
22%
작업중
13
개발자 13
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
attached is an nt8 indicator i would like modifications to. this will not be simple. once you review the indicator you will see it prints arrows and dots. the arrows print after the dots stop forming. i am using default settings, on the instrument es, using ninza renko 8:4 i want the arrow to be placed on the first dot. i do not want the arrow to just be backpainted into the past much like a swing indicator or
We are looking for an experienced TradingView / Technical Analysis expert who can suggest and build the best combination of indicators for a profitable and structured trading strategy. This is not about random indicator stacking. We need someone who understands market structure, confirmation logic, risk management, and strategy optimization. The goal is to create a clean, high-probability setup with minimal false
Indicator 100+ USD
Does anyone know what indicator this is on the image because I'm looking for something like this but just a bit more sensitive. Speaking about the diamonds all the rest is irrelevant
Hello . Hello I already have an indicator on TradingView written in Pine Script. I need some modifications and fixes for the existing indicator. The indicator sometimes gives wrong signals and I want to improve it. I will provide the Pine Script source code. The developer should check the code, fix the problems, and adjust the logic if needed
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Kindly see details below BUY ALERT 1. Supertrend turns Bullish 2. On this candle , or the last 10, BBStops is Bearish 3. On this candle , or the last 10, price was < or = MA1 4. Instrument is in trend (STEP MA1 and STEP MA 2 are both Bullish) 5. Distance in pips between Lowest price during last time BBstop was Bearish, and the value of Step MA 1 at last bearish candle of Step MA1
EA requirements and necessary correction to be done . The EA monitors the PROFIT of open positions and turns ON or OFF the ALGO TRADING accordingly. By PROFIT I mean the SUM of profit + commission + swap. The EA will have two strategies, the INITIAL and the SECONDARY. Each one of them will be selectable by the user in the EA inputs. Let me explain here how the EA will operate: 1. INITIAL strategy: ·
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
Hello, I have an MQ4 indicator that works with a specific strategy. I want to modify some aspects and convert the file to MQ5. It's simple and won't take much effort or time for someone experienced in this field. Ideally, the person undertaking this task should be familiar with the MX2Trading software, as I will be using it to transfer the signals from the indicator to the trading platform

프로젝트 정보

예산
100 - 200 USD