EMA cross VWAP EA

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 6 giorni
Feedback del cliente
Great work, patient, and understood the requirements.
Feedback del dipendente
Thanks for the order, I will be glad to further cooperation.

Specifiche

Indicators:

- VWAP

- Exponential MA

**********************************************
EMA period: user-defined (on same timeframe as chart)
VWAP period: user-defined (on same timeframe as chart)
Timeframe use: 1 Hour (user-defined)
**********************************************


Order types to use in opening positions:
Market order

Lot size: 0.01 (user-defined) set TRUE/FALSE.
   If FALSE use RISK % of BALANCE per trade (user-defined)

Number of trades: X number of trades at a time (user-defined)

Position needs to close first before opening a new one: (user-defined)

Can opposing positions be opened? (user-defined)

Risk %: 10 (user-defined)

Buy:
EMA crosses VWAP. (See image below)
EMA and VWAP must be below the price to execute a valid buy position.

Sell:
EMA crosses VWAP. (See image below)
EMA and VWAP must be above the price to execute a valid sell position.

Whether to use trailing stop: TRUE/FALSE (user-defined)
Trailing stop: 30 pips (user-defined)
Trailing steps: 20 pips (user-defined)
Value: 0 (not in use)

 

Whether to use breakeven: TRUE/FALSE (user-defined)
How many pips before breakeven: (user-defined; 0 = do not use breakeven)


***********************************************

Order types to use for closing positions:
Market order

Hide TP/SL: TRUE (user-defined)
  If FALSE, broker can see

Stop loss: (user-defined as below)

- Fixed number of pips

- ADR (duration - user-defined)


Take profit: (user-defined as below)

- Fixed number of pips

- ADR (duration - user-defined)

 

Ability to take partial profits: (user-defined)
- At 1:1 RR - 75% (user-defined)
- At 2:1 RR - 10%
- At 3:1 RR – 15%, etc

***********************************************

TIME OF TRADE: (user-defined)
BROKER TIME

Value: 0 (not in use)

Monday: 0600 - 2230
Tuesday: 0600 - 2230
Wednesday: 0600 - 2230
Thursday: 0600 - 2230
Friday: 0600 - 2230
***********************************************
With Mq4 file available
***********************************************
With backtesting feature
***********************************************
Magic number
***********************************************

Dashboard Visibility: TRUE (user-defined)
    If FALSE, no information.
    If TRUE, availability of the following:
Balance:
Equity:
Profit:
Drawdown in %:

 

All source files and code to be passed to me.

File:

JPG
1.jpg
110.8 Kb
JPG
2.jpg
100.1 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(458)
Progetti
798
48%
Arbitraggio
75
19% / 51%
In ritardo
139
17%
In elaborazione
2
Sviluppatore 2
Valutazioni
(382)
Progetti
493
23%
Arbitraggio
60
55% / 25%
In ritardo
57
12%
Caricato
3
Sviluppatore 3
Valutazioni
(434)
Progetti
637
54%
Arbitraggio
32
59% / 22%
In ritardo
6
1%
In elaborazione
4
Sviluppatore 4
Valutazioni
(3)
Progetti
6
17%
Arbitraggio
1
0% / 100%
In ritardo
1
17%
Gratuito
5
Sviluppatore 5
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(104)
Progetti
127
24%
Arbitraggio
23
30% / 52%
In ritardo
8
6%
Gratuito
8
Sviluppatore 8
Valutazioni
(45)
Progetti
46
24%
Arbitraggio
34
9% / 85%
In ritardo
10
22%
Gratuito
9
Sviluppatore 9
Valutazioni
(317)
Progetti
564
35%
Arbitraggio
81
31% / 44%
In ritardo
204
36%
Gratuito
Ordini simili
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I need someone to develop a very simple and basic Expert Advisor for MetaTrader 5. The EA should open and close trades based on a custom trading time schedule. I am a student and I do not have a budget, so I am kindly asking if someone can help me for free or as a beginner-friendly project. The EA does not need to be complicated. I only need basic settings for start time, end time, buy/sell option, lot size, stop
Profitable EA 50 - 5000 USD
I have been tired of losing money in forex for several years, I decided to buy an EA directly from the programmer , I am ready to put the right price for a real winning strategy, no matter which strategy is used. The main thing is that the strategy is profitable Send me a demo, I'll put it on the VPS. The most profitable strategy will be chosen after a week
I really like this platform. I am interested in trading and need funds for it. I enjoy both crypto and forex trading.I"really appreciate this platform. I am keen on trading and am looking for trading funds. I enjoy trading in both cryptocurrency and forex."
Titan Quantum Algo Engine V2 is an advanced MT5 Expert Advisor designed to identify high-probability market opportunities using trend analysis, breakout detection, and intelligent risk management. The EA automatically executes trades, manages stop-loss and take-profit levels, and helps traders maintain disciplined trading with optimized entry and exit strategies
The striker robot 30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
Hello, I need a Python-based MT5 forex trading bot developed. The bot should connect to MetaTrader 5, execute trades based on a predefined strategy, and support standard risk management features such as stop loss, take profit, and position sizing. Requirements: MT5 integration using Python Automated trade execution based on provided strategy rules Configurable risk management settings Support for major forex pairs
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
I need developer who Can perfectly build me a layout of Ninjatrader 8 (NT8) to look and feel the same on SierraCharts? I currently use NT8 but I want to start using SierraCharts because its more robust than NT8, but I don't want to have to worry about programming SierraCharts. How much would this cost? Thank you

Informazioni sul progetto

Budget
30 - 50 USD
Scadenze
da 2 a 5 giorno(i)