02-13-2012, 02:49 PM
Gintaras Wrote:What type of database or file is best for you? QM supports most databases, also SQLite, CSV, XML, Excel and raw files.
I usualy used plain *.txt and Excel files to contain and keep information that get's used and changed (well some are static) during macro execution.
For example: when doing automatic price checking/shoping/selling. I have a static database containing a list of items that im interested in. And they come up for sale at a certan time (for example) on a web site. So macro copies the text from a screan, than check's if the name of the item is in the file/excel sheet and that if found it acts upon it. Buy/sell, change my sell price ect. automaticaly based on parameters i have set. I also have separate files containing the previous price information for every item and a file that is used to store current price, corrected pice and so on..
I used simpler automation software before but this one has soo much more potential and speed, wich is esential for me. In i realy im doing my best to wrap my head around all the comand's and raw code and make it work. So every advice is more than wellcome
