I am not a programmer but I am curious as to what language you would write a algorithm in to judge best deals from IDX data and what would the code look like?
For instance if I wanted to pick the best deal in a community with 10 homes for sale. I guess some of the factors you could look at would be...
time on market - longer may = more likely to accept a low offer.
Price - obviously the lower the price the better.
Square footage - determine the price per square foot
Taxes - in the same community they should all be about the same but if comparing one community vs. another it would be a factor.
I guess a lot of this would be similar to an assending-decending sort, just with a few more variables thrown in. Different variables could be weighted more or less depending on their importance.
Anyway I apologize for my ramblings but I am very interested in knowing how someone would go about this.

Reply With Quote
or go back to school and learn how to do it myself.
