PureBytes Links
Trading Reference Links
|
Hello Cameron,
Possibly. I've been using a Commentary Window.
Just leave it on while stepping through a custom list, and you could
have detail of entry, parcel size, exit detail etc all in the window.
Once shortlisted, run again, appending similar via fileappend, exporting
all trading detail required for the day. Then you can do away with the
complications of TS while executing trades.
--
Best regards,
jon mailto:jonmac@xxxxxxxxxxx
Tuesday, December 2, 2003, 3:51:29 PM, you wrote:
c> Thanks Jimmy
c> Maybe pushpop will be complicating things a bit.
c> Heres what i am doing till i get something prettier
c> " if ThisOneIsOk2Buy then textvalb= Text_New(Date, Time, High+.01 , "b");"
c> " if ThisOneIsOk2Sell then textvals= Text_New(Date, Time, High+.01 , "s");"
c> Which puts a dodgie b or s above todays bar. Not pretty , but i can see it.
c> Anyone else got something prettier?
c> Cheers
c> Cameron
|