Multi Pair Pivot Point Scanner Alerts MT4 MT5

NickBixy

Trader
Oct 29, 2019
9
2
14
Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.

Put indicator on a separate chart from your trading strategy because every time you change the time frame or symbol it will re initialize the code resetting the waitTill variable and trigger flags.

Minor bug sometime it don't refresh itself automatically on new day so refresh by changing timeframe or symbol every new day just in case

Symbols to scan needs to be in market watch or will get error message "can't find symbol"


Pivot Point Types
  1. Standard
  2. Fibonacci
  3. Woodie
  4. Camarilla

Pivot Point Time Frames

  1. Daily
  2. Weekly
  3. Monthly
More Features

  1. Toggle false/true for popup or mobile alerts
  2. Set alert wait interval between same alert message
  3. Time frames toggle false/true for daily/weekly/monthly pivot point cross alerts
  4. Set Symbol prefix and postfix (if none leave blank)
  5. Enable/Disable specified pivot point to be alerted
  6. Alert when xxPoints Near pivot point
  7. Bounced off pivot point alerts
Inputs/Alert Message example
1.png
2.png

Update 2.0
 

Attachments

  • Multi_Pair_Pivot_Point_Scanner_Alerts_v2.0.mq4
    122.8 KB · Views: 37
  • Multi_Pair_Pivot_Point_Scanner_Alerts_v2.0.mq5
    123.5 KB · Views: 54
Last edited:
  • 👍
Reactions: Enivid

NickBixy

Trader
Oct 29, 2019
9
2
14
I programmed this let me know if their any bugs or new features to add, or other programmer's feel free to improve it how ever you feel but share the improvements.
 

NickBixy

Trader
Oct 29, 2019
9
2
14
latest versions v2.5
 

Attachments

  • Multi_Pair_Pivot_Point_Scanner_Alerts_v2.5.mq4
    71.5 KB · Views: 22
  • Multi_Pair_Pivot_Point_Scanner_Alerts_v2.5.mq5
    77.3 KB · Views: 45