I have done as you suggested and used print statements to confirm underlying values and the interesting thing is that the indicator is painting the bar outline when the RSI value is 26+/- when the requirement is <= 25 but no signal is created for the Strategy to pick up. It works perfectly when the RSI value is <= 25.
As regards the Current Bar #'s jumping around, you have probably hit the nail o the head because the strategy has two Added Data Series. I'm not sure that I can provide 'sample' script but now that you have provided a plausible explanation it's probably not important anyway because it was not affecting the operation of the strategy anyway. I was trying to define what I was looking at. Since I have your attention, In my script I have two scenarios for entries. Is it possible to change the Profit target and possibly the stop for only the second scenario? I think things are coming together with the extensive use of Print statements and I usually find it is something dumb that I have let creep in.
Thanks for all your help..

Comment