MQL5 existing EA modification

MQL5 지표 전문가

작업 종료됨

실행 시간 102 일

명시

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)

파일:

응답함

1
개발자 1
등급
(361)
프로젝트
644
26%
중재
92
72% / 14%
기한 초과
12
2%
작업중
게재됨: 1 코드
2
개발자 2
등급
(82)
프로젝트
86
57%
중재
25
0% / 84%
기한 초과
19
22%
무료
3
개발자 3
등급
(296)
프로젝트
475
40%
중재
105
40% / 24%
기한 초과
80
17%
바쁜
게재됨: 2 코드
비슷한 주문
I have an MT5 indicator that carries out a top down analysis to generate an entry signal, but i want to change the way it calculates it's signal, into a more defined and better way which i will provide all information. I have the source code for modification, to be given once selected. Please i only want serious and experienced developer for the job
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Manly 30 - 200 USD
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
Indicator 250+ USD
Looking for an all in one buy sell indicator I'm looking for a strategy too as part of the project I'm willing to pay well but I will want to test it before proceeding with contract. I'm looking for a developer that is skilled motivated open for future projects... if you aren't one of those do us a favor and just don't respond
Im after a person to copy, exactly MACD in TRADINGVIEW to use on MT5. Ive tryed alot of the apps available...Tradingview works for me. Im also after a person to make a real time chart, overlayed on the delayed chart Thanks
need a dots marking of a simple rules pullback indicator. in the .tpl file look at 28 Jan 2026, TF M5 basically it is just overlaping lows or highs of the previous candle price. there are 2 scenario to accomodate: 1. simple pullbacks 2. pullbacks with inside bar and outside bar involved
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order

프로젝트 정보

예산
120+ USD