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.

ShocktheRock

MP for TradeStation2000i

Recommended Posts

Hi everybody. I'm looking for MP indicator for Tradestation 2000i. I've already tried BigEd's indicator (TPO Pro 5.0b) but probably this one is for Tradestation 8 or more. A message appears "... attemped to reference data past the bounds of the array".

 

May anyone help me? Thanks in advance

Share this post


Link to post
Share on other sites

Maybe not. An Array is probably used to accumulate each TPO that occurs at a particular level. If the instrument has too many levels for that array (i.e a large daily range in ticks) you will likely have an overflow as the array wont be big enough for each price level.

 

Post the ELD here and someone might take a look :)

Share this post


Link to post
Share on other sites
Maybe not. An Array is probably used to accumulate each TPO that occurs at a particular level. If the instrument has too many levels for that array (i.e a large daily range in ticks) you will likely have an overflow as the array wont be big enough for each price level.

 

Post the ELD here and someone might take a look :)

 

Thanks a lot BlowFish for your immediate answer. I attach here BigEd's indicator, hoping that someone could solve the problem. Tnx indeed!

TPO Pro5.0b.zip

Share this post


Link to post
Share on other sites
the error you are getting is most likely related to array size... I would look for array declaration and change size to 1.5 or 2x of what it is. then you have to re-verify the code

 

Yes, at the beginning I thought the same thing, I changed parameters but unfortunately nothing happens.

Share this post


Link to post
Share on other sites

Hi

 

I played about with tihis indicatior and got it working in MultiCharts on the

Nasdaq, ES and YM. I altered the compression setting to around 400 or so.

Basically kept trying different values until got something showing. Checked

the values seem to be ok.

 

Hope it helps

Share this post


Link to post
Share on other sites
Hi

 

I played about with tihis indicatior and got it working in MultiCharts on the

Nasdaq, ES and YM. I altered the compression setting to around 400 or so.

Basically kept trying different values until got something showing. Checked

the values seem to be ok.

 

Hope it helps

 

thanks but it doesn't work :( ... I will erase it ... it drives me nervous :angry:

 

it'a pitty, I'd like to understand how MP works on tradestation :crap:

Share this post


Link to post
Share on other sites

Sorry to hear you could not get this working

 

Here is the settings I am using on Multicharts. No amendments to the code

have been made.

 

On the YM H9 5 minute chart. I am using a level of 400 compress.

All the other settings I have not changed. The len input is 30.

What may be the key is that the session time set for the YM has been set

to 9.30 AM to 4 PM. This was set in quote manager for Multicharts.

 

On selecting the study I got an out of bounds error with a number.

I found that if I increased the compression setting the quoted number went

down on the errror until it disappeared. Then I saw basically an area of yellow

on the chart and then messed around with the horizontal scaling until this

became clearer.

 

I tried looking at the code, but what is actually happening is beyond me

I think the proper session perhaps should be 9.30 to 4.15 but the figures obtained compare very well with other sources. One thing I did not input anything in the sessstarttime field.

 

Perhaps someone who understands more about the coding of this may have some ideas.

 

Incidentially does work on the Nasdaq and ES as well.

 

Best of Luck!

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.


×
×
  • Create New...

Important Information

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