Dilihat 2025
This is backtesting script.
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Donate BTC: 13fXLkhWuGMXRmcvwkG2gaWKcnsiD88bwE
USDT (TRC20): TH29EEXa19vfwZNYvxdUuMxoFY5QDYLcWG
USDT (TRC20): TH29EEXa19vfwZNYvxdUuMxoFY5QDYLcWG
Komentar
It is written "/// ....during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50...." however the code is "....vFast > Level..."
Can you please recheck?
BR
You can change it in the input settings dialog on the 9 or other wise.
*** for pos =1;
----- Is it vFast > Level(=50) as it is in the code or "Stochastic Slow Oscillator is lower than 50" as in the descripiton? which one is correct?
***for pos=-1;
------ Is it vFast < Level(=50) as it is in the code or "Stochastic Fast Oscillator is higher than 50" as in the descripiton? which one is correct?
I have searched many web sites in order to find the original Ulf Jensen strategy, however I couldn't. I might be a bit older to find the right way to search... :)))
BR