Register Login
Forums    February 9, 2012
TradersStudio Forums
Unseen Functions
Last Post 07-08-2006 10:33 PM by mur ang. 1 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Doyle Flock
New Member
New Member
Posts:10

--
07-08-2006 04:43 PM

    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?

    mur ang
    Advanced Member
    Advanced Member
    Posts:525

    --
    07-08-2006 10:33 PM

    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      ^

    result = expression1 ^ expression2

    Raises expression1 to the power of an expression2.

    Type of result is always floating.

    <!-- mod -------------------------------------------------------------------------- -->

    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.


     TradersStudio, Inc. ® Copyright 2004-2012 All Rights Reserved   Terms Of Use  Privacy Statement