MT4 indicator for percent change using Fractals

MQL4 Göstergeler

İş tamamlandı

Tamamlanma süresi: 21 saat
Müşteri tarafından geri bildirim
Very fast and smart!

İş Gereklilikleri

I require an MT4 indicator created as a Histogram where it calculates the difference in percentage of each High fractal to the next High fractal. It does this by this: (New Price - Old Price) / Old price x 100. I also want an option for it to do it based on Low Fractals to Low Fractals or Low to High, or High to Low. 

When the information is taken in, it should then find the average based on a set period. So say its for 14 periods, then each "(New-Old)/Old x 100" is considered as 1 period, and the indicator should find the average of the previous 14 periods. 

I also want an option where the newest data coming in will be calculated based on the High price instead of a finished fractal high. This should be done for every time a candle has closed, then the high of the newest candle will be taken into account. But this to be set as a parameter setting where I can turn it on or off and it will either be by finished fractals or this option I just mentioned.

When doing from Low to High, this would be the nearest Low fractal to the next High fractal directly after. So if there are 2 or 3 Low fractals right after another without a High fractal coming in, it would take the newest Low fractals price until the High fractal comes in.

I want it also to find the average of multiple sets of fractals. So one set would be Low to High fractal and another set would be High to Low fractal. The indicator should find the average between these two sets as well. Or 3 sets if I wish to add High to High or 4 if I also want to add Low to Low. Again, this to be a setting where I can turn off and it looks only for 1 set. I would just like the option for it to find the average between multiple sets too.

Also, in regards to the fractal settings. Normally fractals look for 2 highs to the left and 2 highs to the right and if the middle is the highest, then its a High fractal. I want an option to adjust this value for 3 to 3 or 5 to 5. But make a parameter setting where left is one value and the right is another value. So for Fractal settings, I could put left as 5 and right as 1, and then it will identify High fractals as a high that is highest from 5 to its left side and 1 to its right side.

Finally I want the Histogram to have a percent limit, say 1%, and if the average percentage breaches this 1% then it changes colour. Below 1% it will be red, above it will be green. But option to adjust the colours of the Histogram.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(54)
Projeler
102
23%
Arabuluculuk
12
25% / 17%
Süresi dolmuş
13
13%
Serbest
2
Geliştirici 2
Derecelendirme
(26)
Projeler
23
39%
Arabuluculuk
26
8% / 38%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(77)
Projeler
243
74%
Arabuluculuk
7
100% / 0%
Süresi dolmuş
1
0%
Serbest
Yayınlandı: 1 makale
4
Geliştirici 4
Derecelendirme
(322)
Projeler
499
67%
Arabuluculuk
5
40% / 0%
Süresi dolmuş
4
1%
Serbest
Yayınlandı: 8 kod
5
Geliştirici 5
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(11)
Projeler
11
36%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
I am looking for non-repainting indicator to run in all sessions for scalping gold , happy to discuss if you have developed such indicators which can show profit and stop loss levels
Hello! I want to buy two indicators: A Support and Resistence Indicator and a Trendline Indicator. Support and Resistence Indicators needs to automatically draws Support and Resistance lines based on High and Low Candle in every time-frame (If possible time-frame needs to be in inputs and choose by me what time-frame i want indicator to draw lines) Trendline Indicator needs to automatically draws Trendline Channels
I already have a fully developed MT5 Expert Advisor with all required prop firm features, including: Risk management Daily loss & max drawdown limits Spread & slippage filters News filter Trade management system The EA structure is complete. 👉 What I need is a professional developer to replace ONLY the entry logic with a high-quality, rule-based trading strategy. 🚨 STRICT REQUIREMENT (READ CAREFULLY): I am NOT
I need an experienced developer to carry out an indicator and trading robot using the following; moving averages risk ( take profit and stop loss) and maximum drawdown limits heiken ashi confirmation. trendline breakout if possible The developer will test this on a demo account that I will provide before conclusion as I don’t want anyone to waste my time trying to use chartgpt trial and error. If you can do the
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua ITALIANA e INGLESE. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
#property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_ARROW #property indicator_color1 Blue #property indicator_label1 "Buy Signal" #property indicator_type2 DRAW_ARROW #property indicator_color2 Red #property indicator_label2 "Sell Signal" double BuyBuffer[]; double SellBuffer[]; input int MA_Period = 50; input int RSI_Period = 14; int maHandle;
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
A robot 30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES

Proje bilgisi

Bütçe
30 - 100 USD