Simple TS Question

Discussion in 'Trading' started by wally_, Oct 17, 2002.

  1. I got an els file for TS that contains some indicator. Now, when I use it with TS, will I be able to see the code for this indicator?

    I have never used TS, so please excuse this question. In fact, I am mostly interested in the code and not TS.

    I would appreciate your answers.

    TIA,
    wally_
     
  2. rcreal

    rcreal

    whether the .ELS file is a token only file, password protected or not.

    If it is a token only file (same as compiled code), you will not be able to view it.

    If it is password protected, you will not be able to view it (unless you know the password or have a patch for the Power Editor to bypass password) ... (*HINT - find the subroutine for password entry and change the JumpToIfEqual to JumpToIfNotEqual on the statement which evaluates the password entry)

    If it is not password protected, you will be able to open it.