♥ 1 |
Hey Pete! TOS is killing me with this one.
What I’m trying to do is find a stock where the close has passed the daily 50sma within 2 15 minute bars (intraday trading).
def dma = DailySMA(FundamentalType.CLOSE,AggregationPeriod.DAY,50,0); plot scan;
I can set this to 15min however TOS is telling me a Secondary Period is not allowed.
Thanks!
Marked as spam
|
Please log in to post questions.