Fully automated trading robot for MT4 or MT5

指定

Hi ,

I have an indicator Which name is : follow line indicator ( Dreadblitz )                                              It is required to design a robot based on a specific indicator 

Robot working mechanism 

The working principle of the robot is simple and uncomplicated 

As follows 

If the Hammer appears, a downward deal is entered until the Bomb appears, the downward deal is closed, and the uptrend deal is entered directly. 

If the Bomb appears, an upward transaction is entered until the Hammer appears, and if the Hammer appears, the upward transaction is closed, and the transaction is directly entered into a downward transaction, and so on. 

   As a result, there is always one open deal, either up or down 

After that, the programmer has to do the strategic reference test for the past 3 years [and send the results of those tests to me directly] to make sure of the profit rate. If the profit rate is greater than 70 percent, the robot will be approved. modifications 

  The final percentage or final result must be 70 percent or more 


The robot must work on all timeframes, from the minute one to the daily one 

The robot should work on all forex currency pairs 

  News filter to stop EA before high impact news 

No stop loss but I would like to set it in the settings to control it if needed 

  There is no trailing stop loss, but I also want to add it to the settings to control it if necessary 

Lot = 0.01 - fixed lot. But I also want to add it to the settings to control it if necessary 

The number of open deals is always one in one of the two directions, either up or down, but I would like to add this option to the settings and control it at a later time if necessary 

Add Martingale / Anti-Martingale option to settings

応答済み

1
開発者 1
評価
(3)
プロジェクト
3
33%
仲裁
0
期限切れ
0
2
開発者 2
評価
(62)
プロジェクト
76
54%
仲裁
3
0% / 33%
期限切れ
1
1%
仕事中
パブリッシュした人: 6 codes
3
開発者 3
評価
(9)
プロジェクト
20
10%
仲裁
4
50% / 50%
期限切れ
5
25%
4
開発者 4
評価
(93)
プロジェクト
114
24%
仲裁
21
29% / 52%
期限切れ
8
7%
類似した注文
Apply with a keen sense of responsibility . Copy the code . Both of my expert has sufficient materials . Its a simple winning strategy , therefore please be ahead of time . Code BLUE . Changing The Strategy According to what i think is correct
I would love to see most of my trades going well being in profits! & keep consistent trading without having to blow any accounts be able to identify right trades and have good trading strategy
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
Martingale Strategy 50 - 70 USD
I need a gambling bot that implements the Martingale Strategy for betting on roulette. It will be used on platforms like Betcity and Unibet to manage bets effectively. Scope of work - Develop a bot that implements the Martingale Strategy for roulette. - Ensure compatibility with Betcity and Unibet platforms. - Include functionalities for adjusting bet size and managing losses. - Integrate platform-specific features
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
Hello there Hpe you are doing good I am in search of a pine script expert developer who can build strategy in apudFlow in pinescript. Kinldy bid on this project if you can do this
I need a scalping-specific logic MT5 trading bot with a Donchian-channel–based dynamic stop-loss and take-profit system, applies RSI volatility filtering to avoid low-quality setups, and allows asset-specific adjustable parameters for fine-tuning performance Trading details: - Symbol: Any Forex EUR/USD - Platform: MT5 - Strategy type: Scalping (fast trades) - Timeframes: 5sec/ M1 / M5 - Fixed Stop Loss and Take
Looking for an experienced MQL5 developer to analyze and reverse-engineer the trading logic of an existing scalping Zone Recovery EA using Moving Averages and Bollinger Bands, and then rebuild it
EA Expert MTA 4 30+ USD
I have my own indicator and needs to create EA expert working smoothly with it to hit the targets as defined in indicator: Technical approach: - The EA will read the indicator signals using Copy Buffer on the selected timeframe - The EA should hit indicator variable targets factor -​Auto-Entry: Instant execution when the signal appears. ​-Alerts: Mobile Push Notifications + Pop-up alerts. -​Money Management Auto-lot

プロジェクト情報

予算
35+ USD
締め切り
最高 10 日