Expert advisor according to pivot levels

Job finished

Execution time 28 days
Feedback from customer
Developer communication was very good and very kind. It added all the features I wanted to the application. Only the delivery time is a little late. I would recommend it to everyone.
Feedback from employee
Teşekkür ederim. Senin gibi öğretmenler kolay bulunmuyor. Sabrınız ve kendimi geliştirmeme yardımcı olduğunuz için teşekkür ederim. Sen en iyisin. Recommended to everyone.

Specification

I need an expert advisor who can open trades according to daily, weekly, monthly and annual pivot levels created by classical calculation.

It will only buy or sell only, depending on the SELL or BUY transaction I choose. It will operate close to pivot levels with the "PIP" value I will determine.


Technicial Specifications


1. On the graph, according to the classical pivot calculation, there will be pivot lines in daily, weekly, monthly and annual periods. Each pivot period will be in different colors and the main pivot levels will be a thicker line. Also, historical levels will appear on the chart, just like on the tradingview site (below example).


2. Which action to be performed will be specified in the settings. "SELL" or "BUY". Accordingly, EA will open only SELL or only BUY in the relevant chart.


3. In the settings will be the Operation input range place. I want to enter two price entries in the section here. Accordingly, when the price reaches the first value ("price1") that I will determine, no new transaction will be made and a notification will be sent to my mobile phone (EURUSD COLLECT PROFIT). The second value (price2) will be the stop loss for all open trades, but the transaction will not stop, only a notification will be sent to my mobile phone (EURUSD Stop Loss).

4. There will be a "Pip" value that I will set. This value will be added to or subtracted from the price in the calculation in order to enter or exit the transaction in the Pivot.

for example


In the SELL process;

to open a transaction; If the price is coming from below, approaching the upper pivot line as much as the pip value is enough to open a trade. If the price is coming from above, it must cross the pivot level by the pip value.

To close the process; It is sufficient for the price to approach the lower pivot line as much as the pip value.

In BUY process;

to open a transaction; The price should cross the pivot level up by the pip value.

to close the transaction; The price will only need to approach the next pivot level by the pip value.


5. Trades will be opened as "TP" orders and "SL" will be open.


6. In addition, if there are pivot levels very close to each other, the spread value will also be taken into consideration and will not open if the transaction is not profitable.


7. If the opened trade returns to the same level before reaching the other pivot level, a second trade at the same level will not be opened.


8. Old orders do not need to be updated according to new levels, as pivot levels change daily or weekly.


9. Source codes will open.

10. The calculation should be made according to the opening and closing hours of the forex market.

Forex Monday in Turkey 01 opens at 00.


The classic pivot calculation is as follows.

PPL=LOW

PPG=HIGH


Pivot= (PPL+PPH+CLOSE)/3

r1 = (pivot * 2) - PPL

s1 = (pivot * 2) - PPH

r2 = (pivot + (PPH - PPL))

s2 = (pivot - (PPH - PPL))

r3 = (pivot * 2) + (PPH - (2 * PPL))

s3 = (pivot * 2) - ((2 * PPH) - PPL)

r4 = (pivot * 3) + (PPH - (3 * PPL))

s4 = (pivot * 3) - ((3 * PPH) - PPL)

r5 = (pivot * 4) + (PPH - (4 * PPL))

s5 = (pivot * 4) - ((4 * PPH) - PPL)

(I'm working on a 15 minute chart)

trading



Responded

1
Developer 1
Rating
(219)
Projects
370
42%
Arbitration
145
17% / 41%
Overdue
124
34%
Free
Published: 38 codes
2
Developer 2
Rating
(14)
Projects
19
11%
Arbitration
1
0% / 100%
Overdue
5
26%
Free
3
Developer 3
Rating
(21)
Projects
24
17%
Arbitration
15
20% / 40%
Overdue
6
25%
Free
4
Developer 4
Rating
(23)
Projects
45
20%
Arbitration
25
28% / 48%
Overdue
12
27%
Free
5
Developer 5
Rating
(15)
Projects
23
9%
Arbitration
7
29% / 57%
Overdue
2
9%
Free
Similar orders
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured

Project information

Budget
37+ USD
Deadline
from 1 to 3 day(s)