Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
660 views

almost live forex currency rates

I need to get live forex exchange rates for my personal application. I know that there's no free service that has this data available for download. I've been using yahoo's finance, but i've just found ...
3
votes
2answers
349 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 ...
2
votes
2answers
57 views

FIX issue with new order single

I am new to FIX technology and am working on a FIX application. Whenever I send a NewOrderSingle message, I get an error. I am using the QuickFix engine in C# and creating RequestPlaceOrder objects ...
2
votes
2answers
421 views

MT4 Time based entry signal in MetaTrader4

Does anyone have any example code for how to generate a time of day based entry signal in Metatrader 4? e.g. at a particular hour and minute of each day
2
votes
4answers
867 views

Web service for live Forex data for Eastern Europe currency?

Is there a Web service for live Forex data for Eastern Europe currency? The yahoo data is updated with a couple of minutes delay, so I don't want to use that. I've seen some Java Applets, but thy are ...
1
vote
2answers
172 views

Forex Trading Platform for C# [closed]

What are the good free Forex trading platforms for writing algorithms in C# for automated trading. I tried cAlgo but it is basic, needs more features and slow developping... I tried NinjaTrader but it ...
0
votes
0answers
25 views

FIX protocol - java code to read streaming data from market [closed]

I am new to the FIX protocol and to Forex trading in general. I have been looking at some sample code and trying to find something that will help me read streaming data from the market using the FIX ...
0
votes
1answer
33 views

Fix Protocol Api Forex Access - Developing An App

Does anyone has any experience with developing applications using Fix Api protocol (using the FIX 4.4 protocol) to trade Forex via this ? I would like to know how and when to start ? Where can I get ...
0
votes
0answers
33 views

Forex YQL (hourly) [closed]

I would like hourly forex currency (USD/EUR) since 2011-10-01 with YQL or other API via XML or JSON. Sorry, I speak a little english.
0
votes
1answer
101 views

How to set Alerts for indicators values in MT4 platforms

Let say, that I am scalping the market. I would like to set up alerts whenever the indicators value changes, let say stochastic hit the value of 80/20, RSI changed to below/above 50, MACD changed ...
0
votes
1answer
83 views

Can I programmatically control the account number when creating a new account in MetaTrader 4?

I have a C++ plug-in for MetaTrader 4 that allows me to create new accounts in it for trading purposes. I would like to be able to dictate to MT4 the account number when creating the new account. ...
0
votes
1answer
274 views

PHP XML reader field types

I have a xml file in this format: <?xml version="1.0" encoding="UTF-8"?> <?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" ...
0
votes
2answers
49 views

Need help on financial advisory system [closed]

I am developing an web based application for calculating total profit/loss, cash flows, final project cost and associated risks. System takes market rates for all currencies as input and does all ...
0
votes
1answer
313 views

Open source libraries for technical analysis in java

I need something which has a lot of indicators for technical analysis, like moving averages, bollinger bands, etc for usage in java (im actually using clojure). I know of TA-Lib , but is there any ...
0
votes
3answers
527 views

How to calculate the slope of noisy time series data

I have a process that consumes multiple sources of live price data from the forex market and produces 2 streams of time series data as its output. The output is noisy (i.e. not smooth like sin or ...
0
votes
1answer
325 views

What are some javascript charting libraries that allow plotting stock prices?

I need to be able to represent high and lows using a javascript charting libraries. All the libraries I have seen only allow defining the "high" value and the low value is always defaulted to zero. ...