Jump to content

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


tigris

Recommended Posts

  • 1 month later...
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]

Link to comment
Share on other sites

  • 8 months later...
  • 11 months 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...