Comment on EA's for auto buy/sell signals - Pi
I don’t know why some of the code is removed when I post the message.
In words the strategy for MACDHIST is
For Buy:
(MACDHIST should be greater than zero and previous days MACDHIST should be less than zero ) OR ( previous days MACDHIST should be greater than zero and 2 days back MACDHIST should be less than zero )
FOR SELL:
( MACDHIST should be less than zero and previous days MACDHIST should be more than zero ) OR ( previous days MACDHIST should be less than zero and 2 days back MACDHIST should be more than zero )