Home
Demo Home
Features
Documentation
Contact
AirXCell - Online Programmable Spreadsheet and Computation Software - How-To's
Next
AirXCell -
0.5.10-SNAPSHOT
- How-To's
Copyright © 2011-2014
airxc.com
,
airxcell.com
Table of Contents
1. Introduction
1.1. The AirXCell project
1.1.1. AirXCell features
1.1.2. A Laboratory for Quantitative Research in Finance
1.2. This documentation
2. How To : Use AirXCell as an online R console
2.1. Introduction
2.2. Open console in full screen
2.3. Issuing commands
2.4. Charts
3. How To : Load Asset or FOREX quotes within AirXCell
3.1. Introduction
3.2. Open a
1. Manage Asset
form
3.3. Search for 'IBM'
3.4. Select 'IBM' and initial settings
3.5. Load in native (USD) currency
3.6. Load 'IBM' in Euro (EUR)
3.7. Load FOREX quotes
4. How To : Chart an asset in an different currency
4.1. Introduction
4.2. Use
1. Manage Asset
to load asset
4.3. Chart 'IBM' in native (USD) currency
4.4. Chart 'IBM' in Euro (EUR)
4.5. Candlestick for last year
4.6. Show and edit timeseries
5. How To : Simple Linear Regression on asset or FOREX quotes versus time
5.1. Introduction
5.2. Use
1. Manage Asset
to load asset
5.3. Compute 'Simple Linear Regression' manually
5.3.1. Open "R Ĉode Editor"
5.3.2. Responses + Fitted values
5.3.3. Residuals
5.4. Notes
5.5. Compute 'Simple Linear Regression' with AirXCell form
6. How To : Use AirXCell to draw a gant chart
6.1. Introduction
6.2. Temporary version
List of Figures
2.1.
Put console in fullscreen
2.2.
Console in fullscreen
2.3.
Result of the '? ls' command
2.4.
Working with data and summary
2.5.
Charting data
2.6.
Hide console
2.7.
Result graphic
3.1.
Empty
1. Manage Assets
form
3.2.
Search IBM
3.3.
Results for IBM
3.4.
Selecting IBM
3.5.
Set start date
3.6.
Select adjusted price
3.7.
Load IBM
3.8.
Load IBM in native currency (USD)
4.1.
Chart IBM in native currency
4.2.
IBM in native currency
4.3.
Chart IBM in native currency (USD)
4.4.
IBM in euros (EUR)
4.5.
Using a chart start date
4.6.
IBM in euros (EUR) with candlesticks
4.7.
Show the timeseries in a data frame module
4.8.
The raw presentation of the timeseries
4.9.
Chosing the data format
4.10.
Switch to Date format
4.11.
The timeseries with a better presentation
5.1.
Regression calculation code in editor
5.2.
Responses + Fitted values
5.3.
Regression calculation code in editor (2)
5.4.
Residuals
5.5.
Automatically running SMP