Lavoro terminato
Tempo di esecuzione 9 giorni
Feedback del cliente
You've been patient and fulfilled all the requests.
Feedback del dipendente
A very patient client, with really good communication skill.
Specifiche
EA1. EA for entering two currency pairs simultaneously.
SETTING_1 = "==== Symbol Setting ====";
SYMBOL_1 = "EURUSD"; // enter the name of the currency pair for buying
SYMBOL_1 = "USDJPY"; // enter the name of the currency pair for selling
SETTING_2 = "==== Order Setting =====";
MagicNumber = 10; // Set order magic number
Lot = 0.1; // Set lot size for two currency pairs
SETTING_3 = "==== TargetAmount Setting ====";
TargetAmount_Open = 10; // Additional entry at an arbitrary target. For example, enter additional position when reaching -10 dollars
TargetAmount_Close = 10; // Close at an arbitrary profit target. For example, exit when reaching a $10 profit
SETTING_4 = "==== OrderLimit Setting ====";
OrderLimit = 50; // Maximum entry limit (buy + sell)
SETTING_5 = "==== SpreadLimit Setting ====";
SpreadLimit = 20; // Spread entry limit set. Orders are prohibited if the current spread exceeds 20 points. In point units
* Display the total order entry quantity on each chart for each magic number.
* Description
- Enter 0.1 lots for both EURUSD (buy) and USDJPY (sell) simultaneously.
- buy and sell orders for both currency pairs simultaneously If the combined loss for these two currency pairs reaches $10, enter additional
- Enter additional positions when the newly added currency pair also incurs a loss of more than $10.
- Exit when the profit from both currency pairs is $10 or more.
- Exit individually for each of the two entered currency pairs (not a full Exit for both)
- Continue this process, and when all positions with the same magic number are closed, re-enter.
EA2. Change only the settings for SETTING_1 in EA 1.
Change both currency pairs to a buy-only configuration.
The rest of the settings remain the same.
EA3. Change only the settings for SETTING_1 in EA 1.
Change both currency pairs to a sell-only configuration.
The rest of the settings remain the same.
EA4. EA using Sell Limit Pending Orders.
SETTING_1 = "====EquityClose Setting====";
SellLimit PendingOrder Time(Sec) = 10; // EA activation waiting time.
EquityStart = 1000; // Set the initial Equity amount when the EA is first activated.
EquityUp = 20; // The sum of EquityStart and EquityUp becomes the target account balance for the full exit.
* Description
- When running EAs 1, 2, and 3 with different magic numbers, if the current account's Equity reaches
EquityStart + EquityUp, it will open a Sell Limit pending order.
- This pending order serves as a signal to close all currently open orders and pause for 10 seconds.
- After 10 seconds, the Sell Limit pending order will be automatically deleted,
and the original EquityStart will be automatically adjusted by EquityUp.
- And the EAs applied to individual currency pair charts will resume trading.
* For Example
- When the initial capital was $1000 and the equity increases by $20 to reach $1020,
all currency pairs with different magic numbers will be liquidated.
- And then, after 10 seconds, all currency pairs with different magic numbers will re-enter.
- When the equity increases again to $1040, all currency pairs with different magic numbers will be liquidated,
followed by a re-entry for all currency pairs with different magic numbers after a 10-second delay.
These EA requests amount to a total of four.
When the development is completed, please send the source files as an eq4 file.
Con risposta
1
Valutazioni
Progetti
316
29%
Arbitraggio
34
26%
/
65%
In ritardo
10
3%
Gratuito
2
Valutazioni
Progetti
35
23%
Arbitraggio
4
0%
/
50%
In ritardo
2
6%
In elaborazione
Ordini simili
Ninjatrader indicator
30+ USD
I am currently building a NinjaTrader indicator but i haven't finished building it, i stopped at 70% but it was successfully compiled as at the last time i compiled it I would like you to complete the indicator for me so it can works perfectly how i want it to work if your price won't be too high Kindly check the source code out I have also sent a video discription of how the indicator is supposed to work And also
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
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
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/  ;
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
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
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
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Informazioni sul progetto
Budget
30 - 100 USD
Scadenze
da 2 a 3 giorno(i)