Доработка открытого кода советника по двум требованиям.

仕事が完了した

実行時間4 日
依頼者からのフィードバック
Отличный специалист, очень настырный в плане докапываться до истины и нацеленный побеждать, а это отличная черта характера! Рекомендую!
開発者からのフィードバック
Хороший заказчик Знает что хочет и четко это описывает

指定

Доброго дня. Есть исходник моего робота .mq5

Ошибок при компиляции нет. Нареканий по работе нет.

Необходимо сделать две копии исходников:

1 в одной из счетов будет прописана блокировка при торговле на реальном счёте, если имя держателя счёта не совпадает с прописанным в коде. В тестере и на демо советник должен работать;

2 в другой необходимо сделать так, чтоб он прошёл проверку на маркете. Сейчас ошибка при тестировании у них:

тест на EURUSD, H1 (неттинг) нет торговых операций тест на XAUUSD, D1 (неттинг) нет торговых операций тест на GBPUSD, M30 (неттинг) нет торговых операций тест на EURUSD, M1 (неттинг) торговых операций соответственно, надо сделать так, чтоб чтоб выскакивала ошибка в журнал. Как рекомендуется:

Рекомендуем тестировать своего торгового робота при заведомо малом размере начального депозита, например, 1 доллар США или 1 евро.    

Если проверка показала, что средств на совершение показала операции не хватает, вместо вызова функции OrderSend () выдать в журнал сообщение об ошибке. Примеры проверки:

MQL5







bool 





 CheckMoneyForTrade ( 





символьная 





 строка 





двойные 





 лоты, 



тип 





ENUM_ORDER_TYPE 





 ) 









  { 









// --- получим цену открытия 
   





MqlTick 





 mqltick; 

   





SymbolInfoTick 





 (симв, mqltick); 

   





двойная 





 цена = mqltick.ask; 

   





если 





 (введите == 





ORDER_TYPE_SELL 





 ) 









      цена = mqltick.bid; 









// --- значения необходимой и свободной 

   





 маржи 





двойной 





 маржа, free_margin = 





AccountInfoDouble 





 ( 





ACCOUNT_MARGIN_FREE 





 ); 

   





// --- вызовем функцию проверки 
   





если 





 (! 





 OrderCalcMargin 





 (тип, симв, лоты, цена, маржа)) 









     { 



      





// --- что-то пошло не так, сообщим и вернем false 
      





Распечатать 





 ( 





"Ошибка в" 





 , 





__ФУНКЦИЯ__ 





 , 





"код =" 





 , 





GetLastError 





 ()); 

       





возврат 





 ( 





ложь 





 ); 









     } 



   





// --- если не хватает средств на проведение операции 
   





если 





 (маржа> free_margin) 









     { 



      





// --- сообщим об ошибке и вернем false 
      





Распечатать 





 ( 





"Недостаточно денег для" 





 , 





EnumToString 





 (тип), 





"" 





 , лоты, 





"" 





 , сим, 





«Код ошибки =» 





 , 





GetLastError 





 ()); 

       





возврат 





 ( 





ложь 





 ); 









     } 









// --- проверка прошла успешно 
   





возвращение 





 ( 





истинный 





 ); 









  } 
У меня ничего не получается ...


応答済み

1
開発者 1
評価
(174)
プロジェクト
200
12%
仲裁
39
38% / 33%
期限切れ
5
3%
パブリッシュした人: 2 codes
2
開発者 2
評価
(644)
プロジェクト
871
48%
仲裁
29
38% / 17%
期限切れ
63
7%
仕事中
類似した注文
Make the generated .ex4 file lighter and run faster. mt4/mt5 It is not permitted to remove any function from the EA. Make the genertuytutated .yyfile lighter uand run faster. mt4/mt5 It is not permitted to remove aeytuytny function from the EA. Make the generated .ex4 file lighgcjdyhter and run faster. mt4/mt5 It is not permitted to remove any function from the EA. Make the generated .ex4 file lighter and run faster
8 cap prop firm passing 30 - 3000 USD
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
Specification : 1. Goal I am commissioning a mean-reversion grid Expert Advisor for XAUUSD on MT5. The deliverable is the complete, commented .mq5 source (strictly personal usel). Offers limited to compiled .ex5 will not be considered. 2. Required framework (non-negotiable) 2.1. Works natively on M5; signals evaluated on closed bars; symmetric long/short. 2.2. Entry logic built on Bollinger Bands + Moving Average
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback

プロジェクト情報

予算
30 - 60 USD
締め切り
最低 1 最高 2 日