Tagged Questions
The trading tag has no wiki summary.
31
votes
10answers
14k views
What technical skills needed for algorithmic trading, HFT, etc?
I'm interested in getting into developing trading systems, black box, HFT, etc. My primary experience is with C# and .Net (7 years). I've also done some sockets programming. I have some experience ...
26
votes
11answers
9k views
What online brokers offer APIs?
So I'm getting really sick of E*TRADE and, being a developer, would love to find an online broker that offers an API. It would be great to be able to write my own trading tools, and maybe even modify ...
25
votes
12answers
5k views
Why does a derivative trading position always require C++ knowledge?
I’ve never worked in a trading environment before and I was curious to see that few of the trading houses seem to use C#, but most of them do heavily rely on C++. Why is it?
Is it because C++ is ...
12
votes
3answers
6k views
What data source could I use for my stock market program?
I would like to make a free open-source C++ application for both Linux and Windows which will create live stock market charts (i.e. they're refreshed frequently).
Please could you give me some ...
11
votes
8answers
908 views
Scripting language for trading strategy development
I'm currently working on a component of a trading product that will allow a quant or strategy developer to write their own custom strategies. I obviously can't have them write these strategies in ...
9
votes
9answers
4k views
java distributed cache for low latency, high availability
I've never used distributed caches/DHTs like memcached, jboss cache, ehcache, etc. I'm wondering which, if any, is appropriate for my use.
First, I'm not doing web applications (as most of these ...
7
votes
9answers
3k views
Low latency programming
I've been reading a lot about low latency financial systems (especially since the famous case of corporate espionage) and the idea of low latency systems has been in my mind ever since. There are a ...
6
votes
7answers
398 views
Which programming language to choose? (for a specific problem/domain, details inside)
I am building a trading portfolio management system that is responsible for production, optimization, and simulation of non-high frequency trading portfolios (dealing with 1min or 3min bars of data, ...
5
votes
3answers
195 views
Help on manipulating a price series (indicator) oscillate around a Center Value
I’m no expert programmer, but I’m attempting to change the way in which some technical indicators are displayed in a financial charting package called TradeStation (not that the specific charting ...
5
votes
3answers
527 views
What grid distributed computing frameworks are currently favoured for trading systems
There seems to a quite a few grid computing frameworks out there, but which ones are actually being used to any great extent by the investment banks for purposes of low latency distributing ...
4
votes
2answers
887 views
Automating Etrade
Hey everyone, I was wondering how would I start programming an interface to trading stocks in Etrade in python. I am attempting to make an automated trading bot, but there is no api publicly available ...
3
votes
1answer
321 views
Importing High/Low/Close Data into Excel (Trading/Futures “Coding”) [closed]
I want to import into Excel High/Low/Close data for, let's say, the Wheat contracts of 2009.
I'm looking to do this in Python, but I will learn another language if it is necessary.
I am a newb to ...
3
votes
2answers
347 views
What's the best API for automated forex trading?
I am interested in writing a small automatic trader for the forex market. I would like to chose my own tools (platform and programming language) and I just need to find a decent API to query the ...
3
votes
4answers
312 views
Object oriented design for an investment/stock and options portfolio in Python
I'm a beginner/intermediate Python programmer but I haven't written an application, just scripts. I don't currently use a lot of object oriented design, so I would like this project to help build my ...
3
votes
2answers
406 views
.NET Books for Investment Banking and Financial Domain
I am interested to know if there are any .NET books (well known,usually read,spoken of) specifically tailored for for financial domain.
I found this
...
3
votes
2answers
464 views
Clojure for trading strategies
Is anybody using closure for developing automated trading strategies? What is your experiences? I am anticipating learning clojure and wanted to know if i could use it in this context, if there are ...
3
votes
3answers
259 views
Who is the primary actor of an automated system?
In an automated black box trading application who should be identified as the primary actor in the use cases? Is it the system itself or the system administrator or the organization who has a vested ...
3
votes
1answer
1k views
Developing a Java Trading Application: do patterns/frameworks exist for defining trading rules?
I am in the process of designing a trading application which will use a Market's API to place orders on the Market. This isn't a complex high performance algorithmic trading application of the kind ...
2
votes
1answer
69 views
Do you know (ETF) trading platform that has robust API for JAVA?
I am lookong for some broker that allows ETF trading, and have trader with API for java.
I found http://www.deltastock.com/ , but it seems they do not have java API. They have something like API for ...
2
votes
0answers
98 views
Has anyone used a Disruptor port in C# with success? [closed]
Disruptor has been proven successful in the Java world, in particular by LMAX, the group responsible. Has anyone used a .NET port with success (alpha, beta, or production) in a trading scenario or ...
2
votes
0answers
197 views
How could I (layman investor) implement my own stock trading model? [closed]
I see that some traders/investors have built their own trading models (using Excel or C++ etc). Note: I'm not talking about HFT, but about something that I could use for my own trading purposes (I'm ...
2
votes
1answer
212 views
.NET C# WinForms exam for trading company
tomorrow I'm doing an exam for a .NET development role in a trading company. The type of skills they are looking for are WinForms, multi-threading, delegates, events, etc. I'm more of an ASP.NET / ...
2
votes
1answer
241 views
How do i extract a specific, recurring time from 1 minute tick data in R?
For instance, let's say I want to extract the price at 09:04:00 everyday from a timeseries that is formatted as:
DateTime | Price
2011-04-09 09:01:00 | 100.00
2011-04-09 09:02:00 | 100.10
...
2
votes
3answers
155 views
How to vectorize: set a value based on last time a binary vector was 1
I have another R beginner question...
How can I vectorize (avoid for loop in) following code:
# algorithm for getting entry prices (when signal > 0): look back from current
# position until you ...
2
votes
1answer
452 views
Building a trading platform with charts - suggestions for a Python GUI Library
I am building a small program to retrieve data from the market and chart it in real time. While the trading decisions will be largely automated, the charts are updated continuously so that someone can ...
2
votes
1answer
1k views
Programming a Stock-Trading Application [closed]
How would I go about programming a stock-trading application that can display information from the Bombay Exchange, as well as others? I'm open to suggestions in java, c, or even asp.
2
votes
4answers
3k views
What does Front Office/Back Office programmer position mean?
To follow up my previous question, I’ve delve a bit more into the “financial derivative trading” world in trying to understand what is means for programmers and how it is like working as a programmer ...
1
vote
1answer
61 views
trading: how do you declare `Indicator` interface
I've tried to ask this question at "quantitive finance" but it seems this is better place because the question more about programing than trading
How do you declare Indicator interface? What would be ...
1
vote
1answer
125 views
Can anyone recommend a forex trading API?
I'm interested in experimenting a bit with foreign exchange trading using PHP, JavaScript and the new HTML 5 canvas object. I've looked around a bit, but was wondering of a JavaScript API I can use ...
1
vote
1answer
126 views
Trading applications trade-offs : Databases and low-latency
Databases are required for almost every business application to store data and the transactions done on that data. The transactions typically take a time of the order of milliseconds. At the same ...
1
vote
1answer
109 views
How do you read the legs of a multileg order using QuickFix in C#?
When processing a QuickFix44.NewOrderMultileg message in C#, how do you extract the details of the legs?
The only documentation I've found so far seems to apply only to market data and/or be wildly ...
1
vote
0answers
377 views
Elliot Wave Calculator, Chart Patterns Recognition
I am looking for Python/Java code to find Elliot Waves as at
http://www.elliottwaves.stockmaniacs.net/
http://www.smartfinancein.com/elliot-wave-calculator.php
On same lines I am also looking for ...
1
vote
1answer
109 views
Books or Resource for learning Options/Exchange Trading technologies [closed]
I would like to start to learn "Options/Exchange Trading technologies" as a software engineer point of view. Can someone give me suggestions on books or resources.
Thank you
1
vote
1answer
158 views
Is there an open source provider of market data?
Basically I need test data for a trading engine, so don't need real-time data, just something that would give me a reasonable frequency of intra-daily(?) prices.
1
vote
4answers
610 views
Automated stock trading- how possible is this scenario
I was wondering if anyone had any input about a question I have been thinking about for some time. Basically I have written a program that I would like to test on the real stock market. The program ...
1
vote
1answer
674 views
UI for a trading application in C# WPF
I have created a trading application in WPF, for which I am ashamed of it's shabby look since it is far from being impressive.
I would now like to redesign the user interface for my application, and ...
1
vote
2answers
300 views
Setting up Fix Client to Record Tick Data
I am in the process of trying to assemble a tick dataset. What I would like to do is use a Fix Client paired with a vendor's Fix Adapter to retrieve marketdata (tick + orderbook) in FIX format and ...
1
vote
3answers
217 views
How to design a client server architect
I like to know the server (TCP based) architecture to support large scale of clients(at least10K) to implement Fix server. My points are
How we design it.
How to listen on the open port? Use select or ...
1
vote
2answers
310 views
Development of a FIX engine
I am new in the FIX and have requirement to develop a small FIX engine to communicate trading system. As I know there are plenty of FIX engine available but here requirement is to develop it.
Could ...
1
vote
1answer
180 views
Trading backoffice solution
Is there any open source solution for trading settlement, i.e. something similar to NYSE settlement system that handles the market transactions?
In other words, something similar to the software ...
1
vote
2answers
143 views
C++ : Avoid lot of boolean variable for multiple verification conditions in trading app
i am a junior dev in trading app... we have a order refresh verification unit. It has to verify order confirmation from exchange. We send a bunch of different request in bulk ( NEW, MODIFY, CANCEL ) ...
1
vote
1answer
298 views
Best Design Pattern for Black-Box Trading
I am starting a project that involves coding a Black-Box Trading Bot for a strategy one of my friends created, and I was trying to think of what the best design pattern would be.
My current thought is ...
1
vote
3answers
115 views
How to get a debug flow of execution in C++
I work on a global trading system which supports many users. Each user can book,amend,edit,delete trades. The system is regulated by a central deal capture service. The deal capture service informs ...
0
votes
1answer
82 views
Query on Trading platforms like X_trader - request for help from code newbie
First up, I'm a software newbie - kindly forgive me if my questions seem naive.
I'm looking to code a broker trading platform like TT's X_trader or CQG's integrated client.
Can you please let me ...
0
votes
1answer
53 views
BizTalk 2010 Parties not available to enlist in Role Link
I'm having an issue when modifying an existing BizTalk 2010 application. The application currently takes a flat file, maps the data in the file to an EDI 835 format, and then a Role Link determines ...
0
votes
2answers
71 views
Data Feed Thread Executing Trading Strategies?
As you know, trading strategies take actions based on real time feed, such as when the bid or the last trade price changes. A data feed provider streams quotes to our desktop application ...
0
votes
2answers
69 views
System trading applications - caching historical data in local database?
Most trading applications receive datafeed from commerical providers such as IQFeed or brokerages that support trading API. Is there merit in storing it in the local database? Intraday datafeed is ...
0
votes
0answers
32 views
know sgx / nasdaq trading platform architecture? how can they achieve microsecond level order match?
know sgx / nasdaq trading platform architecture?
how can they achieve microsecond level order match?
I am really interested to know how can they do that? infiniband network? what kind of cpu / ...
0
votes
2answers
47 views
Structural/ conceptual advice on working with custom functions for SQL database from C#
I'm wondering if any seasoned C#/ SQL developers could give me a nudge in the right direction as I get started with a new project. I'm coming from an MS Access/ VBA world, and I'm trying to develop a ...
0
votes
1answer
92 views
Trading API's with a mock account
Are any of you aware of any brokers that provide API's for trading (that I could hook up to my .net application) AS WELL AS provide a mock money account
I have searched around on sites for this ...