작업 종료됨

실행 시간 111 일
피고용인의 피드백
Great person to work with, very patient, explains the work to be done. Open to new ideas. Highly recommend. Looking to work with again.
고객의 피드백
delivered what i asked and was helpful to suggest ways to improve my order

명시

Hi, I would like someone to develop a trading bot.  That capable of doing fast scalping trades on Asian highs and Asian lows 1 min time frame in London and New York session 

There will be 4 entry conditions:

Key Steps and Considerations in Developing the Bot:

  1. Define the Asian Session High and Low:

    1. The bot will calculate the Asian session high and low values based on specific hours, typically defined as 00:00 - 06:00 UTC or a customizable time frame. 

    2. Have the bot mark out the high and low levels on the chart to visually see where the entry points are. 

  2. Implement Entry Conditions:

    1. Condition 1: Sell when price hits the Asian high from above.

    2. Condition 2: Buy when price hits the Asian high from below.

    3. Condition 3: Sell when price hits the Asian low from above.

    4. Condition 4: Buy when price hits the Asian low from below.

  3. Order Management:

    1. Restrict to one active trade per level (high or low) at a time.

    2. Use flags or internal state tracking to ensure a trade on an Asian high or low is closed before another trade on that level opens.

    3. Implement functionality to ignore any manual trades, so that only bot-initiated trades are managed by the bot’s logic.

    4. Option to manually close trades of bots positions.

  4. Trailing Stop and Take-Profit Parameters:

    1. Include trailing stop and take-profit options as customizable parameters, with a trailing stop starting immediately after trade entry (default set to 10 pips).  Set up mechanisms to calculate the trailing stop’s new levels based on price movement.

  5. Daily Loss Limit:

    1. Set up an cumulative daily pip loss limit by tracking total loss in pips for each day. Once the limit is reached, the bot halts further trading until the next trading day.

  6. Customizable Trading Hours:

  • Add input parameters for the bot start and end times to restrict it to operate only during specific sessions (London and New York).   


7. News

 be able to turn the bot on/off for news events on that day. Or select a no trade taken via a manually input times at a set time eg. No trades taken between 13:15-13:45 this will need to overrule the session trading times then resume as normal when news has passed. Be able to put in 3 different no trade times for multiple new event times. Eg. 13:15 - 13:45   14:30 - 14:45   15:00 - 15:30



8. Input parameters

Bot on/off 

Market watch Symbols: currency pair / metals etc. 

Session trading start/end times UTC : eg. 07:00 -  22:00

News events. no trades taken times: eg 13:15 - 13:45

News event time 1:

News event time 2:

News event time 3:

Custom Lots size: 

Custom Trailing stop loss: default 10pip 

Custom Take Profit :  

Maximum daily Pip Loss: 

Asian high: (set by bot or manually)

Asian low: (set by bot or manually)


Additional Requirements

  • Code Quality: The code must be well-structured, commented, and easy to maintain or update.

  • Compatibility: The EA must be compatible with MetaTrader 5 (MT5).

  • Documentation: Provide clear documentation on how to set up .

Deliverables

  • Fully functional EA capable of executing fast scalp trades.

  • Source code with comments explaining the functionality.

  • Setup guide and documentation.

  • Support for initial testing and debugging.


파일:

PNG
Screenshot.png
162.1 Kb

응답함

1
개발자 1
등급
(28)
프로젝트
36
31%
중재
1
100% / 0%
기한 초과
7
19%
로드됨
2
개발자 2
등급
(2)
프로젝트
3
33%
중재
3
33% / 33%
기한 초과
0
무료
3
개발자 3
등급
(31)
프로젝트
41
41%
중재
2
100% / 0%
기한 초과
4
10%
무료
4
개발자 4
등급
(308)
프로젝트
553
35%
중재
79
32% / 42%
기한 초과
200
36%
로드됨
5
개발자 5
등급
(14)
프로젝트
19
11%
중재
1
0% / 100%
기한 초과
5
26%
무료
6
개발자 6
등급
(77)
프로젝트
243
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
7
개발자 7
등급
(350)
프로젝트
421
54%
중재
20
55% / 15%
기한 초과
29
7%
작업중
8
개발자 8
등급
(31)
프로젝트
35
46%
중재
0
기한 초과
0
무료
게재됨: 3 코드
9
개발자 9
등급
(5)
프로젝트
8
13%
중재
3
0% / 33%
기한 초과
2
25%
무료
게재됨: 1 코드
10
개발자 10
등급
(69)
프로젝트
146
34%
중재
13
8% / 62%
기한 초과
26
18%
무료
게재됨: 6 코드
비슷한 주문
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
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
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
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
Task Title Implement Martingale Lot Scaling Sync Between Master and Slave MT4 Trade Copier Background I am using a local master–slave trade copier setup with: 1 Master MT4 4 Slave MT4 terminals Trades are currently copied correctly (entry, direction, symbol, SL/TP). Lot size handling currently copies either: the exact master lot, or a fixed base lot defined on the slave (e.g., always 0.01 or 1.0). Problem When the

프로젝트 정보

예산
30+ USD
기한
에서 5  10 일