New Search

If you are not happy with the results below please do another search

7 search results for:

1

Ehlers new “Universal Oscillator” as C# Indicator

John F. Ehlers presented the “Universal Oscillator” in the January 2015 issue of the “Technical Analysis of Stocks & Commodities” magazine Ehlers is well known for his signal processing tools related to cyclic filtering and smoothing. So it is a must to add this new indicator that works both as a countertrend oscillator and as […]

5

WTT C# Scripting Engine now available

A real C# scripting engine has been included in the latest major release ofthe WTT Charting Module V.3.4! The C# scripting engine is based on native C# programming code providing a powerful and flexible model for Custom Indicators, Alerts, System Backtesting and Genetic Engineering developments. You can now feed the integrated Genetic Engineering module with your own C# […]

6

HOW-TO: Scripting AND/OR/IF rules to generate trade entry/exit signales

As the scripting engine was updated for performance reasons, AND/OR conditions must now be coded in mathematical terms. The follwing examples show how to code AND/OR statements to produce final trade entry/exit signals in comparison to the “old” scripting format.     Example 1 – Bollinger Bands Script: Old Version: SET BOTTOM = BBB(CLOSE, $N3, […]

7

HOW-TO: Scripting – Combine different indicators into one signal

The following example shows how to setup the code for a combined trading strategy based on RSI crossover entry/exit signal which will be filtered by two moving averages to ony allow trades in the direction of the trend. This example demonstrates how to use the trade script language to combine different indicators. We will explain […]