Automate The MT5 Trading Panel For Futures Trading

指定

I would like to automate the MT5 trading panel to trade all Futures Instruments on all time frames on the CME.

Parameters:

Order Type: Exchange Execution, Pending Order
Fill Policy: Return, Fill or Kill, Immediate or Cancel
Pending Order Type: Buy Limit, Sell Limit, Buy Stop, Sell Stop, Buy Stop Limit, Sell Stop Limit

Price:- Place order at a specified time in Hour:Minute:Second at "n" number of ticks above and below the current price.
Stop Limit Price:- will be "n" number of ticks above the Buy Stop Limit price and "n" number of ticks below the Sell Stop Limit Price

Volume
Stop Loss
Take Profit

Maximum Number Trades


Note: There will be two pending orders placed simultaneously at a specified time (Buy Limit/Sell Limit, Buy Stop/Sell Stop, or Buy Stop Limit/Sell Stop Limit) at "n" number of ticks above and below the current price.

When a pending order is triggered into a market order then immediately/instantaneously reset the pending order on the opposite side at its same price points (to avoid a rejection on the reversal)...until the maximum "n" number of trades is reached

Immediately/Instantaneously reopen the pending order at the same price points when a stop-loss is reached until the maximum "n" number of trades is reached.

反馈

1
开发者 1
等级
(3)
项目
3
0%
仲裁
8
0% / 75%
逾期
0
空闲
2
开发者 2
等级
(57)
项目
72
22%
仲裁
13
46% / 15%
逾期
5
7%
空闲
3
开发者 3
等级
(1)
项目
3
0%
仲裁
1
0% / 100%
逾期
1
33%
空闲
4
开发者 4
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
5
开发者 5
等级
(39)
项目
50
18%
仲裁
6
33% / 50%
逾期
0
空闲
6
开发者 6
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
相似订单
Patrick 30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
MT5 backtestest helper 30 - 200 USD
Sure 😊 — here’s a simple file-style write-up about your robot that you ordered on MetaTrader 4. You can copy it into Word or save it as a document. Title: My Trading Robot on MetaTrader 4 Introduction I recently ordered a trading robot on MetaTrader 4 to help me trade in the financial markets. A trading robot, also known as an Expert Advisor (EA), is a program that automatically analyzes the market and places trades
What informtion would you need for Ninjatrader futures automated trading and how long would it take ? if anyone can give me answer i will be happy to discuss more about the project thanks fill free to bid to the project thanks
Data Integrity 500 - 1000 USD
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
Busco programador profesional con experiencia demostrable en MQL5 para crear un Expert Advisor en MetaTrader 5 basado en Price Action , con lógica jerárquica, reglas objetivas y gestión de zonas dinámicas. La estrategia esta explicada en un documento Word de 30 páginas (con imágenes) explicado en español. Características del EA: Operaciones Buy, Sell, Buy Limit y Sell Limit (máx. 2 operaciones pendientes simultáneas
I need help in modifying an amibroker AFL indicator the indicator already works but I need per symbol static variable isolation, parameters persistence per symbol after restart, non declining trailing stop logic, parameter auto restore when switching symbols and a global reset function for static variables. For better understanding As discussed, this is the official offer for restructuring my RAD Chandelier stop loss
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
BitsoFx 40 - 10000 USD
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in

项目信息

预算
30 - 150 USD
截止日期
 1  7 天