View Single Post
  #92 (permalink)  
Old 04-09-2007, 08:56 AM
cja's Avatar
cja cja is online now
Senior Member
 
Join Date: Apr 2006
Posts: 562
cja is on a distinguished road
STOCH_Bars

Hi

This is for all those who wanted more time frames displayed

11/04/2007
I have altered the code so now you can customise all the color levels.


08/05/2007
A small update so you can now alter the Main/Signal PRICE values

The STOCH Bars is currently set to Main = 1 & Signal = 1 which is OPEN/OPEN, the standard Stoch in MT4 tends to have CLOSE/CLOSE or LOW/HIGH


PRICE_CLOSE = 0 Close price.
PRICE_OPEN = 1 Open price.
PRICE_HIGH = 2 High price.
PRICE_LOW = 3 Low price.
PRICE_MEDIAN = 4 Median price, (high+low)/2.
PRICE_TYPICAL = 5 Typical price, (high+low+close)/3.
PRICE_WEIGHTED = 6 Weighted close price, (high+low+close+close)/4.

STOCH2.gif

STOCH_Bars_v2c.ex4

Last edited by cja; 10-03-2007 at 08:25 PM.
Reply With Quote