[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ELA - Shark code



PureBytes Links

Trading Reference Links

Hello Walt,
   I enjoyed your article in TASC. I know the code is listed but would
prefer not to type it all in. Would you consider posting it to the list?
  Thanks very much
Karl  kschr@xxxxxxxxxxx


:Hi Bob and All,
:
:When coding the function for the "Shark - 32 " indicator from this
:month's article in TASC magazine,
:please make sure the Return Type is set to "True/False" If you don't do
:this, the function will only accept numeric values. Ergo, you will get
:an
:"arithmetic error" on the last line of the code.
:
:To change the setting, open the function and click on the
:"attributes" icon . Under "Return Type", select "True/False".
:Now TS will correctly interpret the use of the term "true" and
:"false" in the function code.
:
:Regards,
:
:Walt Downs
:CIS Trading
:
:BobRABCDEF@xxxxxxx wrote:
:>
:> Anone have the corrections to Walt's Shark code on page 60 of the October
:> TASC?
:> Do the TRUE and FALSE have to be defined or just changed to "1" and "0"?
Also
:> at the end of the system there is an "End" error.
:>
:> Thanks,
:> Bob
: