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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
Your friend wants to talk with you on Yahoo! Messenger with Voice, check your friend profile here: http://ridercfriend.googlepages.com/onlinechat.htm...
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...
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...
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...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...