Search found 197 matches

by Chris White
Tue Mar 05, 2019 6:17 am
Forum: Forum
Topic: JS HighJump_Oscillator_Modified
Replies: 3
Views: 19939

Re: JS HighJump_Oscillator_Modified

Looks good,

Thanks Henry!
by Chris White
Mon Aug 06, 2018 4:09 pm
Forum: Forum
Topic: Formula discriptions
Replies: 2
Views: 16910

Re: Formula discriptions

BarsCount : Returns the bar number starting at 0 and incrementing by 1 each bar to the end of the data. Useful for counting the number of bars between events. Eg: VALUEWHEN(BARSCOUNT(C), event1) - VALUEWHEN(BARSCOUNT(C), event2); BarsSinceWithReset(Cond, Reset) : Returns the number of bars since th...
by Chris White
Tue Apr 17, 2018 8:25 am
Forum: Forum
Topic: Questions Regarding New Highs Multiple Periods Template
Replies: 2
Views: 18759

Re: Questions Regarding New Highs Multiple Periods Template

Symbol DBX for Dropbox is now included in the premium data along with other updated symbols.

You can download a complete symbol list from the shared folder location. The symbol list is called all-usa.txt
by Chris White
Sun Apr 15, 2018 12:05 pm
Forum: Forum
Topic: Questions Regarding New Highs Multiple Periods Template
Replies: 2
Views: 18759

Re: Questions Regarding New Highs Multiple Periods Template

Hi Ed, The template uses the formula HHV(C, X) which is the highest high of the close. You can modify the template formula by changing cells U3, V3 etc to have HHV(H, X) instead. Remember not to modify the actual system template but to copy it to the 'EdgeClub' root folder and it then becomes your o...
by Chris White
Mon Apr 02, 2018 4:26 pm
Forum: Forum
Topic: % Change Zipper Chart Template in Hot Topics
Replies: 4
Views: 23521

Re: % Change Zipper Chart Template in Hot Topics

That's expected. There's a certain amount of code behind the scroll functionality that has been implemented in EdgeRater and is not available when you open it up in Excel. Excel will open it up in the same view as when you saved it from EdgeRater.
by Chris White
Fri Feb 16, 2018 3:14 pm
Forum: Forum
Topic: The new CAM Template for January
Replies: 2
Views: 16639

Re: The new CAM Template for January

The chart connected to the CAM template does not have colored bars as per the article. One way to see the actual CAM events on the chart instead of using colored bars is to add the following indicators to a sub area: CAM_UP CAM_PB CAM_DN CAM_CT Once you have created your own chart layout you can sav...
by Chris White
Fri Sep 29, 2017 10:17 am
Forum: Forum
Topic: no chart showing for double clicks on P&L Distribution
Replies: 1
Views: 10528

Re: no chart showing for double clicks on P&L Distribution

Hi Ed,

It does appear that the double-click does not work on that area right now.

I will take a deeper look and work on a fix.

Thanks,
Chris.
by Chris White
Fri Sep 29, 2017 9:21 am
Forum: Forum
Topic: Limit event to first ocurrence
Replies: 2
Views: 12925

Re: Limit event to first ocurrence

Hi Dan,

One way of achieving this is to generate an event whenever the HighClose signal goes from 0 to 1. You can use the CROSS function for that to detect a cross of the 0.5 value.

Here's a complete solution:

Code: Select all

HC: (HHV(C, N) == C);
Event: CROSS(HC, 0.5);
Chris.
by Chris White
Sat Aug 26, 2017 10:43 am
Forum: EdgeRater Scripting
Topic: Edgerater Data
Replies: 3
Views: 14412

Re: Edgerater Data

I've added the 'included symbols' list to the shared folder. It is renamed: usa-eod.csv
by Chris White
Wed Aug 16, 2017 9:56 am
Forum: EdgeRater Scripting
Topic: Edgerater Data
Replies: 3
Views: 14412

Re: Edgerater Data

I'm attaching two symbol lists: Included_symbols.csv contains the symbols in the EdgeRater data excluded_symbols.csv contains the symbols that were explicitly excluded and do not appear in the data edgerater symbols.zip The total number of symbols in the available symbol universe is 8749. The total ...