search for: trade

Displaying 20 results from an estimated 2669 matches for "trade".

Did you mean: trace
2011 May 23
1
MLDownloader 7.1 fails to download data from yahoo
Any pointers as to how to proceed with this would be most welcome! wine --version wine-1.3.19 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.04.2 LTS Release: 10.04 Codename: lucid I used crossover to create a Win XP bottle and installed IE7 and then MLDownloader. There is a 15 day trial version available here:
2010 May 27
1
switch function
Dear group, Here is my df : trades <- structure(list(Trade.Status = c("DEL", "INS", "INS"), Instrument.Long.Name = c("SUGAR NO.11", "CORN", "CORN"), Delivery.Prompt.Date = c("Jul/10", "Jul/10", "Jul/10"), Buy.Sell..Cleared. = c("Sell&q...
2008 Jun 11
1
Resourse route in namespace with prefix error
Ok so I have this route map.namespace :trades do |trades| trades.resources :buys, :path_prefix => ''/trades/:contract_id'' end I want the contract_id variable to filter a list of buys then I try to open this route http://localhost:3000/trades/1/buys I get a strange error: ActionController::RoutingError in Trades/bu...
2008 Mar 22
1
Geting names of variables
...z, Value = vnv[i+1]) i <- i + 2 } lnv } It works, but it is very cumbersome. I wonder if there is a smarter way to do it. Here is an example: > my.list <- list() > x1 <- 3 > x2 <- 5 > y <- -34.5 > my.list <- add.to.list.names.vars.1(my.list, c("First Trade Position", x1, "Second Trade Position", x2, "P&L", y)) > my.list $`First Trade Position` $`First Trade Position`$Name [1] "x1" $`First Trade Position`$Value [1] "3" $`Second Trade Position` $`Second Trade Position`$Name [1] "x2" $`Se...
2010 May 26
1
data frame manipulation change elements meeting criteria
Dear group, Here is my df : trade <- structure(list(Trade.Status = c("DEL", "INS", "INS"), Instrument.Long.Name = c("SUGAR NO.11", "CORN", "CORN"), Delivery.Prompt.Date = c("Jul/10", "Jul/10", "Jul/10"), Buy.Sell..Cleared. = c("Sell&...
2012 Feb 14
2
R CMD SHLIB in Windows XP - No output at all
Hello all, I'm trying hard to make R CMD SHLIB work on Windows XP (32-bit) - please note that I don't have the admin rights on the computer. In terms of setup, I have followed the procedure : => installed Rtools 2.14 => changed my path : PATH=C:\Trading\R\RTools\bin;C:\Trading\R\RTools\MinGW\bin;C:\Trading\R\R-2.14.1\bin\i386;C:\WINDOWS\system32;%OTHER_PATHS% But when I try R CMD
2011 Jan 29
1
Basic Help with Zoo objects and trading days
All, I have been just recently working with zoo objects for trading systems. Can someone please help with these basic questions? Given a daily time series downloaded using get.hist.quote() from the tseries package, ie...... startDate= as.Date("2000-01-01") endDate= as.Date("2011-01-29") frequency= 'd' s= get.hist.quote('IWF', start= startDate, end=
2011 Jul 22
2
Picking returns from particular days of the month from a zoo object
Hello, I would like to implement a "turn-of-the-month' trading strategy in R. Given a daily series of stock market return data as a zoo object, the strategy would go long (buy) four trading days before the end of the month, and sell the third trading day of the following month. How can I select these days, particularly the fourth day before and the third day after the turn of the
2012 Nov 09
0
Chicago Based Trading Group Seeking Development Clerk
*Job Title: Trading Development Clerk Job Description: Assist development team with backtesting, debugging, creating, and deploying automated trading strategies. Clerk will work under a lead developer and several traders to provide support to traders in real time execution, in addition to the development staff with strategy creation, troubleshooting and deployment. The ideal candidate would be able to work full time, however a part time position would be considered for the right applicant. Schedule can be flexi...
2011 Sep 08
4
In Rails 3.1 Model.count() ignores :include - no outer join in generated SQL
...here was able to tell me if this is a bug or not (I got only suggestion for workaround). As this looks like 3.1 regression that breaks existing 3.0.10 code I decided to post this here in addition. I''ve upgraded to Rails 3.1 (from 3.0.10), ran my test suite and found this issue: class Trade < ActiveRecord::Base has_many :transaction_trades ..... def Trade.do_something stale_trades = Trade.count(''transaction_trades.id'', :include => :transaction_trades, :group => ''trades.id...
2010 May 01
1
select subset of data according to date range
Dear R lists, Would anyone help me with setting data frames according to the date? X.RIC Date.G. Time.G. GMT.Offset Type Price Volume Time 1 QAN.AX 01-DEC-2008 00:00:28.611 11 Trade 2.28 105 2008-12-01 11:00:28.611 2 QAN.AX 01-DEC-2008 00:00:43.155 11 Trade 2.28 250 2008-12-01 11:00:43.155 3 QAN.AX 01-DEC-2008 00:01:06.677 11 Trade 2.29 6439 2008-12-01 11:01:06.677 4 QAN.AX 01-DEC-2008 00:01:06.677 11 Trade 2.29 3699 2008-12-01 11:01:06...
2011 Sep 05
8
In Rails 3.1 Model.count() ignores :include - no outer join in generated SQL
Hello! Just upgraded to Rails 3.1, ran my test and found this issue: class Trade < ActiveRecord::Base has_many :transaction_trades ..... def Trade.do_something stale_trades = Trade.count(''transaction_trades.id'', :include => :transaction_trades, :group => ''trades.id'...
2012 Feb 01
1
ggplot2(0.9.0): could not find function "=="
...want to figure out how to fix the blog example, and then make the same changes to my own work. So this is the output: > library(ggplot2) > library(plyr) > library(reshape) Attaching package: ?reshape? The following object(s) are masked from ?package:plyr?: rename, round_any > trade <- read.csv("http://pastie.org/pastes/629247/download", header = TRUE, stringsAsFactors = FALSE) > balance <- ddply(trade, .(Time), summarise, balance = sum(EXP - IMP)) > trade.m <- melt(trade, id.vars = c("BEC", "Time")) > ggplot(trade.m, aes(Time))...
2005 May 08
1
"validation" on destroy
I''m building a little application with Rails, and I''m becoming a huge fan of the validations in ActiveRecord. Recently, though I ran into a problem which to me feels like a job for Validations, but I can''t see a way to use them. My model consits of a Trade object, which represents either buying or selling some security. I need to require that at no point has a user sold more than he''s bought (no short selling). This is fantastically easy to accomplish when entering a new trade, and when modifying existing trades, I just add a simple valida...
2008 Nov 09
2
please recommend statistics, time series and econometrics books with finance, macroeconomics, trading and business applications
Hi all, Please recommend good books for the following three categories. (I am aim at finance, macroeconomics, trading and business applications). (1) statistical (financial) data analysis; (2) time series; (3) econometrics. More specifically, I am looking for the following two types of books: (1) Books that provide big pictures and intuitions and books that connect dots... For example, there
2010 Nov 07
1
High Frequency Trading
Hi R users,   Thanks in advance.   I am using R 2.12.0 on Windows XP.   My objective is to construct algorithms for High Frequency Trading.   May I request you to provide me information such as packages or tools please.   Thank you very much for the time you have given.   Regards,   Deb   [[alternative HTML version deleted]]
2009 Nov 11
3
Trading Google Wave invites for host!
Trading up to 10 google wave invites for a fast, powerful Rails host that provides me with a top level domain: ie: webwebwebwebweb.com or wwwww.com Or similar offers. Send me an email or post here. -- Posted via http://www.ruby-forum.com/.
2015 Apr 15
2
Samba 4.2 Account Lockout logging
Hello, We are using the account lockout feature in Samba 4.2. Unfortunately my own account is being locked out overnight and I can't figure out where from :-( Is there a level of logging on a Samba4 DC I can use to record the source address of any authentication failures, be they with Kerberos or native LDAP? Thanks, -- Luke Bigum --- LMAX Exchange, Yellow Building, 1A Nicholas Road,
2011 Jul 29
0
Noble is looking for a Market Risk Manager/Analyst for its London Office, prefer Candidates who have R programming skills
...nds on" approach to business has seen us grow to become a world leader in supply chain management in just 20 years. We specialize in the origination and delivery of strategic raw materials, adding value at each stage of the supply chain. The Group is also involved in technical ship management, trade finance and coal mining running soybean crushing plants and sugar/ethanol mills in Brazil, amongst others. Our energy operations cover most facets of the industry around the world: Coal, Power & Gas, Crude and Products, etc. Our global network encompasses more than 150 office and plant location...
2015 Mar 09
1
password lockout policy issue after update to 4.2
Hello, Quick observation after recently updating all DC's to 4.2.0 from 4.1.17. Several users received the notice "account is currently locked out" after entering their password once. I updated the policy to a minimum of 3 attempts before any user logged in initially. I opened Microsoft ADUC tool and clicked the box to unlock their account. This resulted in the user receiving