Code Snipset to Filter Order Placement by Weekly Timeframe

By: yogi triana @ January 1, 2008 12:46 am

mql4wizard.gif

Previously we write a simple code to filter order placement by daily timeframe. This version modify the previous code, to provide filtering facility base on weekly time frame.

With this simple script you will be able to filter base on weekly time frame such as preventing order placement in the week end or for others specific purposes

(more…)

Filed under: Script Snipset

Code Snipset to Filter Order Placement Base on Time

By: yogi triana @ November 14, 2007 11:36 pm

mql4wizard.gif

In many cases, we need to put order/transaction placement filter base on time. For example, we only want to entry the market during the busy hour, or only entry the market in a specific time, etc..

Following code is a simple and general purpose code for your expert advisor. The time filter can be configured through the EA parameters “prm_trade_timeframe”.

(more…)

Filed under: Script Snipset