hey oilxpro.... 15 is
if(buy == 15 && buyhigh && daymacdbuy) {EnterLong = True;}
which only uses the standard daily macd(12,26,9) as a filter.... it buys when the close is higher than the prior high on the timeframe being tested but only when the macd is above its signal line on the daily timeframe....
all settings used throughtout are pretty much the standard ones.... rsi(5), adx(14), macd(12,26,9), rvi(10), cci(14) and so on..... they are adjustable but preset at common settings...
one minute time frames if used for quick scalping type trades seem to benifit from aditional filters..... unfortunately that was much of the code i stripped out.... depending on your profittarget, additional 30 minute and hour filters can help.....
another thing i took out that now wish i hadn't was a master moving average condition.... that 1 condition over rode all others .....
i'll write something up for 1 minute timeframes so we can test..... do you find 1 minute time frames work best.....h