Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
10395
Rating:
(38)
Published:
2016.01.20 09:56
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Robot that trades the open sentiment of the market. Source project.

Recommendations:

  • Place it on volatile instruments: for example, Brent or Sberbank.

Update:

  • The position is closed only after the volumes decrease below the specified level, or if the participants are overbalanced by 49\51% in favor of the new market players.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/14307

CIsSession - class to set time intervals (sessions) CIsSession - class to set time intervals (sessions)

This simple class can be used to adjust, for example, trading ranges, or to enable / disable certain actions by time or day of the week.

VWAP Lite - Volume Weighted Average Price VWAP Lite - Volume Weighted Average Price

VWAP is an intra-day calculation used primarily by algorithms and institutional traders to assess where a stock is trading relative to its volume weighted average for the day.

TradeState - the EA trading mode switcher depending on the time TradeState - the EA trading mode switcher depending on the time

The class restricts the EA trading by time. It has flexible configuration options, which allow to set a custom number of the time zones, and also to allow trading only on the specified week days.

PA_Oscillator_HTF PA_Oscillator_HTF

The PA_Oscillator with the timeframe selection option available in the input parameters.