Description:
Introducing AudioPrice—a nifty tool that delivers the latest price updates right to your ears in stereo!
Input Parameters:
- SaySymbol: By default, this is set to
true, meaning the symbol will precede the price. You can add additional symbols if needed. - SayBidPrice: This option is also set to
trueby default, so the "Bid" price will be announced. If you'd like to hear the "Ask" price instead, simply change it tofalse.
Imports:
Big thanks to Codersguru over at Forex TSD Forum for providing the speech functions we use here.
To get started, make sure to place the files in the correct directories:
- AudioPrice.mq4 goes into \experts\indicators,
- gSpeak.mqh should be placed in \experts\include,
- speak.dll belongs in \experts\libraries.
In the AudioPrice indicator, remember to enable "Allow DLL imports".
Notes:
Keep in mind that while AudioPrice is speaking, your PC may experience some slowdowns, which could impact trade execution. So, manage your trades wisely!

Comments 0