Free intraday charting software for Cash and Future

Hi,

Does anyone know how to get the MACD Histogram displayed on charts? I am using the iGuideStocks charting software which is very very good but no MACDH.

Any inputs are highly appreciated.

Thanks
 

VJAY

Well-Known Member
Dear sweta,
Welcome back to this forum.how is going your building software for freeee???????????????

You are done research with us previous year then when we asked querry regarding the software you closed your shop(not posting) at TJ:D.that time you also want to turn it as paid !!!:thumb:
So please give some details of your new venture ?:confused:

NB:Newbies please not go anything free if you want to trade using charts.Too many web chart providers are there giving facility to watch rt chart on web paying a small amount on monthly.
this advuce only due to when I first visited this forum am also gone through these all free softwares.none will give you a perfect trading charts.
Dear swetaji,
I think your software still is there as it is?Now allready 3 years now.....:)
 
Hi,

Does anyone know how to get the MACD Histogram displayed on charts? I am using the iGuideStocks charting software which is very very good but no MACDH.

Any inputs are highly appreciated.

Thanks
Dear sir,

attached is macd histo gram formula


copy this formula as a .fl file and run through custmized indiactor. Infact if you click custmized indicator icon you will probably find this indicator called customMACD


@PARAMETER LOWDAYS HIGHDAYS SIGNAL
@VALUE 12 26 9
@COMMENT THIS INDICATOR WILL DRAW CUSTMIZED MACD GRAPH
A := MACDLINE[$LOWDAYS$;$HIGHDAYS$;$SIGNAL$;0]
B := MACDSIGNAL[$LOWDAYS$;$HIGHDAYS$;$SIGNAL$;0]
A1 := MACDLINE[$LOWDAYS$;$HIGHDAYS$;$SIGNAL$;-1]
B1 := MACDSIGNAL[$LOWDAYS$;$HIGHDAYS$;$SIGNAL$;-1]

C := A - B

D := A > B AND A1 < B1

IF ( D )
{
BUY{""}
}
E := A < B AND A1 > B1
IF ( E )
{
SELL{""}

}
PLOTPRICEONLEFT{C,"MACDDIV",WHITE}
PLOTPRICEONLEFT{B,"SIG",RED}

PLOTPRICEONRIGHT{B,RED}

PLOT1{ B,RED}
IF ( C > 0 )
{
LINE{0,C ,GREEN}
}
ELSE
{
LINE{0,C ,RED}
}
A
 
I have downloaded the software. When I am running the batch file 'run.bat' by double clicking it for installing, I am getting an error exception in main thread. java.lang.noclassdeffounderror: com/stockfaxforu/frontend/MainScreen.

Is there any other way for installing the software?
i tried to run run.bat ..but it doesnt work...
 
Dear Users

We have launched new version of our software IGSIndia version 4.0 for indian stock market. New version of our software has following features

1) New Intraday tool has been added using which you can watch intraday chart of any stock in a single click . All intraday setting like indicators,strategies,resolution,time period will exist
even after changing stock all setting will exist

2) New Intraday chart will display support/resistance area automatically, which will help trader to put accurate stoploss while doing intraday trading

3) Supports 50+ mostly used indicators .All indicators are being explained in detail and provide detail about when to buy and sell or oversold/overbought area after applying indicators .

4) New tool "Apply Inbuilt Strategies" added . It has lot of inbuilt strategies and also has inbuilt strategies to find patterns like double top,tripple top etc

5) Inbuilt strategies has a strategy called candle explaination. If you are new to stock market and really want to understand about candle stick patterns apply this strategy and roll using arrows
strategy will explain you candle stick pattern in detail whever it occures

6) New buyselladvisor tool has been created . This tool has lot of inbuilt scans .It will provide you sort term,long term buy/sell stocks . Fundamental recommendtaion, daily stock report and many more
things

7) Now weekly,monthly resolution take care about dates means if resolution is weekly data from Monday to Friday is taken and if monthly data from each month is taken

8) Now you can customize your DataDownloader and customize your scan as per data downloaded

9) Now you can select multiple stocks when you are adding stocks for a category instead of single stock at a time

10) Now you can filter your result based on stock price , volume etc while using buyselladvisor and market snapshot feature

11) Every week automatically results, new inbuilt strategy,buyselladvisor,indicators will be added to software without you know. Whenever we will find any good strategy we will add it for
you

12) To optimize your strategy we added new feature called Optimization using which you can run your formula on different values and can get best value out of that

13) Added Intraday Future charts and Intraday historical charts

Please provide your comments to make it more intuitive ,user friendly and useful to investor and we will try to add them in our future releases

Regards
iGuideStocks.com
 
I have downloaded the software. When I am running the batch file 'run.bat' by double clicking it for installing, I am getting an error exception in main thread. java.lang.noclassdeffounderror: com/stockfaxforu/frontend/MainScreen.

Is there any other way for installing the software?
i tried to run run.bat ..but it doesnt work. PL REPLY.
 
Looks like you have given the same formula for MACD which is already built-in in the product. Infact, the s/w has MACDHistogram as MACD.
Please change the name to avoid the confusion. Let me know if I am weong.

Happy Trading,
RC
 

Similar threads