Information

Username: jeex
Member since: 18 Oct 2013
Last login: 18 Oct 2013
Status: Active

Activity

Where Created Comments
Algorithms 2 6
Forum Topics 46 131
Jobs 0 0

Last Algorithm Comments

jeex's avatar
jeex · 10 years ago

The MT4 version is ready, for whoever might be interested.

jeex's avatar
jeex · 10 years ago

Updated with fixed calculation of past TFV-values.

jeex's avatar
jeex · 10 years ago

It can only show dots in runtime and not in the past, as the past tick data are not available in cAlgo and cTrader.

I will update the indicator soon, so that in larger time frames it will make a better estimate of the past Temp Fail Value based upon the smallest available time frame.

jeex's avatar
jeex · 10 years ago

This is a hedging robot that opens new trades based upon average values of other open trades.

It works fine on the main pairs in backtesting but it has a flaw: after and during the test you see beautifull results, but there can remain some open trades with ultra high losses, as it doesn't close trades with a stop loss. As soon as you add a stoploss to the trades, the results will probably fall dramatically, because trades are not in balance anymore.

Have not tested this live, but that is what the code teaches me. It has no real strategy than hedging. Quite a risk.