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

Hedging_Zone_Recovery_Area - MetaTrader 4용 expert

조회수:
49598
평가:
(39)
게시됨:
2018.04.16 11:54
업데이트됨:
2024.02.29 23:07
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Zone Recovery is an advanced hedging system. When the market goes against you by certain number of pips, you open an opposite trade by a trade with slightly bigger lot size.

If the market keeps moving in this new direction, at some point the profit from the profit trade will overtake the loss trade, at which point you can close both the trades.

If the market returns to the previous direction, the trade with the bigger lot size will accumulate loss faster than the older trade which is gaining. In this situation, calculate and open another trade in that direction by which the initial trade and the third trade together will be bigger than the second trade.

This back and forth hedging strategy can be continued for 6 iterations until the market moves to a level which can give profit or break even.

It works better with "every tick" data
There are 3 versions for this EA:

1.version 1 "ZONE RECOVERY AREA" can work  with live trading with limited lotsize.

2.version 2 "ZONE RECOVERY AREA VERSION II" can work with live trading with unlimited lotsize.

3.version 3 "ZONE RECOVERY AREA VERSION III" you can add or multiply lotsize.



Parameters list

    •  Use_TP_In_Money- Use Take Profit In Money (values:true/false).
    •  TP_In_Money- Take Profit In Money   (values: 10-100).
    • Use_TP_In_percent- Use Take Profit In Percent (values:true/false).
    • TP_In_Percent- Take Profit In Percent (values: 10-100).
    • ------------[Money Trailing Stop For Multiple Trades]----------------------
    • Enable_Trailing-Enable_Trailing with money  (values:true/false).
    • Take Profit In Money (in current currency) (values: 25-200).
    • Stop Loss In Money(in current currency) (values: 1-20).
    • --------------------------------------------------------------------------------------
    • TakeProfit - values: 100-200.
    • Zone_Recovery_Area - values: 50-80.
    • Period1 - Fast Moving Average, values: 10-50.
    • Period2 - Slow Moving Average, values: 100-200.
    • Multiplier - Multiplier for lot size, values: 0.01-1.


    Zone_Recovery_Area

    HEDG

    Zone Recovery Hedging Strategy on YouTube:



    Start External Process Start External Process

    Script to start an external program.

    Multi Pair Closer Multi Pair Closer

    Close all positions on a basket of currencies when the profit target has been reached.

    RSISignal RSISignal

    This indicator is based on original RSI, but more features are added to general signals and watch the strength of the price movement. The main purpose is to general buy/sell signals using smoothed RSI and its MA.

    Hourly Pivot Points with Color Filling Hourly Pivot Points with Color Filling

    Calculate Pivot Points based on H1 bar, according to normal formula and Fibonacci, with color filling.