MJ Indicators Help Info

EmptySubWindow_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


EmptySubWindow_main.gif


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

Is a CHART HELPER indicator displaying an empty SubWindow. There are two main purposes:



COMPARE TO OTHER INDICATORS: None



OTHER INPUT VARIABLES

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



_____________1_____________ = "<<< DISPLAY SETTINGS >>>"



*iSubWindowNum: 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.


"== TEXT1 SETTINGS =="

*bDisplayTEXT1: TEXT1: if TRUE we also plot the sDisplayText.

*sDisplayTEXT1: TEXT1: Text to be displayed. TIP: might be useful to set the common setting: bExShowIndicatorInfo to false.

*iDisplayTEXT1FontSize: TEXT1: FontSize.

*iDisplayTEXT1Corner: TEXT1: the corner. Integer value to set/get anchor corner property for label objects. Must be from 0-3.

*iDisplayTEXT1DistanceX: TEXT1: Moves text horizontal: the Integer value to set/get anchor X distance object property in pixels.

*iDisplayTEXT1DistanceY: TEXT1: Moves text vertical: Integer value is to set/get anchor Y distance object property in pixels.

*cDisplayTEXT1: TEXT1: Text Color.


"== TEXT2 SETTINGS =="

*bDisplayTEXT2: TEXT2: if TRUE we also plot the sDisplayText.

*sDisplayTEXT2: TEXT2: Text to be displayed. TIP: might be useful to set the common setting: bExShowIndicatorInfo to false.

*iDisplayTEXT2FontSize: TEXT2: FontSize.

*iDisplayTEXT2Corner: TEXT2: the corner. Integer value to set/get anchor corner property for label objects. Must be from 0-3.

*iDisplayTEXT2DistanceX: TEXT2: Moves text horizontal: the Integer value to set/get anchor X distance object property in pixels.

*iDisplayTEXT2DistanceY: TEXT2: Moves text vertical: Integer value is to set/get anchor Y distance object property in pixels.

*cDisplayTEXT2: TEXT2: Text Color.

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