Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 4/3/2014 Posts: 22
|
I was hoping you could help me draw a trendline line this one for the on the rsi. The trendline goes from one high to the next high to the next high. If you have any questions please let me know.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If it just went from one high to the next high it would not be a problem. We could just connect the two most recent "highs" and be done with it. But there are lots of highs that it skips.
You also can't say something like draw a line that connects two highs but doesn't intersect any other highs. You can connect the peaks of the first two bits to go above 70 and it wouldn't intersect anything else, but it would be a way different line than what was drawn.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 4/3/2014 Posts: 22
|
Is there anything you can send me so I can try it out to see how it work?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
No, I really don't have any ideas on how you would write this. My best suggestion would be to add a Linear Regression to the indicator.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 8/6/2018 Posts: 1
|
hello,
i understand this is quite an old topic but im looking to do this with an AI. i have a gold subscription to TC so i was looking to do it on version 7 in c++ but thas going to be a pain. i havent used stockfinder before but it seems like a better place to implement as its writen in .NET. my question is can i intergrate the ML.NET which is microsofts new machine learning API into stockfinder?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The security model of RealCode does not allow for the use of all of the functionality of VB.NET, so I am pretty sure you won't be able to utilize ML.NET functionality at least within StockFinder itself (but have asked just to make sure).
You might be able to export the data and then use ML.NET for analysis oustide of StockFinder.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |