Recent content by wells

  1. W

    interesting moving average

    I am a regular user of iguidestocks software which I found while searching on net. This software is free and supports stock screening. formula language , buy/sell signal, backtesting. I am able to find all major features for which I was using Metastock. I would recommend people to...
  2. W

    interesting moving average

    try out this formula it gives good return . i did backtesting and found good result @EXCELLENT FORMULA INCLUDES BUY/SELL SIGNAL WHEN TESTED ON NIFTY @STOCKS @ GAVE VERY GOOD RESULT AND OUTPERFORM BUYHOLD STRATEGY . @CHECKOUT BY APPLYING ON DIFFERENT @STOCKS . THIS FORMULA USE MACD AND...
  3. W

    moving average

    No, I do't think it is. Try using MACD . I checked MACD[12;26;9] it gives good result. Use this formula A := MACDLINE[12;26;9;0] > MACDSIGNAL[12;26;9;0] AND MACDLINE[12;26;9;-1] < MACDSIGNAL[12;26;9;-1] IF ( A ) { BUY{""} BUYTYPE := "STRONGBUY" } B := MACDLINE[12;26;9;0] <...
  4. W

    interesting moving average

    Hi, Recently while googling I got to know about a new moving average called mahesh moving average. Read the article at http://www.iguidestocks.com/project/global/igs/mma1.html I like this indicator and would like to implement for amibroker. Can somebody help me out
  5. W

    Looking for a financial scanner

    Hi, I am looking for a software which can give me all financial information through scanning. like I would like to compare balance sheet, profit or compare quartely profit etc. Is any software profides all these info as variable which I can use and can create scan based on those criteria
Back
Top