Amibroker analysis

#1
Dear Gurus/Seniors,
I am a newbee and trying my hand with Amibroker.

I have been atlast able to download the EOD data with Bhavcaopy and load the same in Amibroker but need ur help and advice on the following;

1. When I click on the MACD pane there is no data explaing in the Interpretation window????? The formula is as follows;
r1 = Param( "Fast avg", 12, 2, 200, 1 );
r2 = Param( "Slow avg", 26, 2, 200, 1 );
r3 = Param( "Signal avg", 9, 2, 200, 1 );
Plot( ml = MACD(r1, r2), StrFormat(_SECTION_NAME()+"(%g,%g)", r1, r2), ParamColor("MACD color", colorRed ), ParamStyle("MACD style") );
Plot( sl = Signal(r1,r2,r3), "Signal" + _PARAM_VALUES(), ParamColor("Signal color", colorBlue ), ParamStyle("Signal style") );
Plot( ml-sl, "MACD Histogram", ParamColor("Histogram color", colorBlack ), styleNoTitle | ParamStyle("Histogram style", styleHistogram | styleNoLabel, maskHistogram ) );

Data appears when i click on the Price and moving averages and Bollinger Bands

2. Whn i right click on the MACD/ADX/RSI indicator and select Analysis and then clcik on Scan i get an error "Missing buy/sell assignments"?????

I dont know of the other indicators as have not select analysis on them.

Would appreciate your advice/guidance on this matter and apprecaite a reply here or to [email protected]

Thanks n best rgds
 

colion

Active Member
#2
1 - Interpretation window - did you activate the Interpretation window via View >> Interpretation? If so, then when you click on the chart of the indicator the interpretation should be visible. I checked all of the indicators that you mentioned and they all work. If you have a valid copy of the program and the interpretation does not work then your file might be corrupted in which case redownload or contact Support.

2 - The built-in indicators are not set up for Automatic Analysis. You have to add your Buy, Sell, etc. conditions in order to do an Explore or Scan. Check the Users Guide for a tutorial that explains what you need to do so that you can Explore or Scan.
 
#3
Dear Colin,
Appreciate ur reply.

I have activated the interpretation window from the VIEW option and all i get when i click on MACD is MACD Date: 07/21/2010 and on RSI is RSI Date: 07/21/2010.?????
But when i click on the main chart indicating the price, moving avgs, bollinger bands the interpretation window displays:

Price and moving averages:
IDFC() has closed below its Short time moving average.
Short time moving average is currently below mid-time, AND above long time moving averages.
The relationship between price and moving averages is: neutral in short-term, and neutral in mid-long term.

Bollinger Bands:
IDFC() has closed
Bollinger Bands are {EMPTY}% narrower than normal.

This commentary is not a recommendation to buy or sell. Use at your own risk.

With regards to the version of Amibroker its 5.00and cracked.

Can you help me on my 2nd query with a few examples formula (paste them if you have any and how can i save them, etc)

Thanks n best regards
 

Similar threads