PureBytes Links
Trading Reference Links
|
Hello,
I have coded some of Mark Conway and Aaron Behles trading ideas from
a book called Professional Stock Trading system design and Automation
and have found the systems are quite profitable.
Please can someone tell me how to modify this code so it returns a
value like tradestations TLSlopeEasy? Sorry I'm sure mentioning TS is
probably blasphemy but I swear I don't own it otherwise I wouldn't
ask this question :-)
function TLSlopeEasy(array,startbar,endbar)
{
return Nz((Ref(array,-endbar)-Ref(array,-startbar))/(startbar-
endbar));
}
I have read quite a few trading books but only two (the above and a
book by Chande) on automated trading systems, would anyone like to
suggest some further reading?
Thankyou,
Stephen.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|