Recent content by zbynek79

  1. Z

    Not possible to valide most techniques

    Thanks TWI, but how do I find out if function library is present? Are these functions in any dll library or something like that? It really looks that the definition of these elementary functions is completely missing. I already tried to verify all but it did not help.
  2. Z

    Not possible to valide most techniques

    Let me add that the code above fails on folling row ... RSIValue = RSI( Price, Length ) ; ... with "Word not recognized by EasyLanguage" error message on RSI function
  3. Z

    Not possible to valide most techniques

    E.g source code of standard RSI indicator which comes with TS installation: inputs: Price( Close ), Length( 14 ), OverSold( 30 ), OverBought( 70 ), OverSColor( Cyan ), OverBColor( Red ) ; variables: RSIValue( 0 ) ; RSIValue = RSI( Price, Length ) ; Plot1( RSIValue, "RSI" ) ...
  4. Z

    Not possible to valide most techniques

    Hi all, I am not able to use aprox. 90% of techniques (indicators, strategies,...) because they fail to verify on elementary functions. For example I get the error "Word not recognised by EasyLanguage" even on functions like RSI which to my understanding are absolutely elementary. I am using...
  5. Z

    problem with ascii data charting in TS 8.1 w/ Owndata 2.4

    Hello Kanp, I am facing exactly the same problem. Were you somehow able to solve it? Thanks Zbynek
Top