MARKET STRUCTURE FUNCTION

指定

I just need a fully functional market structure function that is not an indicator, but could instead be used as part of an EA code.  


The main steps for this market structure function are as follows :

1. A function that will detect higher time frame (1HR, 4HR and D1) bullish and bearish reversal signals (engulfing/variation/tweezer patterns).

2. A function that will be able to determine if the extremum of those reversal signals (the highest or lowest point of the candlesticks involved in that reversal signal) are actually pivot points/structure points (by figuring out if these extremum points are also the highest or lowest points over a range of bars).

3. A function that will classify each of those individual pivot points/structure points as either a High, Higher High, Higher Low, Low, Lower High, or Lower Low [possibly by comparing the price levels and types (bullish or bearish) of consecutive pivot points/structure points] and store this information so that it could later be used to determine the market condition.

4. A function that will plot a star symbol at the extremum of each of pivot point (instead of HH, HL, H, L, LH, LL).

5. A function that will detect any pattern created by the structure points (High, Higher High, etc.) and classify the market condition as "bullish" "bearish" or "ranging" according to the price action principles and concept of break of structure (I can define exactly the structure point patterns and which market condition the pattern indicates).

6. A master function that will call all of these aforementioned functions.


附加的文件:

反馈

1
开发者 1
等级
(19)
项目
22
23%
仲裁
5
40% / 60%
逾期
2
9%
工作中
2
开发者 2
等级
(30)
项目
35
26%
仲裁
0
逾期
4
11%
空闲
3
开发者 3
等级
(60)
项目
87
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
4
开发者 4
等级
(9)
项目
8
50%
仲裁
6
17% / 50%
逾期
2
25%
空闲
5
开发者 5
等级
(19)
项目
33
55%
仲裁
5
80% / 20%
逾期
3
9%
空闲
6
开发者 6
等级
项目
0
0%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
(12)
项目
9
33%
仲裁
11
0% / 100%
逾期
2
22%
空闲
8
开发者 8
等级
(9)
项目
12
25%
仲裁
1
100% / 0%
逾期
2
17%
空闲
9
开发者 9
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
10
开发者 10
等级
(19)
项目
31
32%
仲裁
8
50% / 25%
逾期
3
10%
工作中
11
开发者 11
等级
(119)
项目
169
38%
仲裁
9
78% / 22%
逾期
15
9%
空闲
12
开发者 12
等级
(183)
项目
236
20%
仲裁
21
43% / 19%
逾期
0
已载入
13
开发者 13
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
14
开发者 14
等级
(72)
项目
80
10%
仲裁
38
8% / 58%
逾期
6
8%
空闲
15
开发者 15
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
16
开发者 16
等级
(322)
项目
499
67%
仲裁
5
40% / 0%
逾期
4
1%
空闲
发布者: 8 代码
17
开发者 17
等级
项目
0
0%
仲裁
0
逾期
0
空闲
18
开发者 18
等级
(296)
项目
475
40%
仲裁
105
40% / 24%
逾期
80
17%
繁忙
发布者: 2 代码
19
开发者 19
等级
(2)
项目
4
0%
仲裁
1
0% / 100%
逾期
0
空闲
20
开发者 20
等级
(4)
项目
7
14%
仲裁
0
逾期
1
14%
空闲
21
开发者 21
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
22
开发者 22
等级
(174)
项目
199
12%
仲裁
38
37% / 34%
逾期
5
3%
工作中
发布者: 2 代码
23
开发者 23
等级
项目
0
0%
仲裁
0
逾期
0
空闲
24
开发者 24
等级
(1)
项目
2
0%
仲裁
2
50% / 50%
逾期
0
空闲
相似订单
حلل لي اصل مالي ) اكتب هنا مثلا XAU EUR USD USD اريد تحليلا تعليما و ليس توصية مالية ۱- نوع التحليل المطلوب : ( فني / اساسي / سلوك سعري ) ٢ - المدي الزمني : ( قصير / متوسط / طويل ) M15 / H1 / H4 / ) اذكر الفريمات المطلوبه + (D1 ما اريد استخراجه من التحليل : الاتجاه العام اقوي مستويات دعم و مقاومة رقمية سيناريو صعود و سيناريو هبوط مع شروط كل سيناريو ( IF / THEN ) اين يصبح السيناريو لاغيا مناطق دخول و خروج تعليمية (
Project Description I have three detailed CSV files containing: OHLC price data Timestamps Aggregated time & sales data A column called Arrow showing where signals occurred The data was captured using NinjaTrader 8 with NinZa Renko 8:4 bars on the ES market. All arrows are non-repainting and appear on candle close. Objective The goal is to create a NinjaTrader 8 indicator that reproduces the arrows in real-time
I need modifications to an existing MT5 Expert Advisor. Modification 1 EA must be able to run on indices as well as forex , specifically: SP500 US100 US30 No other changes to the current logic Modification 2 Other alterations/notes: Opening breakout range option for 15min or 30 min from session start. 5 min fair value gap (FVG) break outside of the range (instead of 1 min). At least one of the candles must be within
AutoTrade_v4_Arbon-v4 35 - 250 USD
============================================================ GOLD AI INSTITUTIONAL TERMINAL v4.0 - AutoTrade + EA Indikator EDISI GABUNGAN Sinkronisasi MT4 Realtime + Dasbor PWA + AI Multi-TF Menggabungkan MT4 + Server AI Node.js ============================================================ CARA MENJALANKAN (MUDAH): -------------------------- 1. Ekstrak ZIP ke folder manapun (misal: C:\GoldAI\) 2. Buka folder hasil
I am looking for an experienced quantitative developer to analyze and optimize an MT5 Expert Advisor that I have already developed. The EA is relatively complex and includes: Multiple strategies (Trend Pullback, Breakout, Mean Reversion, EMA Reclaim) Scoring system combining technical score and probabilistic filter Regime detection (ADX based) Volatility filters (ATR regime) Correlation and cluster exposure control
Until zone detection is coded , you will be from that point . Trailing Stop Optimization for live chart . Apply with Specific Currency Support . Clean Code . Zone Upper Limit and Lower Limit . Apply with careful understanding of the project requirement
Subject: Professional MT5 Trading Bot Inquiry - Pre-Purchase Requirements Dear [Bot Name/Company Name] Developers, Greetings, I am a professional trader seeking a highly professional and extremely powerful MT5 trading bot , and after extensive research, your product has caught my attention. However, before I click the payment button, I have specific requirements as I am not looking for an ordinary bot, but rather a
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
GoldAI_v2_FINAL 30 - 70 USD
========================================================== Terminal Institusional GOLD AI v2.10 Sinkronisasi Realtime MT4 + Dasbor PWA + AI Multi-TF ========================================================== CARA MENJALANKAN (MUDAH): -------------------------- 1. Ekstrak ZIP ke folder manapun (misal: C:\GoldAI\) 2. Buka folder hasil ekstrak 3. Klik dua kali: INSTALL.bat → installotomatis 4. Klik dua kali
Exe source code 70+ USD
Need a developer to help with a exe file and provide the source code, if you can do this please kidnly apply and tell me what you need to get this started

项目信息

预算
150 - 300 USD
截止日期
 5  30 天