Barry Cohen![]() Sage ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6338 Joined: 1/19/2004 ![]() | These are the conditions you're wanting. You can either make an OL system that does this (would require Pro though & it's probably easy to make this) or you can add a filter in a strategy that only passes signals if it meets these conditions. There's a strategy template called "Filter by Indicator" you can use for that. It's a selection when you create a new strategy from scratch. Long: C > BOL_UPPER(13,2) Short: C < BOL_LOWER(13,2) |