Lavoro terminato
Tempo di esecuzione 1 ora
Feedback del cliente
Extremly informative and easy to work with.
Feedback del dipendente
Awesome Client (a coder who needed some guidance).
Specifiche
The developer will create a usable function that uses the attached MUTEX code to stop an EA from opening orders on multiple charts at the same time.
I will then add the developers created function into my EA's code.
//+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ class Mutex { #ifndef MUTEX_TIMEOUT_MSEC #define MUTEX_TIMEOUT_MSEC 60000 // Trade context busy maximum delay #endif public: void Mutex() : mName("GV_Mutex"), mLocked(false) {Lock();} void Mutex(const string& aName) : mName(aName), mLocked(false) {Lock();} void ~Mutex() {Release();} void Lock(void) { if(mLocked) return; uint startWaitingTime = 0; if(!GlobalVariableTemp(mName)) { int err = GetLastError(); if(err != ERR_GLOBAL_VARIABLES_PROCESSING) { PrintFormat("Mutex: GVSet Failed: %i", err); } return; } while(true) { if(!IsTradeContextBusy()&& GlobalVariableSetOnCondition(mName, 1, 0)) { if(startWaitingTime != 0) { RefreshRates(); } mLocked = true; return; } if(IsStopped()) { Print("Mutex: The expert was terminated by the user!"); return; } if(startWaitingTime == 0) { startWaitingTime = GetTickCount(); // Remember start time. } else { uint delay = GetTickCount() - startWaitingTime; if(delay > MUTEX_TIMEOUT_MSEC) // Abort. { PrintFormat("Wait time (%i sec) exceeded!", MUTEX_TIMEOUT_MSEC / 1000); return; } Sleep(1000); } }// while } // Lock void Release(void) { if(mLocked) { if(!GlobalVariableSet(mName, 0)) { PrintFormat("Mutex: GlobalVariableSet(UNLOCK): Error #", _LastError); } mLocked=false; } } bool IsLocked(void) const {return mLocked;} private: string mName; bool mLocked; }; // Mutex
Con risposta
1
Valutazioni
Progetti
17
29%
Arbitraggio
6
17%
/
67%
In ritardo
4
24%
Gratuito
Ordini simili
Professional AI Automation Trading Bot for Forex & Crypto
500 - 1500 USD
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
The striker robot
30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
Binance Ai Trading Bot $US700 budget negotiable
700 - 3000 USD
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation
I have a EA for XAUUSD which works awesome in sideways and trending market as well, capital requirement is only 2000USd and weekly profit is around 1500-2000 USD. I am using this bot from 3 months and getting continuous good result
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
MANAGERS FOR MT4 AND MT5 TRADES
49+ USD
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b
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
Informazioni sul progetto
Budget
30+ USD
Scadenze
da 1 a 10 giorno(i)