Watch how to download trading robots for free
Find us on Facebook!
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:
54068
Rating:
(24)
Published:
2005.11.29 13:17
Updated:
2014.04.21 14:52
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance


    Use this script to make nonstandard timeframe of symbol based on standard timeframe. For example, to make 3-hours timeframe H3 for selected symbol you should:

  1. Open H1 chart.
  2. Attach to chart 'Period_converter.mq4' MQL4 file from 'Script' folder of 'Navigator' window.
  3. On 'Common' tab check 'Allow DLL imports' and clear 'Confirm DLL function calls' checkbox.
  4. On 'Inputs' properties tab please set 'ExtPeriodMultiplier' variable value to 3 (you'll get H1*3 = H3).
  5. Click OK.
  6. Open H3 chart in offline mode ('File – Open Offline'). H3 chart will be updated every 2 sec (by default) while H1 chart with attached 'Period_converter.mq4' will be opened.

Moving Average Moving Average

The Expert Adviser Moving Average uses for trade signal generation one moving average.

Send Pending Order Send Pending Order

The script sends SELL STOP pending order with expiration data and printing number of ticket.

Period Converter Optimized Period Converter Optimized

Improved period converter support real-time refreshing, low CPU cost and other features.

Trade in Channel Trade in Channel

A form of trading system using Price Channel principles has been implemented.