Monday, December 01, 2008     | Register
TradersStudio Forums
Subject: Unseen Functions

You are not authorized to post a reply.   
Author Messages
gateway
Posts:11

07-08-2006 4:43 PM Alert 

In experimenting with the Migration Tool, I have encountered another problem. It has to do with functions which are used in EasyLanguage systems or functions but are not included in TradersStudio. Two examples are the EasyLanguage functions "Neg" and "Power." The problem is that, at least in TradeStation 4.0 which I use, only functions in the category "EasyLanguage Functions" can be opened and viewed; the other categories, such as Math & Trig, File Writing, Data Information and so on, cannot be opened and viewed. Because I cannot copy and paste the code, and they are not in TradersStudio, there seems to be no way for me to translate these functions with the Migration Tool. Any suggestions?


Precision Guesswork, Low Rates
murray
Posts:431

07-08-2006 10:33 PM Alert 

If it does not translate them is it leaving the orginal code there. In those cases you can hand fix the code.

 Power is done as follows:

 Operator      ^

<FONT size=+0>result = expression1 <B>^</B> expression2</FONT>

Raises expression1 to the power of an expression2.

Type of result is always floating.

Neg should be -1*X.  If you send a list of the functions you want. We can make sure we address them ASAP.

You are not authorized to post a reply.



ActiveForums 3.6
TradersStudio® Copyright 2004-2008 All Rights Reserved   |  Privacy Statement  |  Terms Of Use