Global Simple Trade Management EA Required ASAP

작업 종료됨

실행 시간 4 일
피고용인의 피드백
A very good customer, I hope to cooperate again.
고객의 피드백
Very good developer, and delivered one what was promised within budget. A+ Would recommend.

명시


I've had a change of mind, I want the EA to manage trades TP/SL ONLY.  The Trading rules for the Moving average things and stuff needs to be sorted and ironed out.  Prior to being programmed i need to manually trade it a bit more to ensure correct trading logic  I need to manually test the aggression of the EA with the aid of a Trade Management EA prior to having them coded together.


So, all I want is a simple trade management EA.


Inputs/Settings:

Stop Loss (SL) in pips
Take Profit (TP) in pips


Logic is as follows


On NewTrade Open LONG

IF Other LONG Trades exist for this Symbol THEN

If Order Long Entry Price > All Previous Orders Open Price THEN

    1. Set Take profit for new order to input - TP
    2. Set Stop Loss for new order to input - SL
    3. Modify TP and SL for ALL Previous Open Long Orders to the same as the new one

ELSE

    1. Find Average Open Price for all LONGS in this symbol.
    2. Find Nearest SL (highest value) for all Open long Orders.
    3. Set Take profit for new order to the Average Order Price (For ALL Long orders) + TP pips
    4. Set Stop Loss for new order to the nearest SL found from Step 2.
    5. Modify ALL LONG Take Profits Same as Step 3. (Average Price + TP)
    6. Modify ALL LONG Stop Profits same as Step 4 (to the Nearest SL found)

END IF

ELSE (No previous long orders are open)

  1. Modify SL/TP to the user defined ones in settings.

END IF


And the opposite for a Short Trade


On New Trade Open SHORT

IF Other SHORTTrades exist for this Symbol THEN

If Order SHORT Entry Price <  All Previous Orders SHORT Open Price THEN

    1. Set Take profit for new order to - TP
    2. Set Stop Loss for new order to - SL
    3. Modify TP and SL for ALL Previous Open Short Orders to the same as the new order

ELSE

    1. Find Average Open Price for all SHORTS in this symbol.
    2. Find Nearest SL (highest value) for all Open Short Orders.
    3. Set Take profit for new order to the Average Order Price (For ALL Short orders) + TP pips
    4. Set Stop Loss for new order to the nearest SL found from Step 2.
    5. Modify ALL SHORT Take Profits Same as Step 3. (Average Price + TP)
    6. Modify ALL SHORT Stop Profits same as Step 4 (to the Nearest SL found)

END IF

ELSE (No previous long orders are open)

  1. Modify SL/TP to the user defined ones in settings.

END IF


This trade manager must be capable of running on one chart, but managing ALL open charts and symbols.

응답함

1
개발자 1
등급
(87)
프로젝트
134
14%
중재
41
22% / 29%
기한 초과
14
10%
무료
2
개발자 2
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
3
개발자 3
등급
(196)
프로젝트
318
35%
중재
64
13% / 56%
기한 초과
82
26%
무료
4
개발자 4
등급
(229)
프로젝트
339
49%
중재
21
5% / 33%
기한 초과
24
7%
무료
5
개발자 5
등급
(65)
프로젝트
87
39%
중재
3
0% / 33%
기한 초과
29
33%
무료
6
개발자 6
등급
(90)
프로젝트
118
17%
중재
44
23% / 39%
기한 초과
20
17%
무료
7
개발자 7
등급
(66)
프로젝트
95
28%
중재
20
25% / 55%
기한 초과
24
25%
무료
8
개발자 8
등급
(4)
프로젝트
6
0%
중재
2
0% / 50%
기한 초과
4
67%
무료
9
개발자 9
등급
(17)
프로젝트
24
33%
중재
5
20% / 40%
기한 초과
8
33%
무료
10
개발자 10
등급
(277)
프로젝트
334
55%
중재
14
36% / 29%
기한 초과
1
0%
무료
비슷한 주문
I want to decompile an ea file and get the source code, i need it really quick as fast as possible. the file must be delivered alongside the source code
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader 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
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

프로젝트 정보

예산
30+ USD
개발자에게
27 USD