MJ Indicators Help Info
|
$$$ 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
Is a MTF ALERT indicator with 2 MTF-MA - (Moving Average) based on bar open price.
ALERT OPTION: If the Chart bar - touches the Zone between (inclusive the MTF-MA themself in case the perfectly overlay and there is no ZONE) the 2 MTF-MA's
COMPARE TO OTHER INDICATORS: it can easily be compared with the MT4 MA: just apply 2 MA with the same Period and set: Applied to: open and check
Other Input Parameters which are specific to this Indicators etc....
_____________1_____________ = "<<< MA SETTINGS >>>"
*bPlotMALines: If TRUE: we also plot the MA Line.
"== MA1 DEFINITION =="
*iMTFResourceIntervalMA1: MA1: 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
*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 =="
*iMTFResourceIntervalMA2: MA2: 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
*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
_____________2_____________ = "<<< ALERT SETTINGS >>>"
bPastAlertsOn: * Main On/Off alert option for Past data Alerts. If it is false: there is no alert for Past Data no matter what the other Alert settings are.
bLiveAlertsOn: Main On/Off alert option for Live Alerts. If it is false: there is no alert no matter what the other Alert settings are.
iAlertOptionWhen: Alert Option When to Alert:
bPopUpAlert: If there is an valid Alert: send a PopUp Alert.
bSoundAlert: If there is an valid Alert: play a Sound Alert.
sAlertSoundFileName: Name of the Soundfile used for bSoundAlert.
bEmailAlert: If there is an valid Alert: send an Email Alert (must be correctly configured in MT4 Client).
bWriteFileAlert: If there is an valid Alert: write it to a AlertFile. (Might fill up your harddisk if not watched) Files are created in MT4:" experts/files: (Notes: Files can only be opened in the terminal_directory\experts\files folder (terminal_directory\tester\files if for expert testing) or in its subfolders)".
bVLineAlert: If there is an valid Alert: create a VLine on the Chart Bar (Note in case more than one Alert happens we only update the VLine: this means in case an indicator uses different colors fo up and Down Signals only te last one will be recognizable with VLines.
iAlertVLineStyle: VLine Alerts Line Style: 0=Solid, 1=Dash, 2=Dot, 3=DashDot, 4=DashDotDot.
iAlertVLineWidth: VLine Alerts width. Valid values are: 1,2,3,4,5. BUT it seems it accepts also individual higher numbers which is quite useful.
cAlertVLineColor: VLine Alerts Color value to set/get object color.
bAlertVLineBack: If TRUE: VLine Alerts are Drawn in Background. Boolean value to set/get background drawing flag for object.
===== END OF ===== OTHER INPUT VARIABLES =====