EdgeRater comes with over 100+ templates built in, but if you have a particular set of trading indicators that you use, you can create your own template to hilight the stocks that meet your own criteria. Here you will find the recording of this webinar along with links to the actual final template that was developed during the presentation.

Complete customization for the way you trade

Resources

Template

In the webinar we created a new template based on the “Starter Last Bar Template”. Here’s a link to the final template

Script Code

The name of the script is “TestIndicator

Here’s the code for the script:

MA_LONGTERM: MA(C, 200),norender;
MA_MIDTERM: MA(C, 50),norender;
MA_SHORTTERM: MA(C, 10),norender;

MA_ALIGN: (MA_MIDTERM > MA_LONGTERM) &
(MA_SHORTTERM > MA_MIDTERM);

Suggest a topic for future webinars

Here’s the link to suggest and vote on topics for future webinars