Spécifications
The EA should buy and sell every time at a fixed number of points from the actual price of the forex currency pair of the graph where I put the EA on. The settings of the EA should leave the possibility of assigning: a. a magic number and a comment to the order b. the variable "STshort" ( = basic step distance from the current price, expressed in points, to which you want to insert the sell stop order). N.B. the price of the pending order must in any case be set to a whole pip value. c. the variable "STlong" (= basic step distance from the current price, expressed in points, to which you want to insert the buy stop order). N.B. the price of the pending order must in any case be set to a whole pip value as. d1. the variable "Gshort" ( = gain in points from the first xecuted short order that you want to achieve before closing all the executed orders still opened (both long and short orders). d2. the variable "Glong" ( = gain in points from the first xecuted long order that you want to achieve before closing all the executed orders still opened (both long and short orders). e. the trading hours for each trading days f. whether to use fixed lot or money management for the volume of orders to be inserted, allowing then to set the fixed lot or the percentage of risk on the equity, or the Xbalance The instructions in the EA script should be like the following: 2. set variable of name "p" = current price rounded to the nearest whole pip 3. begin of a cicle for "n" from 1 to "m" (where m should be impostable in the settings) 4. n=1 5. if there is no buy stop order at the price p + (STshort * n) and there isn't an executed order at the price p + (ST * n) 6. then enter buy stop order with price p + (ST * n) and TP = p + (ST * n) + Q 7. if there is no stop sell at the price p- (ST * n) and a sale has not already been made at the price p- (ST * n) 8. then enter stop sell with price p- (ST * n) and TP = p- (ST * n) -Q 9. if the gain is equal to Gshort or Glong then close all open orders ((both long and short orders). 10. end of cycle the expert advisor must execute the instructions and controls continuously, that is to say, at every changing of price Advices and modifications for improving the EA are well accepted. I have to be able to backtest it This is just few instructions to let me se if the EA can be profittable. Then if the EA shows to be profitable we have to continue with an other order to insert in the EA a panel or some grafic drawings and also some indicators to filter the orders.
Répondu
1
Évaluation
Projets
334
55%
Arbitrage
14
36%
/
29%
En retard
1
0%
Gratuit
2
Évaluation
Projets
507
40%
Arbitrage
159
17%
/
74%
En retard
99
20%
Chargé
3
Évaluation
Projets
644
26%
Arbitrage
92
72%
/
14%
En retard
12
2%
Travail
Publié : 1 code
4
Évaluation
Projets
138
41%
Arbitrage
30
7%
/
77%
En retard
17
12%
Gratuit
5
Évaluation
Projets
816
62%
Arbitrage
33
27%
/
45%
En retard
23
3%
Gratuit
Publié : 1 code
6
Évaluation
Projets
1
0%
Arbitrage
0
En retard
1
100%
Gratuit
Publié : 4 codes
7
Évaluation
Projets
95
28%
Arbitrage
20
25%
/
55%
En retard
24
25%
Gratuit
8
Évaluation
Projets
396
28%
Arbitrage
69
19%
/
49%
En retard
121
31%
Gratuit
Commandes similaires
🏆 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
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
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
Ninjatrdaer Script
500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
I need a clean, bug-free MT5 Expert Advisor (MQL5) based on this exact mechanical scalping strategy on M5 timeframe for EURUSD. Indicators (built-in): - EMA 9 and EMA 21 on M5 - RSI 14 - ADX 14 (>25 for strong trend) - H1 EMA 21 above/below H1 EMA 9 for trend alignment Entry Rules (ALL must be true): BUY: EMA9 crosses above EMA21 (on closed bar) + RSI > 50 + ADX > 25 + H1 EMA21 > H1 EMA9 SELL: Mirror (cross below
Tradingview strategy
30+ USD
I will like to purchase tradingview strategy with high winning rate, i mean already made, tested and trusted and powerful strategy, i have tried to code my own strategy with lot of freelancers but nothing to me i am just wasting money, i have wasted lot of money already, so i need a high winning rate tradingview strategy, we can discuss price in chat, I will need to see some test result as well
Informations sur le projet
Budget
30+ USD
Délais
de 1 à 5 jour(s)