Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

Sign in to follow this  
aaa

Power Language Problem

Recommended Posts

Hi

 

I've addedd Xtension Line 2 an indicatort with

 

tl_new_self

 

The pblem is that Multicharts doesn't erase the INTRABAR drawned line after the 1rst bar

 

Each Bar it moves 2 the left like in my snapshots ( please use a 1 mn resolution = it's quicker 2 C it)

 

Very annoying :crap:

 

Is there a kind Power Language Xpert 2 help me 2 resolve that pblem? ;)

 

rgds

 

aaa

 

PS Hope that it's not a bug

 

 

attachment.php?attachmentid=20985&stc=1&d=1273766082

Snap7.jpg.e3efc00c915f4076c0baf02373759cde.jpg

MACD Xtension.pla

MACD Extension Example.txt

Edited by aaa

Share this post


Link to post
Share on other sites

U forgot that I'm a fan of your indicator TAMS !

 

I've learned all from them !

 

Sorry but B4 posting I've tried also your Obliq Line Xtension code with the same problem

 

If U have time 2 load on your graph the MACD Xample U'll C that's there is a bug (?)

 

 
inputs: FastLength( 2 ), SlowLength( 4 );
variables: var0( 0 ) ;
var0 = MACD( Close, FastLength, SlowLength ) ;
Plot1( var0, "MACD" ) ;
// TAMS Indicator Oblique

 variables:
 id.tl.Obl( -1 );

if currentbar = 1  then
 id.tl.Obl = tl_new_self(date, time[1], var0[1], date, time, var0 );

  tl_setbegin(   id.tl.Obl, date, time[1], var0[1]);     
  tl_setend(    id.tl.Obl, date, time,    var0);     
  tl_setextright( id.tl.Obl, true); 

  tl_setcolor( id.tl.Obl, white  );
  tl_setsize(  id.tl.Obl, 1 );

{
// Indicator Horizontal
variables: 
Old.id.tl.Hor( 0 ),
id.tl.Hor(  0 ),
id.tl.Hor.ext( 0 );

If TL_Exist(     Old.id.tl.Hor) then
 TL_Delete( Old.id.tl.Hor);   

if lastbaronchart then
begin
 id.tl.Hor.ext = tl_new_self(d, t, var0, d, t, var0);
 id.tl.Hor     = TL_SetExtRight( id.tl.Hor.ext , True );  
 Old.id.tl.Hor = id.tl.Hor.ext ; 
end;
 tl_setsize(  id.tl.Hor.ext, 1 );
 tl_setcolor( id.tl.Hor.ext, white )

}

Share this post


Link to post
Share on other sites

It's a code found on TL that works 100% (guaranteed) perfectly

 

I suggest that U try with your code

 

// TAMS Indicator Oblique

 

And U'll C the same prblem

 

I'm afraid that tl_new_self is bugged

 

I guarantie that these codes works perfectly on a main chart like with an average

Edited by aaa

Share this post


Link to post
Share on other sites
It's a code found on TL that works 100% (guaranteed) perfectly

 

I suggest that U try with your code

 

// TAMS Indicator Oblique

 

It's the same prblem

 

hahaha... I only understand External Oblique

 

 

attachment.php?attachmentid=20988&stc=1&d=1273772291

external-oblique.jpg.f86cc166b93294d522a9385271033cff.jpg

Share this post


Link to post
Share on other sites

TAMS !!!!!!!!!!!!!!

 

I'm afraid that there is a missunderstood

 

Please load my indicator on your chart

 

Use a 1 mn resolution

 

Wait

 

&

 

C

 

***************************

 

I have 2 go now

 

Would U mind 2 have a new fresh look on this thread 2morrow ??

 

Have a nice day

 

aaa

 

PS I like your humour ;=)

Share this post


Link to post
Share on other sites

Back again...

 

May B i was not clear...

 

Here is TAMS Moving Average with extension

 

plotted on both a graph and a MACD

 

The only difference in the code is

 

tl_new

 

tl_new_self

 

I'm still searching and your gentle advices 2 guide me are welcome at anytime

 

rgds

 

aaa

 

attachment.php?attachmentid=21002&stc=1&d=1273855681

Snap12.jpg.16beb15e5899013aa5f34a9c3c39c562.jpg

Share this post


Link to post
Share on other sites

Multichart's Bug corrected

 

:haha: w/o " banging my head here "

 

ThanX TAMS 4 the anatomy lesson ( are U a kind of doctor ?)

 

*******************

 

PS I've putted the circled sticker on my pillow

 

which is IMO the best place 2 resolve problem = sleeping good !!

Edited by aaa

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.