指定

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
評価
(138)
プロジェクト
194
21%
仲裁
13
54% / 23%
期限切れ
1
1%
取り込み中
2
開発者 2
評価
(54)
プロジェクト
79
53%
仲裁
8
38% / 38%
期限切れ
7
9%
類似した注文
I am looking developer who can code pocket option data and insert in to costume candle Heikin in trading view. I want to trade otc as such its up to developer to get pocket option data stream and then make costume candle Heikin inside of trading view. Their will be a drop down menu in setting that will use to pick the otc pair. Developer must have way to chat on mobile app also. We will use
I need an EA in based of this indicator. It have buffers. The owner told me it..., So I need an expert who can do this I will attached the file right now
We are seeking a highly skilled Node.js developer with experience in JavaScript and TypeScript to join our team. The ideal candidate should have a strong understanding of Node.js and its ecosystem, as well as proficiency in JavaScript and TypeScript. Knowledge and experience in crypto trading would be a major plus. We currently have a fully functioning crypto auto trading bot developed. We need assistance with
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
HI, I'm looking for an experienced person who can add buy/sell indications/Alerts on existing Pinescript code along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should execute trade instantly as based on the alerts/indications on tradingview script
I need an EA created by combining the PZ RSI, PZ MACD,and PZ Stochastic into one EA with the grid function The idea of the trading system is as follows: market entries are performed when MACD, RSI and Stochastic K are in the same current trend direction. The EA is created by combining 3 existing PZ EA's
Hello there, I would like help with creating a Tradovate Indicator/Script to help ease my trade. Tradovate is based on JavaScript so knowing it is a must. I would like to create a click to trade script. Basically using my keyboard and a click of the mouse (left click). Example, when I hold SHIFT (or whatever keyboard key the user desires) and move the mouse, a line would show indicating a buy order. Wherever the
Attached is the sample of what I need. It is a robot that does not require mt5 or mt4. API has been generated from Deriv already but I don't have the skills required to create the app. Kindly notify me if you can create such for me. Thank you
Hey, im looking for a person who can create an my very own version of pineconnector, which should have all the option of pineconnector and it should be user-friendly without any complications
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script

プロジェクト情報

予算
30+ USD
開発者用
27 USD