HOME FORUMS BROKERS SOFTWARE BOOKS CONTACT US
Elite Trader Your Account  •  Become a Member  •  Help  •  Search    
    Forums ›› Tools of the Trade ›› Trading Software ›› Stock analysis software using algebra  


Post A Reply
    Page 1 of 2:   1  2  
luxhydrus
 

Registered: Mar 2011
Posts: 7

 

04-04-12 01:43 PM

hi all, i'm fairly new to trading, and thus i apologize if my question's answer is obvious.

I'm looking for a software in which i can chart relations between stocks, such as

I would to chart the relation

(stock A + Stock B) / (Stock C+ Stock D)


thank you very much!

    Edit/Delete Quote Complain
Lornz
 

Registered: Jan 2008
Posts: 918

 

04-04-12 03:01 PM

If you're looking a cheap alternative, check out Investor/RT.

    Edit/Delete Quote Complain
tradelink
 

Registered: Feb 2008
Posts: 577

 

04-04-12 04:13 PM

you can do this in tradelink, which is free and open source.

code:
public class MyResponse : ResponseTemplate { GenericTracker relation = new GenericTracker(); TickTracker kt = new TickTracker(); const string [] sym = new string[] { "a","b","c","d"}; const int a = 0; const int b = 1; const in c = 2; const int d = 3; string relationid = string.Join(",",syms); override void GotTick(Tick k) { // track last/bid/ask kt.newTick(k); // compute relation on every tick relation[relationid] = (kt.Last(sym[a]) + kt.Last(sym[b])/(kt.Last(sym[c])+kt.Last(sym[d])); // plot it, trade it, etc sendchartlablel(k.time,relation[relationid]); } override void Reset() { // track each relationship relation.addindex(relationid); // subscribe to ticks for symbols sendbasket(sym); } }


google tradelink project or tradelink.org for more info

    Edit/Delete Quote Complain
goodgoing
 

Registered: Jun 2009
Posts: 340

 

04-04-12 04:28 PM

Excel - trivial

    Edit/Delete Quote Complain
paranoidone
 

Registered: Apr 2012
Posts: 3

 

04-06-12 02:09 AM

I use AmiBroker...

    Edit/Delete Quote Complain
funnyguy
 

Registered: Feb 2012
Posts: 96

 

04-06-12 01:23 PM


Quote from paranoidone:

I use AmiBroker...



Yeah, two lines of code there. One for calculation and another one for plotting.

code:
relation = ( Foreign("AAPL", "C") + Foreign("HPQ", "C") ) / ( Foreign("DELL", "C") + Foreign("IBM", "C") ); Plot(relation, "Relation of Stocks", ColorRed, styleLine);

    Edit/Delete Quote Complain
    Page 1 of 2:   1  2  
Post A Reply


Receive an email whenever a new post is added to this thread by subscribing to it.
 
Rate This Thread:

Forum Jump:
 

 

   Conduct Rules  -  Privacy Policy  -  Day Trader -  Day Trader Forum -  Best Trading Software -  Sitemap Copyright © 2013, Elite Trader. All rights reserved.    
 
WHILE YOU'RE HERE, TAKE A MINUTE TO VISIT SOME OF OUR SPONSORS:
Advantage Futures
Futures Brokerage & Clearing
AMP Global Clearing
Futures and FX Trading
Bright Trading
Professional Equities Trading
CTS
Futures Trading Software
DaytradingBias.com
Professional Trading Analytics
ECHOtrade
Professional Trading Firm
eSignal
Trading Software Provider
FXCM
Forex Trading Services
Global Futures
Futures, Options & FX Trading
Interactive Brokers
Pro Gateway to World Markets
JC Trading Group
Direct Access Trading
MB Trading
Direct Access Trading
MultiCharts
Trading Software Provider
NinjaTrader
Trading Software Provider
OANDA
Currency Trading
optionshouse
Option Trading & Education
Questrade
Canada's #1 Online Broker
Rithmic
Futures Trade Execution Platform
SpeedTrader
Direct Access Trading
SpreadProfessor
Spread Trading Instruction
thinkorswim by TD Ameritrade
Direct Access TradingAdvertisement
TradersStudio
System Building & Backtesting
Trading Technologies
Trading Software Provider
Trend Following
Trading Systems Provider