I'm trying to do a fast 1min scalp strategy but the histogram on the MACD is getting me in a bar late.
I'm trying to say when the histogram 1 bar ago is less than the current bar then go long and vice versa on the short side.
The long side:
MACD(12,26,9).DIFF[U][B][1][/B][/U][U][B]<[/B][/U] MACD(12,26,9).DIFF[U][B][0][/B][/U]
MACD(12,26,9).DIFF[1]<MACD([U][B]Open[/B][/U],12,26,9).DIFF[0]
Any advice or alternatives? thanks

Comment