Version 6.1 2018.10.15
MACD filter has been added.

You are obviously able to set all the parameters of the MACD, and the filter worsk in two ways you can choose from.

Filter option 1:

If (the histogram is greater than the macd line)

{only buy market orders are executed and any sell market orders are filtered out}

else if (the histogram is less than the macd line)

{only sell market orders are executed and any buy market orders are filtered out}



The second way of filtering is as follows:

If ((the histogram is greater than the macd line) and(macd line is greater than 0 on the vertical scale of the MACD))

{only buy market orders are executed and any sell market orders are filtered out}

else If ((the histogram is less than the macd line) and(macd line is less than 0 on the vertical scale of the MACD))

{only sell market orders are executed and any buy market orders are filtered out}