Buffalo
 Elite
  Posts: 603
Joined: 7/11/2007
Location: Braintree, MA
User Profile |
Ok - I want to put in a filter to BLOCK trades when these conditions exist on the SPY:
(MACD_HIST(10,15,90)<0) AND ((VTY_PRICE(10,25)>VTY_PRICE(10,20)[1]) OR (VTY_PRICE(10,25)>VTY_PRICE(10,25)[1])) AND ((BOL_UPPER(14,1.20)>=H) AND (BOL_Middle(14,1.20)>=L))
Can I use "NOT" then this formula?
I don't think simply reversing the "<" to ">" for example will give me what I want.
If either of those conditions are present on the SPY I don't want trades to go thru.
Can't figure this one out!
|