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)

類似した注文
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
Prepare expert for xauusd live chart [ expert is not executing trades on xauusd ] . Deletion and cleaning code . Trailing Stop Rule to follow the given method . Live Chart Only
MT5 EA Developer for Structured ICT/SMC Market Logic Requirements Specification: I need an MT5 Expert Advisor only in MQL5. No indicator, no script, no DLL, and no external API. The EA must be built on a rule-based ICT/SMC-style framework with objective, backtestable logic. I am not looking for social-media-style ICT/SMC interpretation. I need a developer who can convert trading concepts into clear coding rules. The
Szukam doświadczonego programisty do stworzenia dedykowanego doradcy eksperckiego (EA) do tradingu. Programista powinien posiadać solidną wiedzę z zakresu MT5, logiki strategii, wskaźników, zarządzania ryzykiem i backtestingu. Doświadczenie w tworzeniu niezawodnych i profesjonalnych robotów handlowych będzie dodatkowym atutem. Proszę o kontakt, jeśli zrealizowałeś już podobne projekty. wszystkie szczeguły podam w
I’m looking for an experienced MetaTrader 4 (MT4) developer to analyze, repair, and live-test an existing .EX4 Expert Advisor. Project Details Existing file: GannMadeEasy_pro.ex4 Platform: MetaTrader 4 Issue: EA is not loading properly on charts in newer MT4 builds Goal: Make the EA fully functional and compatible with current MT4 versions Requirements The developer must: Analyze the existing EX4 file Identify