MJ Indicators Help Info

op6MA_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


op2MA - op8MA have the same documentation as they differ only in the number of MA.

opMA__2-8MA_main.gif


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

Is a CHART indicator based on bar open price. Only the live (wiggling) part is using the last tick price(closing price)



COMPARE TO OTHER INDICATORS: it can easily be compared with the MT4 MA: just apply SMAs/EMAs with the same Period and set: Applied to: open



OTHER INPUT VARIABLES

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



_____________1_____________ = "<<< MA SETTINGS >>>"



"== MA1 DEFINITION =="

*iMA1Method: MA1: Method: 0=SMA, 1=EMA.

*iMA1Period: MA1: Averaging period for calculation.

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

*iMA1LineWidth: MA1: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA1: Line color. Can not be None Color


"== MA2 DEFINITION =="

*iMA2Method: MA2: Method: 0=SMA, 1=EMA.

*iMA2Period: MA2: Averaging period for calculation.

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

*iMA2LineWidth: MA2: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA2: Line color. Can not be None Color


"== MA3 DEFINITION =="

*iMA3Method: MA3: Method: 0=SMA, 1=EMA.

*iMA3Period: MA3: Averaging period for calculation.

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

*iMA3LineWidth: MA3: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA3: Line color. Can not be None Color


"== MA4 DEFINITION =="

*iMA4Method: MA4: Method: 0=SMA, 1=EMA.

*iMA4Period: MA4: Averaging period for calculation.

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

*iMA4LineWidth: MA4: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA4: Line color. Can not be None Color


"== MA5 DEFINITION =="

*iMA5Method: MA5: Method: 0=SMA, 1=EMA.

*iMA5Period: MA5: Averaging period for calculation.

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

*iMA5LineWidth: MA5: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA5: Line color. Can not be None Color


"== MA6 DEFINITION =="

*iMA6Method: MA6: Method: 0=SMA, 1=EMA.

*iMA6Period: MA6: Averaging period for calculation.

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

*iMA6LineWidth: MA6: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA6: Line color. Can not be None Color


"== MA7 DEFINITION =="

*iMA7Method: MA7: Method: 0=SMA, 1=EMA.

*iMA7Period: MA7: Averaging period for calculation.

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

*iMA7LineWidth: MA7: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA7: Line color. Can not be None Color


"== MA8 DEFINITION =="

*iMA8Method: MA8: Method: 0=SMA, 1=EMA.

*iMA8Period: MA8: Averaging period for calculation.

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

*iMA8LineWidth: MA8: Line width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.

*cMALine: MA8: Line color. Can not be None Color

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