Quote:
Originally Posted by counter_violent Hi lurker,
MT4 experts indicators and advisors are all over the web....there will be i'm sure something out there in the public domain...weather or not these are any use is the question...a lot of this stuff is very badly written for starters so this is why its best to send anything thats posted for evaluation....makes sense...i for one would'nt want some half baked useless indicator advising newbies to do this do that etc...without first finding out How it works ...and What its telling us.....and I think the real point in all this is...they may only be used as comfort indicators anyway...the top and bottom of it is.....no indicators are a substitute for " doing the work "  |
To be clear, there is only one purpose for doing this:
To let TD and I know at a glance whether we need to look at a chart every hour.
That is to say that the software should provide an alert for anything which resembles a pin bar, and give us the instrument name. We can then look at the chart for ourselves. However, this means we will know at a glance how many of the 30 odd charts we would need to pull up - obviously TD can't be expected to spend 30 minute on one of 30 instruments on the hour every hour - that is a quarter of the working day!
We want something which tells us where to look when there is a signal. Obviously we'd then take a look at the pin on a chart to see if it was worth taking, but we are both sick of missing signals because we only have time to check 5 or so instruments every hour.
So far, I'm hacking at the MT4 file I've been given. It detects pins, and I've written code into it to send an email when it sees one. This works. Unfortunately, it works too well and sends a few hundred emails per instrument (all the pins previously on the chart).
I've dropped down to a 1 minute so I can see if it triggers an email in real time. What I then intend to do is pull up 50 or so instruments on the 15M, tell it to look for pin bars, disable the email, add the indicator, enable the email, and leave it running overnight.
If it gives the proper signals during the night, I'll then switch it to hourly monitoring only, and write a perl script which goes into the .Maildir of the user I've set up for this, extracts the subject from the emails, and outputs it to foo.html on my webserver, so that we can access
http://myserver/foo.html which should have output such as
"22092007 21:01 BEARISH Pin formed on EURUSD"
"22092007 21:01 BEARISH Pin formed on EURGBP"
"22092007 22:01 BULLISH Pin formed on GBPJPY"
etc.