MQL5 existing EA modification

MQL5 Göstergeler Uzmanlar

İş tamamlandı

Tamamlanma süresi: 102 gün

Şartname

1‐ Printing on Chart: As per attached picture

2‐ Optimize code for fastest testing possible

3‐ Fix trading after stoploss bug as indicated in the pictures – after stoploss EA to start trading using original cycle and not exit strategy.

4‐ EA Functionality:

a. Trading start with Original Cycle using “original Cycle slope “by choosing trading with every candle or by no. of pips. If by

no. of pips then EA to open cycle immediately after previous cycle is closed and not wait for more pips to be achieved.

b. If Positions Close, then start new cycle (step a)

c. EA will start “Exit Strategy “and start using “Exit strategy Slope” if any of the 2 following conditions are achieved combined

or separately:

i. Parameter: No. of Positions exceed set number (Condition 1)

ii. Parameter: Drawdown to activate (Condition 2)

d. If Cycle Close, then start new cycle (step a)

e. StopLoss : EA will close cycle by profit or loss if any of the following 3 conditions meet combined or separately:

i. Parameter: No. of open positions exceed set number (Condition 1)

ii. Parameter: Drawdown reach certain amount in Dollars (Condition 2)

iii. Parameter: Slope Direction Line indicator is reversed ‐ Original Cycle Slope (Condition 3)

f. EA to start new cycle (step a)

Parameters:

Time Filter:

1‐ Weekly Start Day : Drop Down list Monday to Friday – First day in the week to open new positions

2‐ Weekly End Day : Drop Down list Monday to Friday – Last Day in the week to open new positions

3‐ Daily Start Hour : hour when EA will start opening new positions

4‐ Daily End Hour : Hour when EA will stop opening new cycles and will keep and manage existing ones as per “Close ALL by end hour”

parameter

5‐ Close All by Daily End Hour: TRUE OR FALSE

6‐ Weekly Close All: TRUE OR FALSE –

a. if True then EA will close all positions at loss or profit by two parameters:

i. Weekly End Day (2)

ii. Weekly Close Hour (7)

7‐ Weekly Close All Hour: Close all positions by this hour and wait for new Weekly start day (1) and weekly start hour to start opening

positions again.

Original Cycle

1‐ Slope direction line period: Buy or Sell as per slope direction line color

2‐ Trading Style (drop down list):

a. Open every candle: ( Open position at the open price of every candle )

b. Open by no. of pips: ( Open positions after number of pips distance – parameter no. (3)

3‐ No. of Pips: (distance between each position ‐ if 0 then not active)

4‐ TP of Cycle $ : Desired take profit value of total cycle in dollars

5‐ Sell below slope only: (True or False) – check attached pictures

6‐ Buy above slope only: (True or False) – check attached pictures

Exit Strategy:

1‐ No. of positions to activate Exit : ( if 0 then not active)

2‐ Drawdown $ to activate Exit : ( if 0 then not active)

3‐ Slope direction line period:

4‐ Exit Strategy TP : (if zero then no profit needed or breakeven with last account equity)

5‐ Exit Strategy every position TP

Stop Loss :

1‐ No. of open positions to activate SL : ( if 0 then not active)

2‐ Drawdown $ to activate SL: ( if 0 then not active)

3‐ Slope Direction Line reversal: ( if 0 then not active)

Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(361)
Projeler
644
26%
Arabuluculuk
92
72% / 14%
Süresi dolmuş
12
2%
Çalışıyor
Yayınlandı: 1 kod
2
Geliştirici 2
Derecelendirme
(82)
Projeler
86
57%
Arabuluculuk
25
0% / 84%
Süresi dolmuş
19
22%
Serbest
3
Geliştirici 3
Derecelendirme
(298)
Projeler
478
40%
Arabuluculuk
105
40% / 24%
Süresi dolmuş
82
17%
Yüklendi
Yayınlandı: 2 kod
Benzer siparişler
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
i brought an EA called profit hunter killer and the file is not working any more its a scalper type EA can anyone here decomplie the file as i cam not abe to reach the seller i brought it on Shopee malaysian website
Recently I have backtested more than 100 EAs and I have come to a conclusion that in the long-term all of them produce catastrophic results. I used 99.9% data quality and whenever possible decades of data. In the short-term almost all of them can have nice gains. But there is hardly any EA that could survive even just 3-5 years, let alone decades ! This got me thinking: if almost all EAs are unfit for long-term
I need to connect my online store to the NinjaTrader API for automated order fulfillment and license creation/revocation. If you have experience integrating with the NinjaTrader Ecosystem API or implementing vendor licensing, please contact me with your relevant experience and approach
I am looking for an experienced MQL5 developer to convert a TradingView indicator into an MT5 indicator. The objective is to recreate the TradingView indicator in MQL5 so that it produces the same calculations, plots, values, and signals as closely as possible. Requirements: Convert the TradingView Pine Script into an MT5 indicator (.mq5). Ensure the MT5 version matches the TradingView version as accurately as
EA WILL BE FOR GBPUSD ON M5 TIMEFRAME. IT IS A REJECTION/REVERSAL STRATEGY. IT FOCUSES ON BREAK OF LEVEL (M5 CANDLE CLOSE ABOVE HIGH, BELOW LOW (ASIA HIGH/LOW, YESTERDAYS HIGH/LOW, LAST WEEK HIGH/LOW, AND THEN ALSO SWING LEVELS BREAK AND REVERSALS BOTH INSIDE AND OUTSIDE PRICE ACTION) IN THIS STRATEGY WICKS ARE IGNORED, ONLY A SOLID CANDLE BREAK AND CLOSE AND REVERSAL CONSTITUTES AS A VALID TRADE. * EA TIME START +
1) The EA must identity CRT High and CRT Low ,,,,, it must wait for liquidity sweep before entering a trade ,,,to confirm the trade only after sweep and market structure confirmation and support buy and sell trades ,,,,risk. Should be adjustable (default 1% per trade) ,,stop loss should be placed beyond the liquidity sweep ,,take profit should be adjustable with risk reward from 1:2 to 1:5 ,,should allow trading only
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious

Proje bilgisi

Bütçe
120+ USD