Техническое задание

Overview
  • Develop a high-frequency trading scalper EA for Forex markets
  • Goal: exploit small price movements for rapid profits
Key Requirements
  • Trading Strategy
    • Scalping strategy: buy/sell quickly to capture small price movements
    • Use technical indicators (e.g., Moving Averages, RSI) to identify trading opportunities
  • Risk Management
    • Set stop-loss and take-profit levels
    • Implement risk-reward ratio (e.g., 1:2)
  • Order Execution
    • Use market orders or limit orders to execute trades quickly
    • Consider using co-located servers for reduced latency
  • Market Data
    • Connect to a reliable data feed for real-time market data
    • Use tick data or 1-minute charts for analysis
  • Performance Metrics
    • Monitor profit/loss, win/loss ratio, and trading frequency
    • Optimize EA for maximum profitability
  • Platform
    • Develop for MetaTrader 4/5 or other popular trading platforms
    • Ensure compatibility with various brokers and market conditions
Money Management Parameters (10)
  • 1. Initial Deposit: set the initial investment amount
  • 2. Risk Percentage: define the risk percentage for each trade (e.g., 2%)
  • 3. Maximum Drawdown: set the maximum allowed drawdown percentage (e.g., 20%)
  • 4. Lot Size Calculation: choose from fixed, proportional, or dynamic lot sizing
  • 5. Auto Lot Calculation: enable/disable automatic lot size adjustment based on account balance
  • 6. Maximum Lot Size: set the maximum allowed lot size
  • 7. Minimum Lot Size: set the minimum allowed lot size
  • 8. Leverage: set the leverage ratio (e.g., 1:500)
  • 9. Compounding: enable/disable compounding of profits
  • 10. Profit Target: set the profit target percentage (e.g., 10%)
Additional Parameters
  • 11. Trade Frequency: set the maximum number of trades per day
  • 12. Maximum Consecutive Losses: set the maximum number of consecutive losses before EA stops trading
  • 13. News Filter: enable/disable news filter to avoid trading during high-impact news events
  • 14. Market Hours: set the trading hours (e.g., London session, New York session)
  • 15. Spread Filter: enable/disable spread filter to avoid trading during high-spread conditions
Auto Lot Calculation Formula
  • Based on account balance and risk percentage, calculate the optimal lot size for each trade
Example: (Account Balance x Risk Percentage) / (Stop-Loss x Currency Pair Pip Value)

Откликнулись

1
Разработчик 1
Оценка
(158)
Проекты
226
22%
Арбитраж
15
60% / 20%
Просрочено
1
0%
Загружен
2
Разработчик 2
Оценка
(198)
Проекты
320
16%
Арбитраж
21
38% / 33%
Просрочено
16
5%
Занят
3
Разработчик 3
Оценка
(7)
Проекты
10
40%
Арбитраж
4
25% / 25%
Просрочено
1
10%
Работает
4
Разработчик 4
Оценка
(36)
Проекты
45
47%
Арбитраж
5
40% / 60%
Просрочено
9
20%
Свободен
5
Разработчик 5
Оценка
(71)
Проекты
80
10%
Арбитраж
35
9% / 54%
Просрочено
6
8%
Работает
6
Разработчик 6
Оценка
(2)
Проекты
3
0%
Арбитраж
0
Просрочено
0
Свободен
7
Разработчик 7
Оценка
Проекты
2
0%
Арбитраж
1
100% / 0%
Просрочено
1
50%
Свободен
8
Разработчик 8
Оценка
(202)
Проекты
206
27%
Арбитраж
0
Просрочено
3
1%
Свободен
9
Разработчик 9
Оценка
(24)
Проекты
31
16%
Арбитраж
7
29% / 43%
Просрочено
4
13%
Работает
10
Разработчик 10
Оценка
(10)
Проекты
25
28%
Арбитраж
2
0% / 0%
Просрочено
1
4%
Загружен
11
Разработчик 11
Оценка
(6)
Проекты
10
10%
Арбитраж
9
0% / 78%
Просрочено
1
10%
Работает
12
Разработчик 12
Оценка
(266)
Проекты
540
50%
Арбитраж
55
40% / 36%
Просрочено
224
41%
Свободен
13
Разработчик 13
Оценка
(256)
Проекты
415
38%
Арбитраж
86
44% / 19%
Просрочено
70
17%
Занят
14
Разработчик 14
Оценка
(42)
Проекты
88
14%
Арбитраж
30
30% / 53%
Просрочено
36
41%
Работает
15
Разработчик 15
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
I am looking for an MT4 coder who can help me build a fast trade execution EA/ programme. This programme should be able to execute market and pending orders at the highest speed possible. When applied to the chart it should print two horizontal lines (with price tags) on the chart, one is an entry price line, and the other is a stoploss price line. The user should be able to drag the lines up and down to set accurate
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5

Информация о проекте

Бюджет
50 - 500 USD
Исполнителю
45 - 450 USD
Сроки выполнения
от 2 до 5 дн.