PureBytes Links
Trading Reference Links
|
Thanks Jimmy
Maybe pushpop will be complicating things a bit.
Heres what i am doing till i get something prettier
" if ThisOneIsOk2Buy then textvalb= Text_New(Date, Time, High+.01 , "b");"
" if ThisOneIsOk2Sell then textvals= Text_New(Date, Time, High+.01 , "s");"
Which puts a dodgie b or s above todays bar. Not pretty , but i can see it.
Anyone else got something prettier?
Cheers
Cameron
-----Original Message-----
From: Jimmy Snowden [mailto:jhsnowden@xxxxxxx]
Sent: Monday, December 01, 2003 8:38 PM
To: Omega-list@xxxxxxxxxx; c
Subject: Re: am i missing soomething?
Maybe 415 minute bars would help or perhaps those and using Pushpop.
Best regards,
Jimmy Snowden
mailto:jhsnowden@xxxxxxx
Monday, December 1, 2003, 6:16:13 PM, you wrote:
c> Hi All
c> i have a system that i am about to trade , its end of day. It looks at
c> data2 and data3 and then "buys the next bar at open" on data1. But i
dont
c> get a buy alert until my next bar arrives which is then a day late. So
c> currently i am visually looking at the data2 and data3 to see if the "buy
c> the next bar " condition is true (and that sucks). Is there something i
am
c> missing , can i display the order for the next bar somewhere? maybe on
the
c> chart or message centre? any ideas i feel like i am missing something
really
c> simple.
c> Cheers
c> Cameron
c> ---
Outgoing mail scanned by Norton
---
---
|