Price Alert

Good day!
I find this indicator so useful, and I like the recent changes especially reactivating the alert by just moving the lines which is very convenient.

I was wondering if an option to change the default sound alert can be added. In this way, I can assign a particular sound alert to a pair.

Thank you!
 
  • ℹ️
Reactions: Enivid
I've this discovered a sort of bug in MT5 i guess. When setting the value to zero on the BTCUSD chart with "the exactly line" , the line jumps indeed to 0.00 instead of disappearing. With the "above price" and "below price" line it works like it should.
This only happens on the BTCUSD chart.
 
Besides the above mentioned MT5 bug(?), i just added this indi to MT4, but it doesn't show in the chart.
When i look in the indicator list panel, it is there, and when i click on it in the panel the window with inputs comes up.
It also does not give errors in the journal.
I tried to compile it, but it gave 0 errors.
 
I've this discovered a sort of bug in MT5 i guess. When setting the value to zero on the BTCUSD chart with "the exactly line" , the line jumps indeed to 0.00 instead of disappearing. With the "above price" and "below price" line it works like it should.
This only happens on the BTCUSD chart.
That's actually how it works with all lines. It never deletes the lines, it assigns zero as their price value. Does it cause some issues?
Besides the above mentioned MT5 bug(?), i just added this indi to MT4, but it doesn't show in the chart.
When i look in the indicator list panel, it is there, and when i click on it in the panel the window with inputs comes up.
It also does not give errors in the journal.
I tried to compile it, but it gave 0 errors.
Which version of MT4 are you using? Which version of the indicator (1.05 or earlier)?
 
  • 👍
Reactions: boa_conflictor
That's actually how it works with all lines. It never deletes the lines, it assigns zero as their price value. Does it cause some issues?

Oh, serious, i never noticed this before. Sorry for the stupid question then 🙁

Which version of MT4 are you using? Which version of the indicator (1.05 or earlier)?

MT4 build version 4.00 build 1441
I just discovered that by accident i think i downloaded the legacy version. I just added 1.05 and now is working normal.
 
A new version of the Price Alert Panel indicator has been just released - 1.06. It makes the following changes:
  • Added a dark mode theme for the panel. (@Tylergibson)
  • Added an option to use a sound-only alert. (@Mon)
  • Added a checkbox to hide lines. (Via GitHub)
  • Added an input parameter to control the timeframe of a candle when alerts are triggered by the previous candle's Close value. (Via GitHub)
  • Fixed a potential issue when either Ask or Bid could return a zero value when the terminal is disconnected. (Via GitHub)