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

UP bot 1 - MetaTrader 4용 expert

조회수:
17095
평가:
(15)
게시됨:
2016.02.08 12:11
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The EA works without the use of indicators. Uses only the price values of the current and previous bars for operation.

The idea of the EA lies in the searching of pivot points. It enters using market orders at trend reversal attempt.

Each order is protected with a take profit and stop loss (set in settings). When the stop loss is set to zero — stop loss is calculated automatically by the EA, depending on the current price and the pivot point (stop is moved beyond the level).

It is possible to use trailing stop with a specified step or transfer of the position to breakeven. There are several options for closing positions on condition (enabled in the parameters).

s7_UP_bot_1.00

Parameters:

    ------ start trade settings ------
    • TakeProfit — TakeProfit level.
    • StopLoss — StopLoss level (if 0 then auto).
    • HLdivergence — minimum deviation of two adjacent bars for entry.
    • SpanPrice — price indent from the starting level for opening an order.
    • Lots — lot size.
    • MaxTrades — Maximum number of simultaneously opened orders.
    • Slippage — Slippage.
    • MagicNumber — Expert's magic number.
    ------ output settings ------
    • TrailingStop — trailing stop for open positions;
    • TrailStopLoss — StopLoss trailing level.
    • ZeroTrailingStop — StopLoss trailing to breakeven level.
    • StepTrailing — trailing stop step.
    • OutputAtLower — exit if the price is lower than the previous bar.
    • OutputAtRevers — exit at trend reversal.
    • SpanToRevers — price indent from the reverse level for closing an order.

    MetaQuotes Ltd에서 러시아어로 번역함.
    원본 코드: https://www.mql5.com/ru/code/14481

    Another_Symbol Another_Symbol

    Display of a symbol's chart in a subwindow of another symbol.

    TEMA_Custom TEMA_Custom

    Triple Exponential Moving Average with customizable parameters.

    Trade when the market is closed Trade when the market is closed

    The script is designed to place orders at the time when it is not possible, for example, when the market is closed.

    AfterEffects AfterEffects

    Trading robot based on the theorem "On the presence of memory (aftereffects) in random sequences".