New version of Murrey Math script (v4.0.0) uploaded to file share. It will attempt to auto-calc the correct start date, circles of conflict look more like circles, etc.
I have been trying to change the script Pivot Console 2.0.1 written by Chris so as to use the actual close and not the settlement prices for european futures like Dax Futures, where the two prices are so far apart that we get different results for D W & M pivots
I tried using the following argument in various iterations I could think, but still am not able to modify the script.
(day(0)!=day(-1)) vClose = close(-1)
Could any one give me suggestions as to how I could use the actual close instead of the settlement prices in Pivot Console 2.0.1 script.
I am using another simple script, but would rather use the pivot console if it could be modified, cause then I can use it on any time frame chart.
I have gone back and looked at these 2 threads and tried to figure a way out, but failed to do so.
Akiri, I'm afraid I can't help with your inquiry. Sorry.
Chris, I have been trying to change the start date in the MM script but I cannot get it to change. I have tried the Auto Calc Date set to true and set to false in both the Value and Default columns, I have manually typed a different date in both the Value and default columns of Manual start date, all to no avail. In fact when I type a different date into Default column of Manual start date and then I close the parameter box, it always goes back to the original setting.
I'm thus at a loss as to how to chnage the date setting so that the MM lines start at the date that I want them to rather than the default settings.
All that I haven't tried is rewriting the default date in the code.
Comment