거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

EES Hedger - Take the other side of the trade - buy when you are selling, sell when you are buying - MetaTrader 4용 expert

조회수:
26628
평가:
(12)
게시됨:
2008.08.22 07:48
업데이트됨:
2016.11.22 07:32
kneeslogo.jpg (3.91 KB)
Picture1.png (206.15 KB)
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

EES Hedger

Do you have the need to take the opposite side of a trade? Using manual trading or another EA, EES Hedger can immediately take the opposite position as specified in EA parameters.

Instructions:

For example, you are trading SAR EA on GBPUSD and SAR EA uses magicnumber of 1234,

so you want to use EES Hedger in conjunction with SAR EA. Open another GBPUSD chart (same pair SAR EA is trading), does not matter which time frame, but it is ideal that you use the same timeframe as what the SAR EA is trading, or a lower timeframe. Now on EES Hedger’s external var: Original_EA_Magic enter SAR EA's magicnumber which is in this example 1234. Now make sure that Advocate_EA_Magic is different from Original_EA_Magic. Once SAR EA opens a trade, EES Hedger will open the opposite order. Now if you want to use EES Hedger for Manual trades, simply input Original_EA_Magic = 0.

Parameters:

Original_EA_Magic = 0, //This is the magic number that your 1st EA uses where advocate EA will base its trades on

Advocate_EA_Magic = 2008, //This is the advocate EAs own magic number please keep it unique to avoid conflict

Slippage = 6, //Amount of allowed slippage

TakeProfit = 50, //Take profit amount, per trade

StopLoss = 50, //Stop loss, per trade

TS_MinProfit = 0, //minimum profit require before trailing stop starts

TrailingStop = 25, //this is the trailing stop in pips

BreakEvenAfterPips = 25; //when this amount in profit in pips is reached SL will be moved to breakeven

To obtain a free copy of this EA, visit www.eesfx.com and register for a free account.

IsConnected IsConnected

An EA that writes the time of disconnections from the server into a file.

Sidus_v.1 Sidus_v.1

The EA was developed on the basis of the Sidus indicator. It trades on EURUSD H1. Shows good results on the history after optimization. The test was performed on the quotes from http://metaquotes.ru/ and "Alpari" DC.

Ball Ball

Bollinger bands.

AMA Bands AMA Bands

Perry Kaufman's AMA with the double Bollinger bands.