Buy, SL, TP at pivot levels script or EA

MQL5 Esperti Script C++

Lavoro terminato

Tempo di esecuzione 4 ore
Feedback del cliente
Very professional. The first demonstration of the script was exactly what I wanted. The work was finished well before the deadline.

Specifiche

Pivot point (PP) = (High + Low + Close) / 3
First resistance (R1) = (2 x PP) – Low
First support (S1) = (2 x PP) – High
Second resistance (R2) = PP + (High – Low)
Second support (S2) = PP – (High – Low)
Third resistance (R3) = High + 2(PP – Low)
Third support (S3) = Low – 2(High – PP)


I would like a simple script or EA that can set a pending order on a chosen pivot point. The Stop loss and Take profit are also a pivot point.

Inputs:

Lot size
Pair to trade: Choose EUR/USD, GBP/USD, USD/JPY etc. (all pairs)
Buy stop pending order at: R3/R2/R1/PP/S1/S2/S3
Stop Loss (for the pending buy order): R3/R2/R1/PP/S1/S2/S3
Take Profit (for the pending buy order)R3/R2/R1/PP/S1/S2/S3

Sell stop pending order at: R3/R2/R1/PP/S1/S2/S3
Stop Loss (for the pending sell order)R3/R2/R1/PP/S1/S2/S3
Take Profit (for the pending sell order)R3/R2/R1/PP/S1/S2/S3



Con risposta

1
Sviluppatore 1
Valutazioni
(258)
Progetti
396
28%
Arbitraggio
69
19% / 49%
In ritardo
121
31%
Gratuito
2
Sviluppatore 2
Valutazioni
(66)
Progetti
95
28%
Arbitraggio
20
25% / 55%
In ritardo
24
25%
Gratuito
3
Sviluppatore 3
Valutazioni
(1235)
Progetti
2820
80%
Arbitraggio
156
22% / 43%
In ritardo
487
17%
Gratuito
4
Sviluppatore 4
Valutazioni
(42)
Progetti
70
43%
Arbitraggio
6
33% / 50%
In ritardo
19
27%
Gratuito
5
Sviluppatore 5
Valutazioni
(5)
Progetti
7
0%
Arbitraggio
1
100% / 0%
In ritardo
5
71%
Gratuito
6
Sviluppatore 6
Valutazioni
(73)
Progetti
257
53%
Arbitraggio
16
50% / 38%
In ritardo
83
32%
Gratuito
7
Sviluppatore 7
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(537)
Progetti
813
62%
Arbitraggio
33
27% / 45%
In ritardo
23
3%
Gratuito
Pubblicati: 1 codice
9
Sviluppatore 9
Valutazioni
(885)
Progetti
1410
67%
Arbitraggio
123
32% / 41%
In ritardo
218
15%
Gratuito
Pubblicati: 1 codice
10
Sviluppatore 10
Valutazioni
(349)
Progetti
463
51%
Arbitraggio
41
24% / 49%
In ritardo
149
32%
Gratuito
11
Sviluppatore 11
Valutazioni
(9)
Progetti
11
45%
Arbitraggio
2
0% / 100%
In ritardo
2
18%
Gratuito
12
Sviluppatore 12
Valutazioni
(329)
Progetti
539
66%
Arbitraggio
53
21% / 40%
In ritardo
169
31%
Gratuito
Pubblicati: 1 codice
13
Sviluppatore 13
Valutazioni
(430)
Progetti
606
55%
Arbitraggio
48
23% / 56%
In ritardo
176
29%
Gratuito
14
Sviluppatore 14
Valutazioni
(2652)
Progetti
3369
68%
Arbitraggio
77
48% / 14%
In ritardo
342
10%
Gratuito
Pubblicati: 1 codice
15
Sviluppatore 15
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
16
Sviluppatore 16
Valutazioni
(2315)
Progetti
2914
63%
Arbitraggio
124
44% / 25%
In ritardo
429
15%
Caricato
17
Sviluppatore 17
Valutazioni
(5)
Progetti
3
0%
Arbitraggio
19
0% / 100%
In ritardo
0
Gratuito
18
Sviluppatore 18
Valutazioni
(5)
Progetti
5
0%
Arbitraggio
5
0% / 60%
In ritardo
2
40%
Gratuito
19
Sviluppatore 19
Valutazioni
(2)
Progetti
2
0%
Arbitraggio
2
0% / 100%
In ritardo
1
50%
Gratuito
20
Sviluppatore 20
Valutazioni
(277)
Progetti
334
55%
Arbitraggio
14
36% / 29%
In ritardo
1
0%
Gratuito
21
Sviluppatore 21
Valutazioni
(33)
Progetti
49
12%
Arbitraggio
16
0% / 88%
In ritardo
10
20%
Gratuito
Ordini simili
Ramen ka algo 30+ USD
//+------------------------------------------------------------------+ //| Advanced_EA_MT5.mq5 | //| Educational Purpose | //+------------------------------------------------------------------+ #property copyright "Educational" #property version "1.00" #property strict // ইনপুট প্যারামিটার - ট্রেডিং সেটিংস input double RiskPercent = 1.0; // প্রতি ট্রেডে ঝুঁকি (%) input double FixedLot = 0.01; // ফিক্সড লট
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
Hi, I am looking for an Quant/MQL5 developer to build a pure mathematical, Delta-Neutral Statistical Arbitrage (spot vs future ) Expert Advisor. ​ No retail indicator logic (No RSI, MACD, etc.). This is a high-speed, spread-based execution model trading the pricing inefficiency between two correlated assets (e.g., Gold Spot XAUUSD vs Gold Futures). ​ Core Requirements at a Glance: ​Real-time Spread & Z-Score
Looking for a Proven Non-Repainting Gold Indicator (XAUUSD) – High Accuracy & Ready-Made Solutions Only 📌 Project Description: I am looking for a high-quality, non-repainting indicator specifically for XAUUSD (Gold) that is already developed and tested. ⚠️ Important: I am NOT looking for a new indicator to be built from scratch. I want an existing, proven system that you have already created and are confident in. 🎯
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
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
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
Existing EA 30 USD
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or

Informazioni sul progetto

Budget
30 - 60 USD