Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
125 views

Are there known techniques to generate realistic looking fake stock data?

I recently wrote some Javascript code to generate random fake stock data as I wanted to show a chart that at first glanced looked like real stock data - but all I came up with was pretty noddy. I was ...
3
votes
3answers
190 views

Use of magento is_in_stock

What exactly is the function of the property is_in_stock in Magento? Whether a product is in stock can be determined on whether qty >= 1? It seems to automatically adjust to the current ...
3
votes
2answers
249 views

Statistical Stock Scanner in Mathematica

my goal is to write an algorithm in Mathematica that will search for stocks whose current price is trading below or above 2 Standard Deviations of the Mean. I literally started to learn the program ...
2
votes
1answer
53 views

What is the difference between isSaleable() and isAvailable()?

I'm working on the display of the stock availability on the (individual) product page of my Magento theme, and there's something I don't completely understand about this. I see two methods being used ...
2
votes
5answers
64 views

Are there any reuseable CSS stylesheets that provide some commonly used functionality?

Examples might include: buttons (class="button" or similar) rounded boxes with headings (class="content-box" or similar) nice looking html tables (class="nice-table" or similar) customised html form ...
2
votes
1answer
133 views

Mysql query to get rows around a chosen row

OK, i have read all of the similar threads, but still couldn't figure this out myself. My problem: I'm trying to do a relative performance table for stocks (prices, indexes). Ill need to use these 2 ...
2
votes
2answers
85 views

convert data format

http://en.wikipedia.org/wiki/MetaStock Anybody knows how to convert metastock data format to ASCII/CSV format ? Any sample code (c++/c#) would be of great help.
2
votes
0answers
84 views

What software runs stock exchanges? [closed]

Stock exchanges need to support huge amounts of concurrency, coordinating buy/sell orders. They also have very hot data sets, eg the lowest offer to sell a stock at a certain price is potentially ...
2
votes
1answer
56 views

stock and cart mixed query

i have stock and cart, i want to make a query that shows each user a list of stock-cart for example if i have 5 apples in stock and he have 3 apples in his cart, then when he search for more apples ...
2
votes
1answer
408 views

How to update image in gtk.Button with GTK#

Well I was working on simple application for starting/stopping and restarting my LAMP in mono (just to get knowing the GUI development with mono bit more), so to have less buttons I decided to have ...
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.
1
vote
1answer
41 views

How to read a certain data in django when I use this js libraly?

I want to use this js Libarry(Tickp) to make a stock chart in django. and I write the template: <script type="text/javascript" src="/site_media/stats.js"></script> <script ...
1
vote
1answer
49 views

How to fire up the stock Gallery app with an image url that's in sd card

I have an image on the sd card. I need to fire up the stock Gallery app from my app to show the image. I get a NullPointerException from the stock Gallery app. Here is my code. Intent i = new ...
1
vote
1answer
53 views

How to convert tic data to 5 minute OHLC?

there, I am learning KDB+ . and have load the tic data into the table W as below. My question is, how to tansfer the data into 5 (or n) minutes OHLCVA ? ...
1
vote
3answers
124 views

Java class for computing stock indices

Anyone knows where can I find open source Java class for computing stock indices like simple moving average, weighted moving average etc
1
vote
2answers
219 views

How to get a list of ticker symbols legitimately somewhere on the internet. (PHP)

I'm looking to retrieve a list of all the ticker symbols in the NYSE through a PHP script (or something similar, server-side or client-side) to use for autocomplete. Currently I have a questionable ...
1
vote
1answer
186 views

stocks splitting api google or yahoo

I am looking for a way to get stock splitting information. Using the yahoo stock API I can get all types of info on any symbol but I don't think I can get the split ratio or even whether it split. ...
1
vote
2answers
202 views

Using one stock for multiple items in Magento

Ok so what I want is to have multiple simple products draw from the same stock. Scenario I have a sinle nail file (Stock:500) I have a box of nail files (50/box) I want it so that if someone buys a ...
1
vote
2answers
105 views

stock movement calculation [closed]

I'm trying to write an app that will calculate the historical returns on the S&P 500 over any date range. The calculation is done by taking the open/close prices on two dates. My math isn't ...
1
vote
4answers
616 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
58 views

Terminal Command for Stock Information

I would like to have a command that gets me the value a stock closed at. How can I do this?
1
vote
2answers
722 views

Stock chart using PHP

I would like to do something similar to this site http://finviz.com/ Basically, when you move a mouseover on stock symbol, it show a stock chart using image generated from backend. For example: ...
1
vote
1answer
1k views

GWT stock chart library

we are about to start a project for a java stock market charting project. we intend to use jfreechart backed by GWT to display our stock charts. -are there any good java stock frameworks or libraries ...
1
vote
2answers
315 views

Architecture sketch for iphone stock app

I am currently trying to build a (simplified) stock app (like the one built-in on the iphone). I setup a simple server with a REST-interface which my app can communicate with. However I am struggling ...
1
vote
1answer
661 views

adding stock data to amibroker using c#

I have had a hard time getting and answer to this and i would really , really appreciate some help on this. i have been on this for over 2 weeks without headway. i want to use c# to add a line of ...
1
vote
3answers
206 views

stock exchange software

Does anybody knows how several tens of display screens are refreshed each second in stock exchange buildings? Of course the server pushes the data to each screen, bud is this custom technology or ...
1
vote
2answers
279 views

c# webbrowser | pushed realtime quotes

I am programmer and share trader. Before I have written a day trading application. Until last week it was possible to fetch realtime quotes from ...
1
vote
1answer
569 views

Magento: After ordering configurable product, its canceled because its out of stock

my problem is: i have a product with simple products as childs. (maybe tshirts whith size S-XL and some colors) Now if i order one of this, it is canceled with the order-confirmation email. I think ...
1
vote
1answer
92 views

Need advice on how to save all stock changes for rpg game in mysql

I've been creating rpg game and now I'm doing stock-market for my players that they could buy and sell shares. Stock prices are random and stock prices changes every 20 minutes. So, every change I ...
0
votes
0answers
13 views

Notify Out of Stock Product for normal user(Without Login) in magento

Currently in magento, only registered customers can able to get notification when product is out of stock, but for normal user( not registered users) there is no options for getting notification when ...
0
votes
2answers
72 views

jQuery if() works bad asking for empty ajax response

I have a form which I load in parts depending on the users selection. When the users select a date, I search for the qtty of available stock on that date (this are seats on a train travel). I Have 3 ...
0
votes
0answers
97 views

Custom indicators of tickerplot

I use the tickerplot to build a stock app,and now I want to show some custom indicators in the page,and the indicator I want to show in page is some line charts,it use the data isn't OHLC ,it use some ...
0
votes
1answer
63 views

Caching and updating OHLC historical stock quotes locally

OK, I don't mean for this to be another "how do I get historical stock data" question. I've already found plenty of readily available sources for that, even neatly exported into direct CSV downloads ...
0
votes
2answers
165 views

How to make a stock chart in Django with Javascript?

I want to build a stock website with Django, and I found a Javascript library (tickp) to make charts, but I don't know Javascript, nor do I know how to read json data in a Django template. I use this ...
0
votes
2answers
96 views

Magento Adds Quantity That is More Than Available in Stock

I have a weird problem with Magento. Say that I have 5 in quantity of a product in stock. Then, I navigate to the product's view page. I enter 6 in Qty box, click "Add to Cart" -> It says "requested ...
0
votes
0answers
28 views

Magento double stock decrement

On our Magento, we have decided to decrease stock when an order is confirmed. However, after the order is placed, to finish the order, we go in it, invoice it, and then ship it. And at that time, the ...
0
votes
0answers
95 views

Stock exchange rate of return matrix or vector in Matlab? [closed]

I am kind of new at this Matlab. I am trying to populate a matrix/vector with ‘returns’ of a particular stock from the Yahoo Finance servers. If I call passing the desired stock market symbol in this ...
0
votes
1answer
487 views

Live Scrolling Stock Ticker

Looking for a scrolling stock ticker, as seen here: http://www.bloomberg.com/ - preferably run in combination with jQuery liScroller. How would I go about this? RSS? Any costs involved? ...
0
votes
1answer
78 views

sql stock count/check between set dates [closed]

i have a table 'stocklevel' which has fields slid, cid, jid, affectstock, startdate and enddate. i also have a table 'stock' which has fields sid, cid and a table 'categories' which has cid and ...
0
votes
1answer
84 views

How to access the use ise stock exchange API? [closed]

I want to fetch the ise stockexchage's data in my database,and then from the database ,i want to show the data in my application. I understand that there must be some API available for the developers ...
0
votes
0answers
96 views

process realtime stock data from yahoo finance using Jfreechart

I'm trying to develop realtime candle stick chart from yahoo finance using Jfreechart and finding difficulties to refine the data in java. Requesting data from ...
0
votes
2answers
88 views

Get data from API

http://www.google.com/finance?q=nse%3Areliance Is it possible to get real-time data (price and volume) using Google API ? Any sample code (C++/C#) would be very helpful.
0
votes
0answers
80 views

Double stock decrement in Magento

On the configuration of our Magento, we have decided to decrease stock when an order is confirmed. However, after the order is placed, to finish the order, we go in it, invoice it, and then ship it. ...
0
votes
0answers
68 views

Broker that supports both ISA accounts and API access?

I'm looking for a stockbroker but can't seem to find one that 'ticks all the right boxes' - can anyone help please?! The essential requirements are: Supports Shares ISA accounts Access to ETFs on ...
0
votes
2answers
232 views

amCharts [Stocks] chart

I've been using amCharts stocks charts to display data from Yahoo Finance .csv file which displays data in this format: (which works) Date,Open,High,Low,Close,Volume,Adj Close ...
0
votes
1answer
540 views

Real Time Stock Market widget (jQuery, PHP)

Is there any pre-built widget or API that I can use on a website, something similar to Bloomberg or Yahoo Finance. I'm looking for pro (paid) solution with no ads and very customizable. I know Yahoo ...
0
votes
0answers
100 views

How does Magento handle stock with orders which haven't been paid for via PayPal? [closed]

I'm using Websites Payment Pro (PayPal) on my website, and I would like to know, if the order is created, but the payment is never completed via PayPal - how long is the stock level held for? Does it ...
0
votes
2answers
539 views

Yahoo Stock Feed

I'm trying to get a chart of stock opening prices. I want to use yahoo's data feed for stock data: http://www.gummy-stuff.org/Yahoo-data.htm Has anyone ever used this? What I want is basically a 1 ...
0
votes
4answers
677 views

C# multiple threads calling single method at specific interval

I will try to make the question as simple so that it is easy to get an idea of the scenario. I am trying to build a stock related application for school project, which is fetching data from the web ...
0
votes
1answer
258 views

Why my products don't go out of stock when qty = 0 in Magento?

I tried to make a order with a product with an inventory of 1. When the order is completed, the stock is 0. It's ok. However, the Stock Availability is set to "In stock". And the option Qty for ...

1 2