Articles, Data, Excel Models
Importing market data into Excel is the first step in building a trading model. Market data such as prices, volume, spreads, dividends, etc. is needed to feed a trading model’s calculations. There are several ways to get market data into your Excel spreadsheet....
Articles, Excel Models, VBA Code
Top quality trading VBA must be written in a highly module-based manner. Applying Microsoft’s native VBA capabilities, you can create a selection of custom functions which will then be called within your VBA and with user controls such as checkboxes. The more...