Rank: Newbie
Groups: Registered, Registered Users Joined: 5/12/2005(UTC) Posts: 5
|
HELLO
IF ANYONE CAN LET ME KNOW IF THERE IS AVAILABLE ANY EXPLORER CONCERNING THE 3 LINE BREAK SYSTEM IN ORDER TO PRINT THE PRICES
THANX
NINO
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/7/2005(UTC) Posts: 1,346
|
hey nino.... from greece by any chance?....
there is some differing opinions on what a 3 line break is.... the code below reflects mine...... which may or may not be correct.....h
==================================
{column a name = close}
close
{column b name = bullish}
c>Ref(h,-3) and ref(c,-2)<ref(c,-3) and ref(c,-1)<ref(c,-2)
{column c name =bearish}
c<Ref(l,-3) and ref(c,-2)>ref(c,-3) and ref(c,-1)>ref(c,-2)
{column d name = volume}
volume
{filter}
c<Ref(l,-3) and ref(c,-2)>ref(c,-3) and ref(c,-1)>ref(c,-2)
or
c>Ref(h,-3) and ref(c,-2)<ref(c,-3) and ref(c,-1)<ref(c,-2)
=======================================
adding a volume parameter to the filter might be of value
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 5/12/2005(UTC) Posts: 5
|
hayseed wrote:hey nino.... from greece by any chance?....
there is some differing opinions on what a 3 line break is.... the code below reflects mine...... which may or may not be correct.....h
==================================
{column a name = close}
close
{column b name = bullish}
c>Ref(h,-3) and ref(c,-2)<ref(c,-3) and ref(c,-1)<ref(c,-2)
{column c name =bearish}
c<Ref(l,-3) and ref(c,-2)>ref(c,-3) and ref(c,-1)>ref(c,-2)
{column d name = volume}
volume
{filter}
c<Ref(l,-3) and ref(c,-2)>ref(c,-3) and ref(c,-1)>ref(c,-2)
or
c>Ref(h,-3) and ref(c,-2)<ref(c,-3) and ref(c,-1)<ref(c,-2)
=======================================
adding a volume parameter to the filter might be of value :roll:
THANX VERY MUCH
BY THE WAY VERY VERY COOL WWW U GOT!!!!
YES FROM GREECE...
YOU PROBABLY KNOW MUCH MORE THAN ME AND THE PROJECT I WANT (PROBABLY I DIDNT PUT IT THE RIGHT WAY) IS THAT I WANT TO PRINT THE STOP PRICE CONCERING 3 LINE BREAK
THANX IN ADVACE
NINO
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.