Its working but the problem '' as i think'' in public override void SetDescription()
i didnot write the code block that describes the actions
example
case "The bar opens below a S3":
EntryFilterLongDescription = "the bar opens lower than " + sUpperTrade + "S3 " ;
EntryFilterShortDescription = "the bar opens higher than " + sLowerTrade + "S3" ;
break;
then i have to repeat the previous block with the following conditions
"The bar opens above an R3",
"The bar opens below a S3",
"The bar opens above a S3",
"The position opens below an R3",
"The position opens above an R3",
"The position opens below a S3",
"The position opens above a S3",
"The bar opens above an R3 after opening below it",
"The bar opens below a S3 after opening above it",
"The bar opens above a S3 after opening below it"
The indicator still working fine but cosmetically will be like that