InvestorsHub Logo
Followers 417
Posts 52354
Boards Moderated 13
Alias Born 12/16/2001

Re: LisaAu post# 101

Sunday, 11/06/2011 8:35:07 PM

Sunday, November 06, 2011 8:35:07 PM

Post# of 115
Lisa
Here is code for your system
************************ mach(2,4,1) > 0 = 1 *******************/

if(macd(2,4,1) > 0)
{COUNTS = COUNTS+1; }

if(macd(2,4,1) <= 0)
{COUNTS = COUNTS-1; }
/************************ sto(14,3,1) < 20 -1 *******************/

if(stochK(14, 1, 3) < 20 )
{COUNTS = COUNTS-1; }

if(stochK(14, 1, 3) > 80 )
{COUNTS = COUNTS +1; }

/************************ sto(14,3,1) < 50 -1 *******************/

if(stochK(14, 1, 3) < 50 )
{COUNTS = COUNTS-1; }

if(stochK(14, 1, 3) > 50 )
{COUNTS = COUNTS +1; }



/******************************** ********************************/
} // END NEW BAR

Raff Regression Channels, CCI(10) , ELDER
http://investorshub.advfn.com/boards/board.aspx?board_id=12981

Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.