仕事が完了した
実行時間21 時間
依頼者からのフィードバック
The best developer I have used here.
開発者からのフィードバック
It was nice to work with the client. Thank you for the project.
指定
The loop will calculate consecutive losing trades and reset to zero once a winning trade is met.
For example: A trade is closed as a losing trade, the loop will count 5 losing trades and return the value 5, then once a trade has closed in profit the loop will reset.
I am looking for very concise code that I will add to an existing EA.
This is the code I have as an example which does not function the way I am proposing.
//+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ int ConsecutiveLosses() { //Calculate the no of winners and losers from today's trading. These are held in the history tab. int LosingTrades = 0; int loss_count = 5; // (BA) Get the start second of the current day (server time) for(int cc = 0; cc <= OrdersHistoryTotal(); cc++) { if(!OrderSelect(cc, SELECT_BY_POS, MODE_HISTORY)) { continue; } if(OrderSymbol() != Symbol()) { continue; } if(OrderMagicNumber() != MagicNumber) { continue; } if(OrderType() > 1) { continue; } if(OrderProfit() < 0) { LosingTrades++; if(LosingTrades > loss_count) break; } }//for (int cc = 0; cc <= tot -1; cc++) return(LosingTrades); }//End void CalculateDailyResult()
応答済み
1
評価
プロジェクト
322
30%
仲裁
34
26%
/
65%
期限切れ
10
3%
仕事中
2
評価
プロジェクト
122
30%
仲裁
6
33%
/
33%
期限切れ
5
4%
仕事中
3
評価
プロジェクト
416
30%
仲裁
74
19%
/
72%
期限切れ
52
13%
仕事中
4
評価
プロジェクト
285
65%
仲裁
3
100%
/
0%
期限切れ
65
23%
暇
5
評価
プロジェクト
58
3%
仲裁
6
0%
/
67%
期限切れ
5
9%
暇
6
評価
プロジェクト
427
26%
仲裁
18
61%
/
33%
期限切れ
26
6%
暇
パブリッシュした人: 8 codes
7
評価
プロジェクト
137
52%
仲裁
5
40%
/
60%
期限切れ
0
暇
類似した注文
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
GRID EA with PRUNING
80+ USD
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I have a MT5 Hull MTF Indicator that I like. I would like someone to add: 1) Time of day function (with start time and end time) so that it does not send messages during my night time. Default Start=0900 Default End=2300 2) Add to the Message (sound and email): so that it is Symbol+Buy-Or-Sell+Ask-OrBid Price+TimeFrame1 "/" TimeFrame2 I will send the indicator to the developer. Thank you
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /
Developers needed for mt4, mt5 EAs
45 - 50 USD
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
Prepare expert for xauusd live chart [ expert is not executing trades on xauusd ] . Deletion and cleaning code . Trailing Stop Rule to follow the given method . Live Chart Only
プロジェクト情報
予算
30+ USD
締め切り
最低 1 最高 10 日