Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Vladimir Karputov
- Views:
- 11598
- Rating:
- Published:
- 2017.08.10 12:55
- Updated:
- 2018.02.27 13:36
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author of the idea — John Smith, author of the MQL5 code — barabashkakvn.
The EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.
Inputs:
- Start_hour_EU_session — the beginning of the European session (hours)
- Start_hour_US_session — the beginning of the American session (hours)
- End_hour_US_session — the end of the American session (hours)
- Small EU Session (in pips) — the minimum session length
- Trade on Monday — enable/disable trading on Monday
- Lots — position lot volume
- Stop Loss
- Take Profit
Testing results on EURUSD, M15:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18704

An assistant Expert Advisor. Only CLOSING positions.

Automated calculation of Stop Loss levels based on the ATR indicator.

Closing all open positions with the specified profit percent.

Trades on PERIOD_M1 (M1). Calculates bullish and bearish candlesticks.