Trabalho concluído
Tempo de execução 17 dias
Termos de Referência
Hi!
I need an ea doing this:
- Array of dates (robot must work with up to 150 dates in format YYYY.MM.DD HH:MM:SS because I need a very long period to optimize backtest). NOTE: one time I tried to do it but returns an error because the content of the array was too much long, so if you need you can do it with 2 or more arrays.
- Create canal at the time in the array of dates, let me decide what candles to use for canal (for example, if date is 2017.11.02 08:00:00 on TF 5m and canal is from 0 to 2, it must create canal using 08:00 , 08:05 and 08:10 candles.. If canal is from 1 to 3, it must create canal using 08:05 08:10 08:15 candles
- Important: let me decide if use max/min or open/close prices of candles to create canal and what type of order place (buy stop, sell stop, buy limit, sell limit). Each order must be indipendent (for example, I will can place at the top of the canal a buy stop with max price of candles and at the bottom a buy limit with close price of candles).
- Let me also decide if place orders only at the top, only at the bottom or both top and bottom of the canal
- OCO enabled/disabled and indipendent pending orders expire (for example, top pending order expires after 1200 seconds and bottom pending order after 1800).
- Possibility to close all active orders after some hours from candle 0 and possibility to close every order in the weekend
- Distance of pending order from canal prices, and must be indipendent. For example, if top price is 1.12345 and bottom price is 1.01234, I must be able to set 5 pips of top order (so, price will be 1.12395) and 8 pips at bottom price (1.01154). Please note distance could be also negative, to place limit orders.
- Add filter: add max and min pip size of canal (for example, not place orders if canal is more than 100 pips or less than 25 pips)
- Add filter: add max and min pip distance of the candle of the date (for example, only place orders if candle is between 25 and 50 pips)
- Stoploss, Takeprofit, Breakeven, Trailingstop
- VERY IMPORTANT: MONEY MANAGEMENT. It must calculate lots and the value it will return must be in EUR and must be the same you can calculate here:
You can use the formula:
lots = (money on account * risk) / (pips stoploss * value of one pip in eur)
- It also must allow me to trade manual lot size and also manipulate the money on account (for example, there are 5000€ on account but calculate lots like if there are 3000€. I need it to monitoring my trading system).
Sorry my bad english, I hope you can understand.
You can take your time, but I need a very good job ;)
Respondido
1
Classificação
Projetos
2820
80%
Arbitragem
156
22%
/
43%
Expirado
487
17%
Livre
2
Classificação
Projetos
169
50%
Arbitragem
22
14%
/
55%
Expirado
22
13%
Livre
Pedidos semelhantes
SK Indicator Trading Robot for Gold (XAUUSD)
100 - 200 USD
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
i am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes. The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Gold scalping robot needed
30+ USD
I need a very profitable scalping robot for gold trading at M1 timeframe. I should have adjustable trailing stop, step, SL, TP in points it should use both trade opening and pending orders just as in the links below https://vt.tiktok.com/ZSHj9cD5w/  ; https://vt.tiktok.com/ZSHjHFvkg/  ;
Ea with MM Masaniello
50 - 200 USD
I would like to develop a bot that allows me to manually input trades based on the Masaniello money management system, which I will configure at the outset. Within this setup, I will be able to define all the key parameters of the Masaniello strategy, including the total number of events, expected winning events, stake ratio (i.e. the TP/SL ratio), and the initial capital. Once the Masaniello parameters are set, the
Manly
30 - 200 USD
ZigZag based on oscillators is needed The idea of the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
AI Trading Bot
30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
Updates on Existing Job
30+ USD
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Set specific time to run this function(order). The time can be hard-coded or inputted by user. Time format: HH:MM:SS:ss Example: 17:58:48:59 -> This means an order will be triggered at 5 pm 58min 48sec 59 today. Set “Stop loss” and order a Sell stop. “At price” triggered automatically: current(specific time set above 1) Gold price - 2$ Stop loss: current Gold price + 2$ Volume: 0.1 (It can be hard-coded or inputted
Simplebot
30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
Informações sobre o projeto
Orçamento
30 - 35 USD
Prazo
para 2 dias