Spécifications

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

Répondu

1
Développeur 1
Évaluation
(136)
Projets
190
21%
Arbitrage
12
58% / 25%
En retard
1
1%
Occupé
2
Développeur 2
Évaluation
(50)
Projets
74
50%
Arbitrage
8
38% / 38%
En retard
7
9%
Travail
Commandes similaires
I want a bot developer deriv He has experience and I want a profitable robot, the profit is higher than the loss Or I want someone to sue with me. I have a profitable robot, but I want another robot or to improve another robot I have
Hello developer, I just wanted to know if you have made a profitable Supply and Demand indicator Contact me let discuss and start fully immediately .i will be looking for great developer soon Best regards
Dear Developer, I need you to create fxdreema project (EA) to implement a multicurrency math based trading with multiple entry modules. the system will be trading on daily basis with extra confirmation with some math from the higher TF, i use percentage of variation between candle close for a specific candles count like from the start of the day for M5 TF and also there will be some extra math to get the power of the
This job is for an MT5 EA to pass prop firm challenges (either 1 or 2 phases) and use in Funded Account (such as NOVA FUNDING, FTMO, MFF, MYFUNDEDFX etc.), and should also work on normal live accounts. Requirements for the EA: - trades well individually on: EURUSD, GBPUSD (preferably also on US30 and others) - must use Stoploss - max. daily Loss 4% - max. daily Drawdown 6% - max. account Drawdown 8% - Should not use
Trade Entry Rule : 1 . New Arrow Higher or Lower Appear : Entry . (Range: {Input}) After Entry Trailing Stop Trails { Trail Step (Input) } 2 . Lot Size { Input } 3 . Take Profit { Input } 4 . Max Number of Trades { Input } 5 . Total Number of Trades per Entry { Input } ---------------------------------------------------------------------------- 6 . Spread Filter { Input }
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
Forex Advanced Risk Management : With the new Fixed Lot and Risk Percentage modes, tailor your trading to align with your risk tolerance. The system now allows you to define your risk down to minute detail, ensuring that each trade is in harmony with your financial strategy. Dynamic Trend Configuration : Version 2.0 comes with a refined algorithm selection that seamlessly adapts to market trends. Whether you choose a
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
I need an expert in the development of a fully automated trading robot For MetaTrader. The Trading Robot must be "Web based" so it can be accessed or used through a website, You can view a screenshot here; https://www.awesomescreenshot.com/image/48030918?key=79b0ff91455d862746e9b649341f4cdb Why do i need? Simple Enough, This is what i need from my Trading Robot EA. The Trading Robot can only be accessed through a
Metatrader 30+ USD
I would like to calculate the deviations between the companies listed below with Meta Trader. Would you be interested? BETWEEN 01.00 AT NIGHT AND 00.00 OF THE NEXT DAY (FOR HOURS WHEN THE GOLD MARKET IS OPEN) *Instant comparison of prices of the same parities of different companies *Determination of deviation rates in downward or upward movements (average prices, prices below and above the average) *Detection of

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD