Hedge EA

MQL4 专家

工作已完成

执行时间19 天

指定

Hi there,

Feel free to ask me questions!!

 

-Basic Settings-

Magic number

Slippage

-Trading Filters-

First Position [long/short/long_short/no new cycles] – no new cycles means that once we have no positions, we wont open a new positions.

Max spread [points]

Volatility Ratio [True/ False]   100 * ATR(Fast Period) / ATR(Slow Period);
ATR Fast Period - period of the fast ATR. The recommended value is 3...5
ATR Slow Period - period of the slow ATR. The recommended value is 20...30.
TimeFrame [M15,M30,HR1,HR4,D]
Signal Level - signal level in the form of a horizontal line. The recommended value is 70...100.

-Trading hours-

Start [23:30]

End [21:50]

Stop Trading Friday [12:00]

-Entry Rules- (not complicated, works with one rule only, or candle or MA)

Current Candle [FALSE,HR1,HR4,D] – down/red candle short, up/green candle long. FALSE = IGNORE

Moving Average [True/False] – price below = short, price above = long

TimeFrame [Current/M1,M5,M15,M30,HR1,HR4,D]

Period [21]

Shift [0]

MA Method [Simple,Expo…etc]

Apply to [Close,Open,High,etc]

-Trading Rules-

Fix Lot Size – first position

StopLoss [points, 0= false]

TakeProfit [points]

Hidden SL and TP [true/false]
Size Logic [Incremental/Multiplier] – Incremental – we add the initial lot size all the time so 0.01,0.02,0,03,0.04 ; 0.15,0.3,0.45,0.6….
Multiplier [X]

Distance [points] where we open the next hedge

BreakEven Level – [5] – from this level, we do not wait for Takeprofit, all we want is getting breakeven (including commission) and close all trades.

Max Lot size

 

Logic:  please read it carefully. The logic is super simple and contains a few rules.

We Open a new position all the time, according to the entry rules. We are not trading if we met the restrictions of the trading filters, and trading hours.

We will hedge from the second level and keep on going. Positions to be opened on the same level during the cycle. So, no matter how many positions we have, we will have 2 prices- one for buy and one for sell.
TAKEPROFIT = will be used for the last position we opened. So if current level is BUY, then we will look for the price to going up from the last price we opened.

Example-

First entry – 0.01 with a multiplier of 2.

Entry  = BUY.

Distance = 100

TakeProfit = 200

 

Level 1: BUY, 0.01, price: 1780 – we close the cycle when price = 1782 according to our TP.

IF NOT TP = Level 2: Price fell to 1779 (distance=100)  – we open SELL 0.02 (multiplier) – we close the cycle when price = 1777 (TP=200)

IF NOT TP = Level 3: Price is moving up now, once it climbs to 1780 again, we open a new position, BUY, 0.04. – we close the cycle when price = 1782.

IF NOT TP = Level 4: Price is moving down now, once it fell to 1779 again, we open a new position, SELL, 0.08 – we close the cycle when price = 1777.

IF NOT TP= Level 5: Price is moving up now, once if climbs to 1780 again, we open a new position, BUY 0.16 . IF THE BREAKEVEN LEVEL=5, then all we want is to close ASAP, when our P/L = 0 including COMMISSION!!

…..

 EA must work on the strategy tester.

Bugs: Please do your initial QA in order to provide a good enough version.

Thanks

 

 

 

 


反馈

1
开发者 1
等级
(185)
项目
327
32%
仲裁
33
42% / 27%
逾期
98
30%
空闲
2
开发者 2
等级
(337)
项目
455
52%
仲裁
22
50% / 27%
逾期
5
1%
已载入
3
开发者 3
等级
(34)
项目
60
23%
仲裁
11
73% / 9%
逾期
3
5%
空闲
相似订单
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

项目信息

预算
40 - 80 USD
开发人员
36 - 72 USD
截止日期
 1  3 天