PriceChannel-LowHigh - a Low/High Price Channel Indicator

By: yogi triana @ January 2, 2008 10:51 pm

The PriceChannel-LowHigh is a Low/High price channel indicator. This indicator simply showing the lowest or highest value for a certain last period.

This simple indicator, is known used by the famous Turtle Trading System.

This indicator freely available in PriceChannel-LowHigh.ex4 binary file and also the PriceChannel-LowHigh.mq4 source code file format.

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