MJ Indicators Help Info

ALopSTOkEntryLevelCHK_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


ALopSTOkEntryLevelCHK_main.gif


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

Is a CHART ALERT indicator with STO based on bar open price. Only the % k Line is calculated. NOTE: this is a deviation from the standard. Only the live (wiggling) part is using the last tick price(closing price)

ALERT OPTION:



COMPARE TO OTHER INDICATORS: it can not easily be compared with standard stochastic as it uses bar open values as calculation base. It's a bit similar to the normal MT4 stochastic with a SHIFT 1. Price field: Low/High, MA method: SMA (Simple).



OTHER INPUT VARIABLES

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



_____________1_____________ = "<<< STOk SETTINGS >>>"



*bPlotSTOkLine: If TRUE: we also plot the STOk Line.

________STOk________= "== STOk DEFINITION =="

*iSTOkKPeriod: STOk: specifies the number of periods to use when calculating the initial % k(fast).

*iSTOkKSlowing: STOk: specifies the number of periods over which the % k line is to be smoothed.

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

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

*cSTOkLine: STOk: Line color.

*dSTOkkUPMaxLevel: STOk: check that it is below the UPMaxLevel ( idea is that one wants to ride this UP) e.g. UPMaxLevel = 30 STOk Chart must be below 30 - so one can rid it UP

*dSTOkDOWNMinLevel: STOk: check that it is above the DOWNMinLevel ( idea is that one wants to ride this DOWN) e.g. DOWNMinLevel = 90 STOk Chart must be above 90 - so one can rid it DOWN



_____________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.

*cAlertVLineColorUP: VLine Alerts UP Color value to set/get object color.

*cAlertVLineColorDN: VLine Alerts DOWN 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.

*iAlertVLineSubWindowNum: Index of the window where the object will be added. Window index must exceed or equal to 0 and be less than WindowsTotal(). 0 is main chart window.

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