This software written for Ninja Trader 8 purports to forecast exact time-of-day to place a trade.
https://backtothefuturetrading.com/tacheon-time-warp/
https://backtothefuturetrading.com/tacheon-time-warp/
The fact that this is for sale is evidence that it doesn't work. Looks like a rehash of Hurst's stuff from way back. It was possible to buy a mechanical device for this. You would line up some highs or lows then a pointer would tell you where to expect turning points in the future. Only the sellers of such things make money. Sometimes quite a lot of it.
This video (timestamped) compares TACHEON Prime and TACHEON Time Warp.This software written for Ninja Trader 8 purports to forecast exact time-of-day to place a trade.
https://backtothefuturetrading.com/tacheon-time-warp/
First of all, trend-following for intraday futures has proven to be much less profitable than COUNTER-TREND systems. Secondly, please espouse upon the SINUSOIDS comment. What are they ? How can they be exploited in trading ?TACHEON Prime looks like it looks at price cycles possibly similar to my which shows something that tries to predict with a trend plus a sum of sinusoids to show turning points.
specific patterns that "the banks" implement.
Regarding sinusoids, this post has an example of a function that only depends on time that fits a curve:First of all, trend-following for intraday futures has proven to be much less profitable than COUNTER-TREND systems. Secondly, please espouse upon the SINUSOIDS comment. What are they ? How can they be exploited in trading ?
How do they know this is "the banks" ? What about large hedge funds ?
y = 56.4195823669 + 0.1046799496 * x + 0.0002184126 * x^2
+ 1.0908385515 * cos(twopi / 28.9732589925 * x + 4.5311441422)
+ 0.8659873009 * cos(twopi / 64.9392941518 * x + 0.3379080296)
+ 0.7130651474 * cos(twopi / 16.9317009049 * x + 0.6330339909) ;
This software written for Ninja Trader 8 purports to forecast exact time-of-day to place a trade.
https://backtothefuturetrading.com/tacheon-time-warp/
Thanks for this. Look at all of the factors involved ! This approach would require tons of computing time to change these factors over time as I believe they have a fixed lookback period. Not sure if they change these daily or weekly or ???Regarding sinusoids, this post has an example of a function that only depends on time that fits a curve:
The cosine functions are the sinusoids, and x is time (index of bar used as input data), so the function can be projected in the future by changing x to predict times of future turning points. So, perhaps TACHEON Prime does something roughly similar to create and/or project their oscillator into the future to predict turning points:Code:y = 56.4195823669 + 0.1046799496 * x + 0.0002184126 * x^2 + 1.0908385515 * cos(twopi / 28.9732589925 * x + 4.5311441422) + 0.8659873009 * cos(twopi / 64.9392941518 * x + 0.3379080296) + 0.7130651474 * cos(twopi / 16.9317009049 * x + 0.6330339909) ;