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

Error = Array Bounds

Recommended Posts

Hello

 

From the 7th may (day after the crash) I had this message

 

attachment.php?attachmentid=20966&stc=1&d=1273660653

 

I've erased data B4 the 6th and it works fine with normal volatility

 

So I guess it's a problem of incredible volatility day of the 6th may?

 

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

 

to make it working

 

in Intraday 1 mn chart

 

I've added a condition

 

Plot.Only.Today( 1),

 

Then send it via ADE to 5 mn chart

 

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

 

I've set x10 x100 x1000 array

 

w/o success

 

//----------------------------------------------------

array:

//----------------------------------------------------

pri[1000](0),

tpo[1000](0),

pristr[1000]("");

 

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

 

I guess it should work in a few days ?

But untill then nothing is plotted B4 the 7th !!!

 

any idea 2 fix it up ?

 

source of the EL code here

 

http://www.traderslaboratory.com/forums/f46/market-profile-1-71-a-7746.html#post93968

 

http://www.traderslaboratory.com/forums/attachments/46/20546d1270918510-market-profile-1-71-tpo-pro5.0b.zip

Snap1.jpg.19c9e7c3b2ad059d77b6fabbb75a616d.jpg

Edited by aaa

Share this post


Link to post
Share on other sites

Oups

I've erased data B4 the 6th and it works fine with normal volatility

read

I've erased data after the 5th and it works fine with normal volatility

 

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

 

Forget my message I've fixed it up

 

Here is the solution

 

Compress(1), // 1 = 1 tick // 2 = 1 point Future // if High Volatility then mintick > 1 ( increase by 1 untill it works )

 

mintick = 1 point*minmove*compress;

 

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

 

Don't forget 2 set the lenght according to the resolution of course

 

Len(5), // Important = Resolution

 

 

clet=curletstr(stime,Len,letter1);

 

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

Edited by aaa

Share this post


Link to post
Share on other sites

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

 

Hope that this trick could help other happy users of this nice indicator

 

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

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.