Tâche terminée
Temps d'exécution 3 heures
Commentaires du client
High quality work with very fast speed. Thanks :)
Commentaires de l'employé
Thanks for task! :)
Spécifications
I have an EA which place 20-30 LIMIT STOP orders which can be converted to running orders whenever the price reach. The description of this EA is given in the following link
I need an ADD ON features on this EA
After the order is placed through the EA there will be floating P/L.
I need to close ALL positions running + pending when a certain value of P/L or SL is reach. Check should be on every tick. There should profit and SL value as input.
This value should also be displayed over Charts.
Once all the order is closed logically EA will open new orders again but I need to have have ON/OFF button on the charts through which it can be managed.
Once P/L or SL is hit the ON button should automatically turn to OFF. Then I can manually turn the OFF button to ON to restart trades. I don't want to manage it using Auto Trading On / Off. Because I will keep Auto Trading On permanently.
For Close all the system should close running orders first instead of pending orders as pending orders will be around 30 and it will take 30 seconds to close so best is to close all running first.
I will be sharing the current EA code when developer is finalized.
Répondu
1
Évaluation
Projets
66
12%
Arbitrage
12
58%
/
42%
En retard
1
2%
Gratuit
2
Évaluation
Projets
228
19%
Arbitrage
20
40%
/
20%
En retard
0
Occupé
3
Évaluation
Projets
243
74%
Arbitrage
7
100%
/
0%
En retard
1
0%
Gratuit
Publié : 1 article
4
Évaluation
Projets
72
22%
Arbitrage
13
46%
/
15%
En retard
5
7%
Gratuit
Commandes similaires
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
Convert Pinescript into MQL5 EA trading bot
30 - 200 USD
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
Informations sur le projet
Budget
30+ USD