Hi, In trying to understand what a series object is, I've run across a line of code in one of your provided formula scripts (PivotPointAll.efs) that I need clarification on. The line "xHigh = high(inv("D"));" produces a value when I try to print it with debugPrintln(...) that doesn't make any sense to me. I use the debugPrint and debugPrintln functions a lot to help me understand your scripting code but in this case I think I'm just having trouble grapling with the concept of what a series function is since the return value I get makes no sense. Could you explain what this line of code should return with only the "inv("D")" argument provided to the high(...) call? [BTW - I've looked in your knowledgebase extensively and have not found the answer to this question (or even what exactly a series object is there either - I thought I had it figured out but the answer I think I should get does not match what I get for the above, so it looks like I don't, in fact, know]
As a Bonus Question: The objective I was trying to reach was to be able change this file so that it calculated pivots at 9:00pm western to align with 12:00am eastern. Is this possible?
Thanks! - tw
As a Bonus Question: The objective I was trying to reach was to be able change this file so that it calculated pivots at 9:00pm western to align with 12:00am eastern. Is this possible?
Thanks! - tw
Comment