From: ToTradeWell
Hello David,
Thanks for that formula you helped me with:
I typed it into my formula editor and have it up and running. ES Z2 has been changed to ES H3.
Quick question about the formula:
function preMain()
{setCursorLabelName("Spread"); setStudyTitle("Spread")}
function main() {var BL=0;
return new Array(getValue("Close", 0, -1,"$spx") -
getValue("Close", 0, -1,"es h3=2"),BL);}
The formula compares the spread between emini S&P and futures cash price ($SPX)
Can you tell me what interval this formula is set to? I am not sure what all the "get value" & other numbers refer to.
Can I change the interval?
I would like the smallest interval possible that will work with ES H3 and $SPX. I have my chart set to 1 day, 9:30 - 4:00 EST. A tick chart or second chart would be great.
Thanks for any info you can give me.
John
Hello David,
Thanks for that formula you helped me with:
I typed it into my formula editor and have it up and running. ES Z2 has been changed to ES H3.
Quick question about the formula:
function preMain()
{setCursorLabelName("Spread"); setStudyTitle("Spread")}
function main() {var BL=0;
return new Array(getValue("Close", 0, -1,"$spx") -
getValue("Close", 0, -1,"es h3=2"),BL);}
The formula compares the spread between emini S&P and futures cash price ($SPX)
Can you tell me what interval this formula is set to? I am not sure what all the "get value" & other numbers refer to.
Can I change the interval?
I would like the smallest interval possible that will work with ES H3 and $SPX. I have my chart set to 1 day, 9:30 - 4:00 EST. A tick chart or second chart would be great.
Thanks for any info you can give me.
John
Comment