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

V1N1 LONNY MT4 - MetaTrader 4용 expert

조회수:
75613
평가:
(79)
게시됨:
업데이트됨:
V1N1_LONNY.mq4 (82.52 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

V1N1 LONNY is a multi-symbol Asian Range Breakout day-trading Expert Advisor.


V1N1_LONNY_MT4_CADJPY


How it works

  • During the London session, the EA looks for breakout setups and places pending stop orders (BuyStop / SellStop).
  • Entries are anchored on the most recent Parabolic SAR swing plus a small buffer (a fraction of ATR). The pre-London Asian range (measured in real H1 bars) acts as a no-trade zone: BuyStops are only allowed above the Asian high and SellStops only below the Asian low.
  • Signals combine three classic tools on the trading timeframe: Parabolic SAR (swing/trend), MACD (direction) and Stochastic (avoiding overbought/oversold entries).
  • A size filter ignores Asian ranges that are too tight or too wide relative to the Average Daily Range (ADR).


Risk and trade management

  • Structural stop loss placed at the opposite PSAR swing, clamped to a sane min/max fraction of the ADR. Take profit is derived from the stop distance (golden-ratio factor).
  • Position management includes a MACD reversal exit, plus trailing stop and break-even.
  • All orders and positions are flattened near the New York close or near the symbol's own session close, whichever comes first.
  • Daily profit and daily loss limits (percentage based) close everything once reached.


Sessions and timeframes

  • Trades M15, M30 and H1 simultaneously (one magic number per timeframe).
  • Automatic London and New York Daylight Saving Time handling; the broker GMT offset and DST convention are set via inputs.


Symbols and parameters

  • Multi-symbol from a single chart (comma-separated list). Fifteen symbols are pre-configured as an example (US indices, forex majors/crosses, metals and BTCUSD).
  • Each symbol carries its own set of parameters (ADR period, period in hours, PSAR step, MACD signal in hours, Asian-range bars). The bundled defaults were optimized with cross-broker robustness checks on three different brokers.
  • Important: the default per-symbol values were optimized. Other symbols or timeframes should be re-optimized. You can freely add symbols that perform well on your own broker by editing the per-symbol table.


Main inputs

  • Symbol list, server GMT offset and DST convention.
  • Risk mode (percentage / fixed lot / fixed amount) and risk size.
  • Daily profit and daily loss limits (0 = disabled).


Normalized Price Indicator Normalized Price Indicator

By using this indicator you can see the normalized price of any chart!

Price Quote Price Quote

Displays current bid price and % change of (open price of) current bar or X previous bars, also High, Low, and range.

V1N1 New Order V1N1 New Order

Manual order-sending script with automatic position sizing by risk and flexible SL/TP modes (price, points, amount, or % of balance). Includes full pre-trade validation and an optional confirmation preview showing the risk/reward ratio.

OpenOrder (With Risk Management, TP and SL) OpenOrder (With Risk Management, TP and SL)

OpenOrder script allows you to open an order defining the % of balance to risk, the Stop Loss distance in pips and the Take Profit distance in pips and a magic number.