Search found 21 matches

by Import
Wed Jan 23, 2013 7:59 am
Forum: Forum
Topic: Green Candle Low, Red Candle High
Replies: 1
Views: 10021

Green Candle Low, Red Candle High

I'm trying to write 2 indicators in ChartScript, can anyone help me with this? 1. Green Candle Low: Data Field 1: The current day low must be lower or equal (<=) to the lowest low of the preceding 20 trading periods AND Data Field 2: The current day close must be greater than (>) the low 1 day ago A...
by Import
Mon Jan 21, 2013 8:48 am
Forum: Forum
Topic: How to add additional Columns
Replies: 1
Views: 9231

How to add additional Columns

I am using EdgeClub. I am using the template Trading Leveraged ETF's with ConnorRSI.

My question is how do I add an additional column to the template? IF I wanted to add the X=4, CRSI>80 to Column I for example,...how do I do that?

Thanks,
Jim
by Import
Mon Jul 02, 2012 6:37 pm
Forum: Forum
Topic: What is the PGD_Slope indicator?
Replies: 1
Views: 10823

What is the PGD_Slope indicator?

I could not find any documentation of the PGD_slope indicator. Could you send me some basic info on it?
by Import
Fri Jun 01, 2012 12:53 pm
Forum: Forum
Topic: Enter when other symbols meet criteria
Replies: 1
Views: 9397

Enter when other symbols meet criteria

Is it possible enter when the CCI(20 period) of Microsoft is below 200 and the S&P 500 index (or its ETF equivalent) is above its 75 period moving average. If yes, how is this done?
by Import
Fri Jun 01, 2012 12:37 pm
Forum: Forum
Topic: Multiple condition entries and exits
Replies: 1
Views: 9201

Multiple condition entries and exits

Can there be more than one condition for an entry (and exit) e.g. enter when CCI(20 period) is below 200 and the stock price is above its 75 period moving average. If yes, how is this done? If more than one condition is possible, is there a limit on the number of conditions?
by Import
Mon Apr 09, 2012 4:57 pm
Forum: Forum
Topic: Script for Ultimate Oscillator
Replies: 2
Views: 11322

Script for Ultimate Oscillator

I have a script in another language for the Ultimate Oscillator, how can I convert it to Chart Script? Here's the script: input fastLength = 7; input medLength = 14; input slowLength = 28; def trRng = TrueRange(high, close, low); def trRngFast = sum(trRng, fastLength); def trRngMed = sum(trRng, medL...
by Import
Mon Apr 09, 2012 3:12 pm
Forum: Forum
Topic: How to screen for MACD histogram negative then positive
Replies: 1
Views: 10046

How to screen for MACD histogram negative then positive

Is it possible to screen for the MACD histogram negative and then positive in a weekly chart?

Something like histogram negative some weeks ago and then positive in recent weeks. This way I could get a short list of candidates and then visually view to see if there is a MACD divergence.
by Import
Wed Dec 29, 2010 9:28 pm
Forum: Forum
Topic: New update includes Ichimoku indicator and scan
Replies: 0
Views: 9133

New update includes Ichimoku indicator and scan

Chris White posted this update "New update includes Ichimoku indicator and scan" Wednesday, August 25, 2010 2:28 PM The latest version of EdgeRater has just been uploaded to the website and the next time you log in with the client application you will have the option of upgrading to this ...
by Import
Wed Dec 29, 2010 8:17 pm
Forum: Forum
Topic: Volume Zone Oscillator
Replies: 0
Views: 12098

Volume Zone Oscillator

Gurjit Sodia asked "Volume Zone Oscillator" Wednesday, July 28, 2010 10:48 AM Hi Chris, Dave Steckler had a chart displayed with Volume Zone Oscllator ( VZO ). I have copied Equis Metastock Indicator builder formula from the theses; Period:=Input("y",2,200,14); R:=If(C>Ref(C,1),...
by Import
Wed Dec 29, 2010 7:32 pm
Forum: Forum
Topic: ChartScript: Ian Woodward's %B Buy and Sell System
Replies: 0
Views: 12839

ChartScript: Ian Woodward's %B Buy and Sell System

Chris White wrote Thursday, June 03, 2010 9:03 AM These three Chart Scripts implement Ian Woodward's %B system. Add them to the 'MyScripts' area. See the documentation for details on adding a new Chart Script: http://www.edgerater.com/documentation/nethelp/HTMLDocuments/chartscriptquickstart.htm Sc...