Search found 8 matches

by nichjoht
Fri Jul 08, 2016 6:03 pm
Forum: Forum
Topic: Portfolio Manager
Replies: 4
Views: 33093

Portfolio Manager

I have always found your Trade Simulation reports to be the best. Is there a way to use a scan to turn the Simulator to act as a portfolio report? In the scan would be placed the ticker symbol, buy date & shares OR ticker symbol sell date and shares, for all transactions. The simulator would the...
by nichjoht
Thu Jul 09, 2015 1:23 pm
Forum: Forum
Topic: external data
Replies: 5
Views: 32100

Re: external data

Chris,

attached is the zip file. It is a csv file of Breath data for the QLD etf.

I am trying to make a simple system that buys when the breath has risen for the past 3 days and sell when it drops one day.

- John
by nichjoht
Thu Jul 09, 2015 12:08 pm
Forum: Forum
Topic: external data
Replies: 5
Views: 32100

Re: external data

I keep getting extension is not allowed, even if there is no extension. The file has the name of QLD_B.csv, should it have a different extension? The first few lines copied from the csv file are: Name,Symbol,Date,Open,High,Low,Close,Volume QLD Breath,QLD_B,7/10/2014,-5,-5,-5,-5,-5 QLD Breath,QLD_B,7...
by nichjoht
Thu Jul 09, 2015 9:32 am
Forum: Forum
Topic: external data
Replies: 5
Views: 32100

external data

Chris, I have a data file called QLD_B.csv that contains the columns as defined in the ASCII Text File Provider: Name, Symbol, Date, Open, High, Low, Close, Volume. The data in the file has a header column and the second data line looks like this: QLD Breath,QLD_B,7/11/2014,15,15,15,15,15 All the va...
by nichjoht
Sat Sep 13, 2014 8:31 am
Forum: Forum
Topic: True Relative Strength indicator
Replies: 1
Views: 14785

True Relative Strength indicator

Below is a True Relative Strength Indicator. It returns the Relative Strength by comparing the ROC of the DIA and the current stock. Set N to equal the period of ROC indicator in the Parameters tab. You must include the index symbol that you are comparing your stocks with, in this case I used the sy...
by nichjoht
Sat Sep 13, 2014 8:21 am
Forum: Forum
Topic: barssince
Replies: 1
Views: 16223

barssince

Chris, first let me say that the new upgrades to edgerater are fantastic! I am trying to make a scan that returns stocks that: price has been above the EMA17 for 20 days price has been above the EMA50 for 10 days price has been above the EMA200 for 90 days price is within 10% of the 52 wk high This ...
by nichjoht
Thu Aug 28, 2014 9:17 am
Forum: Forum
Topic: Rank by volume
Replies: 1
Views: 15254

Rank by volume

Chris,

sorry if this is a question to silly, I´ve gotten a little rusty on using EdgeRater.

How do I rank my stocks in the Entry tab so that, of all the stocks that have a buy signal I´ll buy the top 10 that have the most volume.


- John
by nichjoht
Tue May 06, 2014 3:45 pm
Forum: Forum
Topic: using stock variables
Replies: 1
Views: 15679

using stock variables

Chris, I am interested developing a market timing strategy. I use data from HGSI. I have a list of the entire NYSE plus the NYSE index ($NYA), Stock Advances ($ADVN), and Stock Declines ($DECN), that are also part of this list. The script below generates an error. The script is my buy signal which i...