README
=====================================================================

--This is a netbeans project so in order to have proper compilation please use netbeans.

--Run the Main.java.

--The other textfiles for the other stocks are in /build/classes

THE FIRST TWO SECTIONS BELOW ARE FOR THOSE WHO DO NOT HAVE OR HAVE NOT USED NETBEANS. IF YOU DO NOT FALL INTO THIS CATAGORY SKIP TO THE LAST SECTION TO RUN THE BUILD.

	I.GETTING NETBEANS

1. Download netbeans from https://netbeans.org/
2. By clicking download you will be prompted to the download page where you will download the the Java EE version
3. Next install it.

	II.OPENING THE BUILD ON NETBEANS

1. In netbeans go to File>Open Project
2. Find the directory of this build and open it.
3. Net link it to the neuroph lib if it is not already done
4. The Following is a tutorial to do just that: http://www.developer.nokia.com/Community/Wiki/Adding_a_new_library_to_NetBeans

5. A copy of the library is included with this build in the neuroph-2.7 folder. The jar file to link is the neuroh-core-2.7.jar file

	III.RUNNING THE BUILD

Simply go to the Main.java file and hit run.
