Add an extension to a working EA.

MQL4 エキスパート

仕事が完了した

実行時間23 時間
依頼者からのフィードバック
Great coder will use again, thanks a lot for your help on a tricky job !
開発者からのフィードバック
Many thanks!

指定

Hi,

I am looking for a coder to add an extension to a working EA.

The idea for the extension is that of confirmation of price velocity within open trades. Simple idea based on pip movement over time and must be optimisable.

The extension is based on adding a single new trade in accordance to the live trades in progress as set by the existing (so far unadjusted) EA.

The general idea is this, if the EA opens a trade then extra trades (up to a maximum of 2 extra trades as the EA can open both a long and or short trade at the same time) may be opened based on pip to time movement.

For example the existing EA opens a long trade and the price or pip movement is positive (long) n pips over n seconds in the direction of the existing long trade then a new trade is opened.

Conversely the existing EA opens a short trade and the price or pip movement is negative (short) n pips over n seconds in the direction of the existing short trade then a new trade is opened.

Standalone money management for this new function must duplicate existing money management in the so far unadjusted EA. The duplicated money management functions will need to be universal for any new trades opened. In that they will be replicated across all new opened trades. Therefore there will only be 1 new input needed for all of 2 new possible trades.

The inputs must include:

TimeInSeconds=

PipVelocity=

UseMoneyManagement=true/false

RiskPercent=

StopLoss=

TakeProfit=

UseMoveToBE=true/false

WhenToMoveToBE=

PipsToLockIn=

UseTrailingStop=true/false;

TrailType Trailing_Type=Regular; (Hard Set, non-adjustable)

WhenToTrail=

TrailAmount=

 

I hope you can help? I will supply the EA for further development on confirmation of acceptance.

I look forward to working with you. Please feel free to ask further questions if further clarification of the idea is needed?

Regards Mike

 

 


応答済み

1
開発者 1
評価
(588)
プロジェクト
1062
50%
仲裁
39
28% / 41%
期限切れ
49
5%
仕事中
パブリッシュした人: 1 article, 8 codes
類似した注文
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
I need modifications and restructuring of an existing MetaTrader 5 Expert Advisor (MQL5) . The current EA works with only one filter for trade entry. I need it redesigned to support 10 optional filters , with flexible configuration and improved Renko logic. I will provide the full .mq5 source code . The EA currently opens trades only when the selected filters agree in direction. 1) 10 Optional Filters System The EA
Seeking an experienced quantitative developer to build a custom, AI-powered Telegram signal parsing and trade execution system. The goal is to automatically copy trading signals from multiple Telegram providers to MetaTrader 5 with ultra-low latency and intelligent signal interpretation. Body: Looking for an experienced developer to build a custom signal copier system. Skills Required: - MQL5 / MetaTrader 5
I need a hft bot that works well on live market. I have tested some bot and they only perform on demo market. If you have any one that is profitable in the live market, pls send a message. I will need to test it before paying. Pls make sure the bot is profitable in LIVE MARKET
Mt4 ea 50 - 150 USD
looking for create ea for mt4 or mt5 which for gold which open buy and sell stop order on previous day high and previous day low , after enter the trade it will trail aggressively. need optimization and back test report. have selectable profiles for gold, forex and index. selection for trade based on fixed lot or equity base
I am looking to purchase a ready-made, proven Multi-Currency Expert Advisor MT5 (EA) from a developer/vendor. I do not have a custom strategy yet — I want to acquire a completed EA product that already trades multiple currency pairs (ideally with configurable risk management and trade management features). This is a purchase (not a custom build). What I Want ✅ EA Must Trade Multiple Instruments (Portfolio) Trades
I want a bot like the one uploaded in the video.Urgently and as soon as possible, I need a professional who can create something like what I uploaded in the video
I need an Expert Advisor based on AOX signals. It must have check and handling of trade operations errors. The main criteria for opening and closing a position: * moving average direction *the price is higher than the previous bar. Trade lots is an input parameter
Dear Developers, I am seeking a professional developer to build an institutional-grade automated trading system that operates exclusively using pending orders, with advanced and fully customizable trade management logic. This is not a basic Expert Advisor. The goal is to create a structured, intelligent, and long-term trading system with clean architecture and professional execution standards. Project Requirements

プロジェクト情報

予算
30+ USD
締め切り
最低 2 最高 3 日