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
(154)
Projets
217
22%
Arbitrage
14
64% / 21%
En retard
1
0%
Chargé
2
Développeur 2
Évaluation
(58)
Projets
82
54%
Arbitrage
9
33% / 33%
En retard
7
9%
Gratuit
Commandes similaires
make simple ea with tp sl and tsl and time filter i want close opposite signal enter buy is when xma first curves up enter sell is when xma first curves down
Make ea 30+ USD
I want close option signal option even when tp and sl is active with take profit stop loss and trailing stop loss. time filter, auto lots x balance. i get paid on 00:00 uk time so i can send the agreement
I would like to have a FOREX trading bot developed for my personal use and eventually for commercial use. Requirements: - 3-5%/mo historical returns on a 'moderate' model - lesser historical returns on a "conservative" model - greater historical returns on an "aggressive" model - as small drawdowns as possible - must have been tested live or tested with greater than or equal to 99% modeling quality - must be able to
Hello, I’m currently using a Recovery expert advisor that is designed to use hedging and grid techniques to fully recover floating loss trades. The EA name will be provided to the interested developers. I need an expert person that can throughly test and optimize the EA on the GBPNZD pair (choosing the right timeframes) for a safe and reliable recovery process. I don’t care how much it will take, as long as it will
ربات1 30+ USD
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { // Initialization code return(INIT_SUCCEEDED); } //+------------------------------------------------------------------+ //| Expert deinitialization function |
Gold robot 30+ USD
I want the robot to execute market on my behalf and open and close the market with profit I don't need lost instead of lost let the robot break even with profit let the robot open 5 position on every trade
We are looking for an experienced MQL5 developer to create a plugin or an automated solution for our MT5 Manager. The purpose of this plugin is to monitor and enforce specific trading volume rules for our Swap free account groups. Our main requirement is to ensure that our clients trade a minimum of 60% of their trading volume during the day, with the remaining 40% or less reserved for subsequent days. Key Features
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
Hi there folks, Need help to develop a trading screener to track and trade the 28 FX major pairs. The panel Will work with 3 signals on the 15 min timeframe and will require: Reading from files, calculate a pair of EMA’s, calculate CCI , calculate ADR’s, generate alerts, open and cover positions based on trader’s manual input (button). Also the EA will need to perform basic risk management based on trader’s input
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD