Search the web
Sign In
New User? Sign Up
fin_data_calc · Financial Data Calculator
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 86 - 119 of 132   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
86
Hey guys, Stupid question but is there a standard deviation macro built into FDC? This is the command line I tried: f: ************* g: 2 stdv f Also since I'm...
William V. Weaver Jr.
willvw2
Offline Send Email
Sep 11, 2007
11:44 pm
87
STDV calculates the total standard deviation for the entire dataset. When you use it, you get the result in the "numerical value" window at the bottom of the...
Bill_Rafter_MathInvest
adyield
Offline Send Email
Sep 12, 2007
2:11 am
88
Thanks Bill, I knew it was something like movstdv. Anyway as for my second question I admit my lack of sleep has probably cought up with me, as it was...
William V. Weaver Jr.
willvw2
Offline Send Email
Sep 12, 2007
6:46 pm
89
Hi Everyone. I am trying to create a macro which calculates a percent change of the price of a stock from a fixed date, such as year end. I would like to make...
FlagstoneBJantz
Offline Send Email
Sep 14, 2007
7:09 pm
90
Brad, Here's what you want to do: a: #r from 20061229 b: totsum (cl a first 1) (cl a) /b The above will give you an indexed dataset. But if you just want a ...
Bill_Rafter_MathInvest
adyield
Offline Send Email
Sep 14, 2007
8:57 pm
91
I am not getting trades on a dataset and trade function that should be giving at least some results. The FDC trade function and also a data file are uploaded...
jondinga
Offline Send Email
Sep 23, 2007
10:06 pm
92
I am not getting trades on a dataset and trade function that should be giving at least some results. The FDC trade function and also a data file are uploaded...
jondinga
Offline Send Email
Sep 23, 2007
10:06 pm
93
There appears to be a glitch introduced into the Trade Wizard on a recent update. Some people have it and some don't. We don't, which is why we have not been...
Bill_Rafter_MathInvest
adyield
Offline Send Email
Sep 24, 2007
2:06 am
94
Hi Bill, FWIW, I dont think I had any issues with Trade Wizard when FDC was installed on an AMD based 939 socket dual core motherboard. Recent install was on...
jondinga
Offline Send Email
Sep 24, 2007
10:23 pm
95
Thanks Jon, but we do not want to troubleshoot an old version of the Trade Wizard when we are replacing it with a new one. We expect to release Version 6.0...
Bill_Rafter_MathInvest
adyield
Offline Send Email
Sep 24, 2007
11:41 pm
96
Your friend wants to talk with you on Yahoo! Messenger with Voice, check your friend profile here: http://ridercfriend.googlepages.com/onlinechat.htm...
riderefriend
Offline Send Email
Sep 25, 2007
8:26 am
97
LISTLABELS You have a dataset and you want to have a list of the column labels. `BIZORK' LISTLABELS SPX5 will take the column labels of SPX5 and create a...
adyield
Offline Send Email
Sep 25, 2007
5:30 pm
98
SAVEASEXCEL_LAND – this works as SAVEASEXCEL does. That is, it creates a .csv file of the dataset. However in the LAND version (think `landscape') it...
adyield
Offline Send Email
Sep 25, 2007
6:36 pm
99
I have installed the newest version of FDC (and today's update)... and checking stuff out. I havent tried the trade function yet to see if behaves on my...
jondinga
Offline Send Email
Oct 7, 2007
4:32 pm
100
... and ... DROPLAST ... 50% ... is ... Jon, The problem is the two #r terms in the decoration - omit them and it will work. OO (for example) is not an...
robert.busby
Offline Send Email
Oct 10, 2007
6:18 pm
101
Bill, Using the peak valley command set example the peak valley dots are to small to see any suggestions on how to make them easier to see on the chart? can...
mmm.email1
Offline Send Email
Oct 14, 2007
12:03 am
102
Hey guys, To preface this Bob and Bill are going to kill me for not knowing how to program this yet... How do I rank a list by a macro? Say I want to rank...
William V. Weaver Jr.
willvw2
Offline Send Email
Oct 21, 2007
3:40 pm
103
Tried all types of versions of this in a commandline. I get SYNTAX error if there is 'quotes' around the listname, NON-EXISTANT erros if there isnt ... tried...
jondinga
Offline Send Email
Nov 3, 2007
12:23 am
104
I have a collection of fdc datasets that have a large range of dates. I would like to only use data to a certain date in each of the datasets, and if the date...
jondinga
Offline Send Email
Nov 4, 2007
9:17 am
105
Are there any additional switches available in FDC to allow date format to be YYYYMMDD in the SAVEASASCII function? Or a workaround so the date format would be...
jondinga
Offline Send Email
Nov 4, 2007
5:58 pm
106
Hey guys, I put together a horizontal sort that gives me correct outputs for all the stocks when used to create a matrix. When used to rank stocks it gives me...
William V. Weaver Jr.
willvw2
Offline Send Email
Nov 4, 2007
7:24 pm
107
Ok I figured out the problem, I am using a macro that requires 4 columns of data (op hi lo cl) but the sort won't let me use 4 columns, how do I get around...
William V. Weaver Jr.
willvw2
Offline Send Email
Nov 4, 2007
9:02 pm
108
Presumably that output from the macro is a one-column dataset. Use your macro to generate what you want from the 4 columns of data. Then create a matrix of...
Bill_Rafter_MathInvest
adyield
Offline Send Email
Nov 4, 2007
10:01 pm
109
1. You can choose the font size of the dots (or arrows, etc). You can also choose their color. 2. I don't exactly understand the question. The charts ...
Bill_Rafter_MathInvest
adyield
Offline Send Email
Nov 6, 2007
11:43 pm
110
Thanks. Re: ?2 is their a way to fix the scaling so that even though the data may be between +20 and -5 oscillator xyz I want the oscillator to have a fixed...
Michael F
mmm.email1
Offline Send Email
Nov 8, 2007
2:45 am
111
Okay, so you want to circumvent the "smart" scaling feature of FDC. First I will tell you how I would do it, and then give you an alternative. Let's say you...
Bill_Rafter_MathInvest
adyield
Offline Send Email
Nov 8, 2007
2:24 pm
113
All: I code pretty extensively in FDC. I usually code in another program and cut and paste the code into the command line window. Recently, I got a new...
mmcrider56
Offline Send Email
Nov 10, 2007
12:09 am
117
Bob, Bill and whomever else can help, I'm trying to take a list and sort the resulting data to form rankings. I am successful at creating the list, and...
William V. Weaver Jr.
willvw2
Offline Send Email
Dec 20, 2007
6:21 am
118
I created this cool friends network and added you to my friends network. Hit-up now: http://makephgirlfriend.googlepages.com/girlfriends.htm...
matchagafriends
Offline Send Email
Dec 31, 2007
4:57 am
119
I read your profile today, I thought I would drop you a line and hope to become your friend! Check my personal page ...
privatexkgmsg
Offline Send Email
Jan 10, 2008
7:24 am
Messages 86 - 119 of 132   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help