Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 559 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
TrendLines... Do they make sense? #456424
11/22/15 11:59
11/22/15 11:59
Joined: Mar 2015
Posts: 336
Rogaland
N
nanotir Offline OP
Senior Member
nanotir  Offline OP
Senior Member
N

Joined: Mar 2015
Posts: 336
Rogaland
Hi

I remember that in the tutorial of the 1.32 version, there was a part where it was described the trading methods that do not work.
I cant remember if the tendency trend lines were between them.
I ask over here becuase I was thinking about coding them but I do not want to spend time doing so if it is better to through a coin.

Re: TrendLines... Do they make sense? [Re: nanotir] #456435
11/22/15 19:08
11/22/15 19:08
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
In http://www.financial-hacker.com/seventeen-popular-trade-strategies-that-i-dont-really-understand/ jcl stated clearly that it is neither proven nor disproved that traditional TA works. Many TA instruments are dealing with trend recognition, trend following and recognition of trend reversals. Often I read that the quantity of instruments is an indication that TA won't work, because otherwise one or two with predictive power would be enough.
I'm not sure but it seems to me that there is often a discrepancy between the usage of TA's indicators and the way they should be used. Consulting the TA 'bible' (J.J. Murphy, Technical Analysis of the Financial Markets) I read there more about a concept where indicators' results are used as puzzle pieces that if cleverly choosen, interpreted and arranged can constitute an image of the present markets' situations and with more or less probalility can also make forecasts of further developments. Murphy describes the importance of indicators that deal with one intrument or market as well as the importance of indicators dealing with intermarket observations or secondary paramters like e.g. the volume and the use of those instruments in different time frames to determine the actual trend situations in markets which are additionally interdependent.
I do not read there that any indicator or any fixed combination of indicators based on one intrument alone can reliable predict its future price curve. Therefore the fails of such tries should not be very amazing. To cut it short laugh - in the field of using technical analysis and therewith analysing trends there is IMO still very much room for improvement!

Re: TrendLines... Do they make sense? [Re: Sphin] #456437
11/22/15 22:02
11/22/15 22:02
Joined: Mar 2015
Posts: 336
Rogaland
N
nanotir Offline OP
Senior Member
nanotir  Offline OP
Senior Member
N

Joined: Mar 2015
Posts: 336
Rogaland
Thanks for the explanation Sphin.

I was not referring to the trend indicators really but to the lines one creates by connecting two maximun values and two minimum values which allows the trader to create a channel where the prices moves in trend. Not sure how it is actually called. I thought they are named as trend lines. I am not sure if this is the kind of trading strategy that jcl is referring to in as Harmonic Trading in that post.

Re: TrendLines... Do they make sense? [Re: nanotir] #456438
11/22/15 22:16
11/22/15 22:16
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
From the theory the trendline itself in an up-trend connects the minima and in a down-trend the maxima. The second line above/below creates the trend channel.
What information do you expect from the lines?

Re: TrendLines... Do they make sense? [Re: Sphin] #456442
11/23/15 01:05
11/23/15 01:05
Joined: Mar 2015
Posts: 336
Rogaland
N
nanotir Offline OP
Senior Member
nanotir  Offline OP
Senior Member
N

Joined: Mar 2015
Posts: 336
Rogaland
I just want to play around. See if it works to buy when the price hits the down channel and sell when it hits the up channel.
Not sure what I will get.

"up-trend connects the minima"
It's just use something like LL(10) and LL(20) and I use both to create a y=ax+b?

Last edited by Nanitek; 11/23/15 01:12.
Re: TrendLines... Do they make sense? [Re: nanotir] #456451
11/23/15 15:50
11/23/15 15:50
Joined: Dec 2013
Posts: 82
Sydney, NSW
T
Thirstywolf Offline
Junior Member
Thirstywolf  Offline
Junior Member
T

Joined: Dec 2013
Posts: 82
Sydney, NSW
Hi Nanitek

Trendlines definitely DO work, but as Sphin suggests in his reference to "Technical Analysis of the Financial Markets" it is not as simple as them just working. You will see a lot of false breaks to trend lines or channels, and the gradient can change as well in really long trends. I would suggest using trendlines as one part of a strategy, not as a strategy itself. Also, so long as you are looking at trendlines, look at support and resistance as well. This tends to be cleaner and more meaningful.

Also, in regards to both of these you will find that every market behaves differently. The E-MINI loves to find support and resistance, break them, clean out all the stops, and then just fade the whole move, whereas a break of a significant level in the DAX tends to be more meaningful.

Thirstywold

Re: TrendLines... Do they make sense? [Re: Thirstywolf] #456455
11/23/15 17:37
11/23/15 17:37
Joined: Mar 2015
Posts: 336
Rogaland
N
nanotir Offline OP
Senior Member
nanotir  Offline OP
Senior Member
N

Joined: Mar 2015
Posts: 336
Rogaland
Intereting. Thanks for your inputs.

If they do/may work. How could I paint them? by using LL(10) and LL(20)
and creating a y = a*x + b?

Re: TrendLines... Do they make sense? [Re: nanotir] #456465
11/23/15 22:54
11/23/15 22:54
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
For painting you don't need the equation, if you have the bar and the price from e.g. the minima, plot it with:

Code:
plotGraph("Line",LocalMin1_Bar,LocalMin1_Price,LINE,BLUE);     
plotGraph("Line",LocalMin2_Bar,LocalMin2_Price,LINE|END,BLUE);


But how do you determine useful minima/maxima for trend lines?

Re: TrendLines... Do they make sense? [Re: Sphin] #456466
11/23/15 23:13
11/23/15 23:13
Joined: Mar 2015
Posts: 336
Rogaland
N
nanotir Offline OP
Senior Member
nanotir  Offline OP
Senior Member
N

Joined: Mar 2015
Posts: 336
Rogaland
Thanks for your input Sphin...

Yeah... that maybe the question.

Re: TrendLines... Do they make sense? [Re: nanotir] #456479
11/24/15 11:20
11/24/15 11:20
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline
Senior Member
boatman  Offline
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
I know of one professional trading shop that trades several different systems. I don't know all the details, but I know that trendlines feature heavily in one of their systems. As I understand it, they trade breaks of established trend lines based on daily charts. Typically, they wait for a trend line to be broken, but they do not open a trade until the candle that broke the trend line is itself broken. As to an 'established' trend line...that's based on their traders' discretion.

If I was going to code up an indicator that identified trend lines, I'd probably start with identifying areas where price clustered and then build a linear regression model using these points.

Page 1 of 2 1 2

Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1