MT4 - MT5 Indicators & EAs - Phylo

  • Thread starter Thread starter Phylo
  • Start date Start date
  • Watchers Watchers 3
MT4 - Indicator : # - DAY_DATE_OF_WEEK_1A

Note: If the Indicator is renamed it will not function and alert. The only solution to re-function the indicator is to return the indicator to it's original name.
Settings: can be saved and loaded via Save & Load buttons.
  • Position: at Time (hh:mm)
  • Days look-back: 1-xxx, 0 = all days
  • Drop-List: Date - Date - Month - Year
    • Day
    • Day - Date
    • Day - Date - Month
    • Day - Date - Month - Year
  • Drop-List: Text Axis
    • Chart Bottom
    • Chart Top
  • Drop-List: Text Angle
    • Horizontal
    • Vertical
  • Font Size
  • Shift: Up - Down
  • Colors
Screenshot from 2025-07-19 00-48-51.png

Screenshot from 2025-07-19 00-23-54.png

Screenshot from 2025-07-19 00-29-15.png
 

Attachments

Last edited:
MT5 - Indicator : # - DAY_DATE_OF_WEEK_1A

Note: If the Indicator is renamed it will not function and alert. The only solution to re-function the indicator is to return the indicator to it's original name.
Settings: can be saved and loaded via Save & Load buttons.
Screenshot from 2025-07-19 00-48-51.png

Screenshot from 2025-07-19 00-23-54.png

FEATURES - AS PREVIOUS POST 🖕
 

Attachments

Last edited:
MT5 : # - PRICE_CROSS_MA_ALERTS_1.0
Note: If the indicator is renamed it will not function and alert. The only solution to re-function the indicator is to return the indicator to it's original name.
Settings: can be saved and loaded via Save & Load buttons.

FEATURES: AS ABOVE


ALERTS selection:
  • Sound
  • PopUp
  • Mobile
  • PopUp & Mobile
ARROWS:
  • Show Arrows: True / False
  • Arrow colour and size controlled from the Colors tab
OPERATION selection:
  • Bar Close - (LONG CROSS / SHORT CROSS)
  • Touch & Bar Close - (TOUCH / LONG CROSS (T) / SHORT CROSS (T)
ALERTS TIME selection:
  • Server Time
  • Local Time
ALERT OPERATION:
The below chart is a test chart testing operation function Touch & Bar Close against, 5 - LWMA - 5 (shift).
Note:
  1. Server Time: Only available on the splash Alert.
  2. Local Time: Alarms in the the Alert List will default to the Local Server (PC) Time
ALERT ANALYSIS - right down arrow to left up arrow.
  • 1a - TOUCH 21:59:09
  • 1b - LONG CROSS (T) 22:00:34 (left to right - last and 2nd magenta down arrow)
  • 1c - Splash LONG CROSS (T) 00:00:34 (server time)
It should be clear that 1a & 1b are in the same M1 periods as SHORT CROSS (T) with close @ 22:00:34
The splash Alert duplicates SHORT CROSS (T) with close @ 22:00:34 but with Server Time 00:00:34
The light blue vertical light indicates a terminal server time of 23:59 and 1c - splash LONG CROSS (T) 00:00 [:34] (server time).
It should be clear that the 1 minute difference is due to the bar M1 period.
  • 2a - TOUCH 21:54:00
  • 2b - LONG CROSS (T) 21:56:00 (left to right - 2nd green up arrow)
TOUCH 21:54:00 is not registered as SHORT CROSS (T) due to SHORT CROSS (T) 21:50:00
LONG CROSS (T) 21:56:00 has gapped above the MA but has registered as LONG CROSS (T) 21:56:00 due the last MA cross SHORT CROSS (T) 21:50:00.
  • 3a - TOUCH 21:49:12
  • 3b - SHORT CROSS (T) 21:50:00 (2nd magenta down arrow)
It should be clear that 3a & 3b are in the same M1 periods as SHORT CROSS (T) with close @ 21:50:00
  • 4a - TOUCH 21:44:42
  • 4b - LONG CROSS (T) 21:45:00 (2nd magenta down arrow)
It should be clear that 4a & 4b are in the same M1 periods as LONG CROSS (T) with close @ 21:45:00

View attachment 342265

View attachment 342273
View attachment 342270
UPDATE:
MT4 & MT5: # - PRICE_CROSS_MA_ALERTS_1.A
Note: If the indicator is renamed it will not function and alert. The only solution to re-function the indicator is to return the indicator to it's original name.
Settings: can be saved and loaded via Save & Load buttons.

Screenshot from 2025-07-23 02-34-01.png

Screenshot from 2025-07-23 02-47-49.png
 

Attachments

Last edited:
//+------------------------------------------------------------------------------------+
//| Copyright 2015, MetaQuotes Software Corp.
//|
//| Indicator: iClock_Mod1
//| Author: mladen -
//| Modifier: File45 (Phylo)
//| * 2015/4/09: Convert from mql5 to mql4
//| * 2015/4/09: Add alerts: Sound only, PopUp, Mobile
//+------------------------------------------------------------------------------------+
#property description "Continuous second by second count down bar timer."

The below indicators are a complete recode with respect to the the above indicator

MT4 - Indicators
# - BAR_COUNT_DOWN_1A
# - BAR_COUNT_UP_1A


Note: If the Indicator is renamed it will not function and alert. The only solution to re-function the indicator is to return the indicator to it's original name.
Settings: can be saved and loaded via Save & Load buttons.

Activating Alerts
  1. Select alert option from Alerts input
  2. Double click counter text on chart to load alert option ~ ^ ! ^! [ 0:23 >> 0:23^ ]
  • Counter Location
    • Chart Corner
    • Price >>
  • Alerts
    • Sound only ~
    • PopUp ^
    • Mobile !
    • PopUp & Mobile ^!
  • Alert Symbols
    • Sound Only: ~
    • PopUp: ^
    • Mobile: !
  • Counter Text Color: Teal
  • Counter Text No Tick Color: Red (indicates no tick on new bar with (-) sign. After the first new bar tick the counter will resume Text Color and alert if alerts loaded.
  • Font Size: 30
  • Font Name: Arial
  • Corner Mode: as selected
  • Corner Left - Right
  • Corner Up - Down
  • Price >> Left - Right
  • price >> Up - Down
# - BAR_COUNT_DOWN_1A / # - BAR_COUNT_UP_1A

Screenshot from 2025-07-28 10-53-06.png
Counter Location: Chart Corner [ top: count down - bottom: count up ]
Screenshot from 2025-07-28 10-42-40.pngScreenshot from 2025-07-28 10-40-53.pngScreenshot from 2025-07-28 10-27-33.png
Counter Location: Price - Alert loaded: Mobile
Screenshot from 2025-07-28 10-25-39.png
 

Attachments

Last edited:
Back
Top