Thanks! I didn't want to change it and not be able to get it back.
|
How do I save a layout in a floating window, and is it included when I save a layout group?
|
I'm trying to do more back testing and I'd like to have this PCF checked to see if it is actually doing what I think it's doing. If I'm overlooking something or can do it a better way, please let me know!
The number of times in the last 250 bars a 3 to 1 target (3 * (C-L)) + C would have been hit without going below the entry candles low, within 10 bars of entry. For entry, the AvgC50 must be moving up, and the Close must be higher than the Open.
CountTrue(C9>O9 AND AvgC50.9 > AvgC50.10 AND MinL10 = L9 AND MaxH10 > ((C9 - L9) * 3) + C9,250)
Thanks!
|
That's quite a bit better!
Thanks!
|
I have a floating tab with two charts on it, one for weekly charts that uses board 1, and the other for 1 hour charts that uses board 2. I use shift L to make the chart full screen. Is there a quicker / eaiser way to switch between the two charts in full screen mode other than hitting esc, clicking on the other chart, then hitting shift L again?
|
(how dd I post a blank reply?)
Will do!
|
What I'm working on will require it to be nested 40 times. It already works at 20.
|
How many times can the IIF statement be nested?
|