MJ Indicators Help Info

DBox_MTF_0.00.mq4 File Reference


Detailed Description

Author:
Copyright (c) 2011, MJ
Version:
0.00

$$$ NOTE $$$: If you post the indicator somewhere or mail it to a friend: please include also the info file so that they may benefit from it too. THANKS


DBox_MTF_main.gif


SHORT DESCRIPTION: ALopBarTouchMaZone (ALERT Chart Bar touches the MA Zone (Zone between (incl MA themself) two MA's)

Is a MTF indicator which draws adjustable MTF Color Boxes.



COMPARE TO OTHER INDICATORS: with an other bar chart using the same period as the MTF iMTFResourceInterval



OTHER INPUT VARIABLES

Other Input Parameters which are specific to this Indicators etc....



_____________1_____________ = "<<< BOX SETTINGS >>>"



*iMTFResourceInterval: is the original MTF Time Frame Interval (Period 5=M5, 15=M15, 30=M30, 60=H1, 240=H4, 1440=D1, 10080=W1, 43200=MN1). IMPORTANT: it must be greater than the chart period. which eliminates the M1

*iNumOfDBox: Number of how many Direction Boxes are plotted. NOTE: This includes the Current (Live) Box too.

*bPlotCurrentDBox: If TRUE: we plot the current (Live) Direction Box.



_____________2_____________ = "<<< PLOT BOX SETTINGS >>>"



*bPlotFilledBOX: If TRUE: we plot a filled DBox which is set into the Background. Can be also used in combination with the Border below.

*cBoxUP: Direction Box Color if the Closing Price is Higher than the Opening Price: MTF UP Candle.

*cBoxDN: Direction Box Color if the Closing Price is LOWER than the Opening Price: MTF DOWN Candle.

*cBoxEQ: Direction Box Color if the Closing Price is EQUAL(Same) as the Opening Price.


"== BOX BORDER =="

*bPlotBorder: If TRUE: we plot a Not filled DBox Boarder. It can also be used by itself without the filled Box or in combination.

*cBorderUP: Borderx Color if the Closing Price is Higher than the Opening Price: MTF UP Candle.

*cBorderDN: Borderx Color if the Closing Price is LOWER than the Opening Price: MTF DOWN Candle.

*cBorderEQ: Borderx Color if the Closing Price is EQUAL(Same) as the Opening Price.

*iBorderStyle: Border Line Style: 0=Solid, 1=Dash, 2=Dot, 3=DashDot, 4=DashDotDot.

*iBorderWidth: Direction Box Border width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.


"== PLOT Hi/Lo Pips =="

*bPlotHiLoPips: If TRUE: we plot additional Text Info of Hi/Lo Range of the Box.

*iHiLoPipsFontSize: The FontSize for plotting HiLoPips Text Info.

*cHiLoPips = Goldenrod: Color for plotting HiLoPips Text Info.

*dHiLoPipsVOffsetHigh: Move HiLoPips Text Info horizontal: Can also use negative numbers.

*dHiLoPipsVOffsetLow: Move HiLoPips Text Info horizontal: Can also use negative numbers.

*iHiLoPipsHOffsetShift: Move HiLoPips Text Info horizontal: Can also use negative numbers.

*bPlotHiLoPipsMidHight: If TRUE: we plot additional Text Info of Hi/Lo Range of the Box in the approx. the Mid of the Box Hight. Uses also the iHiLoPipsHOffsetShift.

===== END OF ===== OTHER INPUT VARIABLES =====