Jump to content

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


Recommended Posts

  • 1 month later...
Posted

Hi Mick,

 

In the latest upload in this thread I cant for the life of me find where to change the code to add additional symbols. I went to edit and strArray is no where to be found. Can you please help me out?

 

thank you!

Posted
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

 

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"))

 

Hi Mick,

 

In the latest upload in this thread I cant for the life of me find where to change the code to add additional symbols. I went to edit and strArray is no where to be found. Can you please help me out?

 

thank you!

 

 

Hi mikemast77 thanks to previous responses that are accurate( Thanks-tryitagainmf, and tradernate)

mikemast here is a pic of just looked at in NT7 tools>editninjascript>indicator and here is result----Did not trying changing anything but in response to your inquiry seems very much possible?

Thanks all

%5Bimg%5Dhttp%3A//i60.tinypic.com/rruix2.jpg[/img]

  • 8 months later...
  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...