SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window -- Ignore unavailable to you. Want to Upgrade?


To: CatLady who wrote (2871)3/4/1999 7:12:00 PM
From: Michael Watkins  Respond to of 4056
 
Catlady,

You are absolutely right. Shows you I didn't test that one.

I wish WOW (sorry Metastock fans) had an ability to set a variable in code. All this gyrating about would be so much easier if you could have something like

On Enter Long
{
EnterLong.Date = Today()
EnterLong.Price = Close
}
... stuff ...

On EndOfDay
{
if Today() = EnterLong.Date + 3 then Exit
... other stuff ...
}

or some such thing.

Thanks for pointing out my error...
Michael



To: CatLady who wrote (2871)3/4/1999 7:23:00 PM
From: TA2K  Read Replies (1) | Respond to of 4056
 
CatLady, I think you've got it. I think BarsSince will indeed work, along with the indicator and its action that got me in in the first place!

Thanks to you and Michael.