I am optimizing my strategic with another long entry condition which is quite simple: price above a simple moving average
What is surprising is that my profit factor increases by 50% with this condition:
Close[0] >= SMA(1)[0]
Which for me makes no sense as it is equivalent to Close[0] >= Close[0]
Please tell me what do you see that I don't!

Chris

Comment