New Search

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

6 search results for:

2

WARREN – A Siri for the Financial Industry

A user-friendly interactive research environment to perform sophisticated quantitative analyses in a fraction of the time spent by institutional research teams today. Get to answers faster. “Why hire a platoon of Russian mathematicians to beat the market when a software program called Warren can do the same thing?” Forbes, May 2014 Source:  https://www.kensho.com/

3

MIT OpenCourseware: Learning – Genetic Algorithms

This lecture explores genetic algorithms at a conceptual level. Good stuff if you want to understand the background of a GA. I recommend only for colleagues with an engineering/math background. Not related to financial markets. Pure algorithm. We have implemented a Genetic Algorithm into the WTT platform. Please see our info page.

4

Cycles Book – Second Edition released

The content of the cycles book has been extended with much more live & realtime examples after the first release. The page count has increased from 240 to now 500 pages! Therefore, the content is splitted into two books. Part 1 is about Dynamic Cycles and Part 2 about the Metonic Cycles. Part 1 is […]

5

Academy: Dynamic Cycles Explained

Author Lars von Thienen The assumption that cycles are static over time is misleading for trading purposes. Dominant Dynamic Cycles morph over time because of the nature of inner parameters of length and phase. Active Dominant Cycles do not abruptly jump from one length (e.g., 50) to another (e.g., 120). Typically, one dominant cycle will remain active for a longer period and vary around the core parameters. The “genes” of the cycle in terms of length, phase, and amplitude are not fixed and wil

6

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 […]