Hi folks,
I'm working to set up my first trading strategy via rules. I'd like to set up the following
earning conditions, but can't seem to figure it out.
1. The firm's last quarter must be positive.
2. The firm's 12 months' earnings must be positive.
3. Earnings estimates for the next quarter must be positive.
4. Earnings estimates for the next year must be positive.
I see 'Cumulative Fundamental Item for Period is above Value' under the General Fundamentals tab, however, I'm looking for a condition for each period.
Suggestions appreciated.
Regards,
Rajesh
Size:
Color:
Hi Rajesh,
I'm not sure why you think that 'Cumulative Fundamental Item for Period is above Value' won't do it for your condition #2. I think it fits the bill since the rule aggregates the fundamental item. But if a trading strategy requires that
each quarterly report of the last year is positive, then this can be achieved in code - by applying
Series is Above a Value (with period = 4) from
Community Indicators library to the earnings
FundamentalDataSeries (see QuickRef in WLP for more).
Size:
Color:
Appreciate the pointer to the code. I'll check it out.
Size:
Color: