Page 1 of 1

Flat/Trend Signal

PostPosted: Mon Aug 23, 2010 5:33 am
by Apprentice
Flat.png


The indicator formula is
if SignalMACD<MACD and MACD>0 then indicator show up trend,
if SignalMACD>MACD and MACD<0 then indicator show down trend
else indicator show neutral.

FlatTrendSignal.lua
(3.41 KiB) Downloaded 1376 times


To work this signal does not need to have external indicators.