SCass2010 0 Junior Poster in Training

Hi everyone,

Just wondering if anyone could give me a bit of advice...

For a project at university I'm going to try and create a sort of stock market advisor. Basically it will take data say from Yahoo, parse it, and based on certain rules provided by a user it will forward updates to an android app e.g.

If symbol "GOOG" has Volume < 1000, then send alert to MyApp 
If symbol "APPL" has Price > 500, then send alert to MyApp
If symbol "GOOG" has Volume > 1000 AND Price > 1000, then send alert to MyApp

I want it to be possible where the user will define their own rules, preferably through a C# front end, however any rule engines I have been looking at (Logician, Rules Engine ( http://rulesengine.codeplex.com/ )) seem to only let you code the rules into the main application

Has anyone had any experience with rules engines in any language, or any pointers on how to go about doing this? Any advice is much appreciated :)