1. Is it necessary to use general window JForex (the tab Strategy Editor) to create trading programs and indicators for JForex using Java? Or it is better to do it in JForex API (which should be downloaded separately from your site)? 2. Is there any instruction or manual on use of the internal programming language? Or for creating trading programs and indicators is used general Java (Eclipse) and for its studying it is possible to use common directorships on this language?
Thankful in advance
[quantisan]
Post subject: Re: Internal language
Post rating: 0
Posted: Thu 13 Jan, 2011, 15:31
User rating: 1
Joined: Fri 26 Mar, 2010, 19:19 Posts: 116 Location: Canada
1. write in a real IDE like Eclipse by adding the JForex API to your build path. Then compile in JForex GUI. The strategy editor tab is too simplistic for real use. 2. The JForex Wiki and javadoc are the official documentation. This post of mine provides some getting started information on JForex.