Hi Guys,
I'm quite new to guardian and how it works. But I'd like to know if it possible to set off a sound alert when a certain amount is matched in the market.
Therefore you would be able to know when large volumes are being matched at a certain time in a market.
For example, if you set the alert that in every 5(x) second period if over £100k (y( is matched, then it triggers a beep.
Hope someone can help me as would be a useul addition to my setup.
Thanks
Neil
Alert when 'x' amount matched in specified period of time
There is something similar talked about in the post here - http://www.betangel.com/blog_wp/2013/09 ... utomation/
However, that relates to overall market volume and not an amount matched over a period of time.
You would need to use Excel and create some code to record the market volumne every few seconds. Then have some VBA that will play your chosen wav file when the comparision of recorded values exceeds your parameter.
There is an example sheet here that records values.
viewtopic.php?f=31&t=2385
You could probably modify it to record market volumes. Then all you need is to write your macro or seach the net for one already written you could incorporate.
However, that relates to overall market volume and not an amount matched over a period of time.
You would need to use Excel and create some code to record the market volumne every few seconds. Then have some VBA that will play your chosen wav file when the comparision of recorded values exceeds your parameter.
There is an example sheet here that records values.
viewtopic.php?f=31&t=2385
You could probably modify it to record market volumes. Then all you need is to write your macro or seach the net for one already written you could incorporate.