Macros
Macros can be created only if you set Type of output data as Value or Expert Value.
There are two types of macros: Global and Local.
Using Global Macros
- Open AnalyzerXL Wizard.
- Select function, for example Stochastic Oscillator.
- Click Next button.
- Choose Type of output data, for example Value.
- Into field “High”, enter the cell reference for the range of High prices.
- Into field “Low”, enter the cell reference for the range of Low prices.
- Into field “Close”, enter the cell reference for the range of Close prices.
- Into field “Output range”, enter the cell reference for the range of output data.
- Enter period as 3.
- Enter slowing as 2.
- Click Macros button.
- In the Type of Macro Dialog enter name for macro, as Stochastic_Oscillator and select type of macro, as Global. NOTE that name of macro must not contain spaces.
- Click Ok button, Macros Manager Dialog will appear.
- Click Add button.
- Click Close button.
- Global macros can be accessed through Macros Manager.
Using Local Macros
- Open AnalyzerXL Wizard.
- Select function, for example Stochastic Oscillator.
- Click Next button.
- Choose Type of output data, for example Value.
- Into field “High”, enter the cell reference for the range of High prices.
- Into field “Low”, enter the cell reference for the range of Low prices.
- Into field “Close”, enter the cell reference for the range of Close prices.
- Into field “Output range”, enter the cell reference for the range of output data.
- Enter period as 3.
- Enter slowing as 2.
- Click Macros button.
- In the Type of Macro Dialog enter name for macro, as Stochastic_Oscillator and select type of macro, as Local. NOTE that name of macro must not contain spaces.
- Click Ok button.
- Local macros can be accessed through Excel’s macros list by selecting command Macros… in the Tools|Macro menu, or by pressing Alt+F8.
|