Jump to content

Plse help educate these indicators - Indy 5oo from the Ev0 guys


tigris

Recommended Posts

hey gang is it possible for someone to edit the indie so it plots on any instrument and not just the es, nq, and ym ?

 

i tried to edit the code but i can't do anything... :(, hopeless for me...whateve has to do with code ...

 

Thanks in advnace and for any effort form our brainy guys in here :)

 

Take care all,

 

trader 1968

Link to comment
Share on other sites

hey gang is it possible for someone to edit the indie so it plots on any instrument and not just the es, nq, and ym ?

 

i tried to edit the code but i can't do anything... :(, hopeless for me...whateve has to do with code ...

 

Thanks in advnace and for any effort form our brainy guys in here :)

 

Take care all,

 

trader 1968

 

trader1968 and Cash...here is what I found from some quick poking around in the code...

 

You can edit line 28...here is what I did...

 

if (((strArray[0] != "ES") && (strArray[0] != "CL")) && (strArray[0] != "TF")) //ym nq

 

...this is where I added CL and TF in place of YM and NQ. It plots...NOW, whether it use useful or worthwhile on those instruments may be another story but at least you can experiment if you are so inclined. Remember to compile and save after making those modifications.

 

We will await any reports of success!

 

Cheers!

 

Mick

Link to comment
Share on other sites

trader1968 and Cash...here is what I found from some quick poking around in the code...

 

You can edit line 28...here is what I did...

 

if (((strArray[0] != "ES") && (strArray[0] != "CL")) && (strArray[0] != "TF")) //ym nq

 

...this is where I added CL and TF in place of YM and NQ. It plots...NOW, whether it use useful or worthwhile on those instruments may be another story but at least you can experiment if you are so inclined. Remember to compile and save after making those modifications.

 

We will await any reports of success!

 

Cheers!

 

Mick

 

Thanks Mick!

Mighty fine code detection work there mate.8-)

Link to comment
Share on other sites

add this in place of existing code at line 27 to add the 4 symbols-ES YM NQ TF CL-

 

if (((strArray[0] != "ES") && (strArray[0] != "YM") && (strArray[0] != "CL") && (strArray[0] != "NQ")) && (strArray[0] != "TF"))

 

Thanks Mick!

Mighty fine code detection work there mate.8-)

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...