Техническое задание

html

Fully MT5 Mobile Automated Forex Trading Robot 100% Accurate

This is a fully automated forex trading robot designed for the MetaTrader 5 platform. It is programmed to execute trades with 100% accuracy based on predefined algorithms and market conditions.
```c //+------------------------------------------------------------------+ //| MobileTradingRobot.mq5| //| Copyright 2022, Your Name | //| Your Website | //+------------------------------------------------------------------+ #property copyright "Your Name" #property link "Your Website" input int FastMAPeriod=5; // Fast Moving Average Period input int SlowMAPeriod=20; // Slow Moving Average Period input double LotSize=0.1; // Trading Lot Size //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { // Add initialization code here Print("Mobile Trading Robot Initialized"); return(INIT_SUCCEEDED); } //+------------------------------------------------------------------+ //| Expert deinitialization function | //+------------------------------------------------------------------+ void OnDeinit(const int reason) { // Add deinitialization code here Print("Mobile Trading Robot Deinitialized"); } //+------------------------------------------------------------------+ //| Expert tick function | //+------------------------------------------------------------------+ void OnTick() { double FastMA, SlowMA; int positions=PositionsTotal(); // Calculate Fast Moving Average FastMA=iMA(Symbol(),0,FastMAPeriod,0,MODE_SMA,PRICE_CLOSE,0); // Calculate Slow Moving Average SlowMA=iMA(Symbol(),0,SlowMAPeriod,0,MODE_SMA,PRICE_CLOSE,0); // Buy Signal if(FastMA>SlowMA && positions==0) { OrderSend(Symbol(),OP_BUY,LotSize,Ask,3,0,0,"MobileTradingRobot",0,0,clrNONE); Print("Buy Signal Generated"); } // Sell Signal if(FastMA slow_ma and mt5.positions_total() == 0: request = { "action": mt5.TRADE_ACTION_DEAL, "symbol": "EURUSD", "volume": LotSize, "type": mt5.ORDER_TYPE_BUY, "price": mt5.symbol_info_tick("EURUSD").ask, "type_time": mt5.ORDER_TIME_GTC, "magic": 0, "comment": "MobileTradingRobot", "position": 0 } result = mt5.order_send(request) print("Buy Signal Generated") # Sell Signal if fast_ma < slow_ma and mt5.positions_total() == 0: request = { "action": mt5.TRADE_ACTION_DEAL, "symbol": "EURUSD", "volume": LotSize, "type": mt5.ORDER_TYPE_SELL, "price": mt5.symbol_info_tick("EURUSD").bid, "type_time": mt5.ORDER_TIME_GTC, "magic": 0, "comment": "MobileTradingRobot", "position": 0 } result = mt5.order_send(request) print("Sell Signal Generated")```html

Откликнулись

1
Разработчик 1
Оценка
(136)
Проекты
190
21%
Арбитраж
12
58% / 25%
Просрочено
1
1%
Загружен
2
Разработчик 2
Оценка
(50)
Проекты
74
50%
Арбитраж
8
38% / 38%
Просрочено
7
9%
Работает
Похожие заказы
Hi i have 3 indicators that are mq4 file what i would like to do is to let these indicators become one and get arrow signals for them let me know if that can be done , the first indicator is super smoother line with period 14 with color line, the next indicator is a another smoother indicator that breaks out when a trend begins and the last is 2 moving average line that crosses each other to give arrow signals. I
Hi, I want a custom indicator to be coded based on 2 default Indicators. Add alerts for signals and news filter alerts to be sent through metaquotes id, email and phone. Popup alerts for pc/laptop as well. I would like it to have a display panel that logs the trade history and a buy/sell button with risk % based on balance and equity, fixed lots and some other features
Hello I am looking for a developer to help me do modification on my custom ninjatrader 8 strategy and also backtest it in other to work perfectly your expertise is highly needed for this project Kindly reach out to me and let get started on the project Thanks
Hello, I need a quote for developing a bot for my renko based trading system on ctrader platform and based on the attached specification your expertise is highly needed for this project Thanks
Hello, please let me know if any of these strategies can be turned into a bot (automation) and run 24/7 on a vps. Also note that they might not use the latest versions of indicators, if this matters, then please check for the latest versions. Thank you! Dan https://1drv.ms/f/s!Alr17W7ddJLYgYgiFKZYluOfokbfQg
Hello! Thanks for reading. I need an EA with an inbuilt/already made strategy that I can use for prop firms. The drawdown should be very low of only 2-4% max and another criteria is that no one else other than you are currently using it and if you happen to use it you must tell me which prop firm you are using it on to avoid us using the same EA on the same prop firm to get the account denied. As you know or may
Hello I am looking for a developer to help me backtest my custom ninjatrader 8 strategy andake it work perfectly your expertise is highly need for this project kindly reach out to me and let proceed
Hello please I need a developer to help me fix errors on my Ninjatrader 8 strategy I and make it work perfectly your expertise is need for this project kindly reach out to me and let's proceed
Trading Gold , tap in & join the ride of the trading platform and watch us grow as the days go on , we're looking forward to have you on board the journey
I hope this message finds you well. I am in search of a FREE skilled developer to transform three indicators into a fully functional trading robot. These indicators consist of two MACD indicators, each displaying two colors (red and green), along with a RED arrow signal. Here are the specific requirements for the project: The robot should execute trades only when the RED arrow signal appears and both MACD indicators

Информация о проекте

Бюджет
30+ USD
Исполнителю
27 USD