Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

cleon

Getting Started with Tradestation EasyLanguage

Recommended Posts

Hello,

 

I am looking for recommendations for books with EasyLanguage examples. I have many of the EL reference books which provide the correct syntax, etc., but read much like dictionaries. As a non-programmer, what I feel I really need are specific examples of code that I can modify to suit my needs. I.e., I am not looking for books to give me winning strategies per se, but books that provide examples of code already written in EL for a variety of strategies, that I can use to ensure that I am using proper logic, etc.

 

(One example is that I would like to look at two-timeframes - where there is increasing momentum after a low-adx period on the higher timeframe, and perhaps an ema-based entry on the lower timeframe. I know what I want to code, and I know it can be done in EL, but I need examples to pull from specifically in EL to understand how to do it correctly.)

 

With that in mind, can anyone recommend one or two books to get me started?

 

Much appreciated!

Share this post


Link to post
Share on other sites

Developing strategies based on two time frames is not really that straight forward in EL. I haven't used any of the later versions of TS, but last I checked you cannot have two timeframes on the same chart, which make it impossible to use standard EL to make use of two different timeframes. You will probably need something like ELCollections, or some kind of global variable dll for that so that you can refer to data in different charts/workspaces.

 

One book with a few examples is "Building winning trading systems with Tradestation" by George Pruit. Not so much for the "Winning Strategies", but there are a few decent coding examples.

 

If you are starting to learn a new language, this might be worth your time to learn one of the more flexible platforms when it comes to developing strategies. The trade-of would that the more flexible the language is, the steeper the learning curve. Some of the platforms I can think of are Amibroker (don't be fooled by the low price), Neoticker, Ninjatrader (although NT don't allow reference to multi timeframes and is not quite there yet in term of robustness for strategy development, although version 7 promises to resolve that.)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.