Trend Trading

MQL5 전문가

작업 종료됨

실행 시간 17 일
고객의 피드백
Very highly recommended developer..
피고용인의 피드백
Excellent customer. Always a pleasant experience to work with him.

명시



 
Volume:

There should be two option:

1)       Trade based on % of outstanding balance.  If given Zero, then it is not used.
2)       Trade based on $ of given.

 

Trade Execution: use Trigger time frame. 

Trigger Time-frame Input: 

When EA is toggled between Timeframe , No Impact is expected. Ea should read time from above input 

Parameter: Maximum Number of Trades per Trend . 


Trade rules are checked only when new low /high is formed OR Candle Crossing Previous Zig Zag Low/High. NOT for every Candle. 

Buy:  
Rule 1: When new Trend Decider is buy- Last closed candle.
Rule 2: Buy Trade Risk ie Trade point to Zig Zag low  at time of trade is less than <Trade Risk ATR>*ATR value.   <Trade Risk ATR> is input and default is 2*ATR.
Rule 3: Last closed candle is Buy Price action candle ie closed above Previous Day high      



Sell: 
Rule 1: When new Trend Decider is Sell Last closed candle.
Rule 2: Sell trade Risk ie Trade point to Zig Zag high at time of trade is less than <Trade Risk ATR>*ATR value  .   <Trade Risk ATR> is input and default is 2*ATR.

Rule 3: Last closed candle is SELL Price action candle ie closed above Previous Day low 



Intra-day Closure: (Trailing stoploss and should be checked ever tick, when price point is hit, trade is closed. )


Buy:
Zig Zag low - (n*ATR) --> This formula will be recalculated when new zigzag low is formed.  

Sell: 
Zig Zag high + (n*ATR)--> This formula will be recalculated when new zigzag high is formed.  

 

Trade closure:

Profit booking factor: 

Trade is done with 
Trend Decider trade with Condition 1 True : Profit booking factor = <condtion 1 factor> *ATR : <condtion 1 factor> is input and default is 1
Trend Decider trade with Condition 2 True :  Profit booking factor = <condtion 2 factor> *ATR : <condtion 2 factor> is input and default is 2

 

Buy:  

 Higher High or Same High Exception is formed
Or
When a candle is below Zig Zag low 
Or 
Price hit =[Trade execution price + (Profit booking factor* Risk )]

 

Sell:  

 Lower Lower or Same Low Exception is formed
Or
When a candle is below Zig Zag high
 
Or 
Price hit = [Trade price - (Profit booking factor* Risk)]

 

파일:

응답함

1
개발자 1
등급
(169)
프로젝트
204
30%
중재
25
40% / 44%
기한 초과
12
6%
무료
2
개발자 2
등급
(27)
프로젝트
43
7%
중재
18
6% / 78%
기한 초과
26
60%
무료
3
개발자 3
등급
(379)
프로젝트
403
31%
중재
64
19% / 69%
기한 초과
51
13%
바쁜
4
개발자 4
등급
(2113)
프로젝트
2683
62%
중재
114
46% / 25%
기한 초과
419
16%
바쁜
5
개발자 5
등급
(568)
프로젝트
641
41%
중재
22
55% / 32%
기한 초과
47
7%
작업중
6
개발자 6
등급
(155)
프로젝트
233
59%
중재
3
100% / 0%
기한 초과
49
21%
로드됨
7
개발자 7
등급
(116)
프로젝트
137
36%
중재
15
13% / 67%
기한 초과
9
7%
무료
8
개발자 8
등급
(67)
프로젝트
144
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
9
개발자 9
등급
(564)
프로젝트
933
47%
중재
303
59% / 25%
기한 초과
125
13%
로드됨
비슷한 주문
PSAR MACD 30+ USD
Please let me know if you can follow this concept. If you have any questions let me know. Build an EA based on PSAR with a MACD filter. Read below for trade management. High-level concept: (details in the screen grab) PSAR indicates the trade direction and is confirmed by the MACD. Settings for both are below. Trade with the trend will enter and exit at intervals along the trend. Long entries will be entered during
Looking for someone to edit/optimize and existing NN (neural network) in my EA so it is more compatible/profitable with the multiple strategies. The expert advisor is a portfolio expert advisor consisting of 33 separate advisors/strategies compiled into one. A NN has been added to the EA but it does not compliment or help the EA's performance. I've attached the original EA (without NN) as well as the EA with the NN
Need to modify the ea to take trades based on an indicator. indicator and ea source code available. Variable inputs of indicator to be added. Buy Amount for Profit (+ve $value ) Buy Amount for Loss (-ve $value ) Sell Amount for Profit (+ve $value ) Sell Amount for Loss (-ve $value )
I am looking Advisor to code an Expert Advisor (EA) for MT5 for forex and crypto That EA should automatic trading based on specific strategies and market conditions and advanced features like managing multiple indicators, panel board, optimizing risk management, and implementing trailing stops. I need to create a reliable, efficient EA that can monitor the market from all time frame. i will send more details if you
Good programmer need to use 1 indicator convert to expert advisor. kennel Kennel indicator-- upper channel signal = Sell Kennel indicator-- Lower channel signal = Buy Entry on New candle or Bar after close of Signal candle lot size-- Take profit--- Stoploss--- Trail start--- Trail step--- Max spread = 200 Hedge of signal = true/false multiplier = percentage Risk = percentage. magic-- CHECK OUT THE LINK
`Need a dev to Create a simple EA. The EA will get signals from an indicator ( you will code the indicator logic into the EA). It will have 3 trading modes as is explained in the instruction docx ---- PLEASE CHECK MY BUDGET BEFORE BIDDING ----- English Communication is necessary
Necesito un desarrollador con experiencia para crear un robot para cfds para mt5 con entorno windows, el cual abra y cierre posiciones condicionalmente al movimiento del precio e indicador, se incluye crear un indicador personalizado
EA grid mt5 68+ USD
Ea for mt5 Buy and sell at once if no open order for pair Lot: 0.01 lot 0 to 250 balance Start trading Mondays from 02:00 am gmt +1 Stop trading Fridays from 20:55 pm gmt +1 Stop opening new trades after all orders has been closed for pair on Wednesdays Start opening new trades Mondays 02:00 gmt +1 _____________________ Buy each time price goes above all currently open order(s) (minimal Stop) & Sell each time price
Hi there, I have a currency strength EA for MT5 that I would like to use as the base for an EA that will enter trades based on: 3 EMA's being aligned in the right direction (9, 20, 200) on the 5m, 15m and 1hr timeframes. Stochastic Indicator crossing back up above the 20 level for a buy and crossing below the 80 level for a sell. The difference between the currency strength on the 2 pairs being above a specified
--- ### Basic Rules for You 1. **Time Management**: - All tasks should be completed within the agreed-upon timeframe. Clear deadlines will be set, and it's essential to adhere to them to ensure smooth progress. 2. **Fixed Budget**: - The budget for this project is fixed. Please ensure that all work done remains within this budget. Any additional costs must be discussed and agreed upon before proceeding. 3

프로젝트 정보

예산
60+ USD
개발자에게
54 USD