For example, I tried to write a very simple system just to see if I would get any result out of it, but when I backtest it, the results come blank as if no strategy was actually tested.
What I tried to write is the following:
1)If market opens above yesterday´s close, buy 1 contract.
2)If market opens below yesterday´s close, sell 1 contract.
From there on, at the close of every bar:
3) If long and price goes 1 tick below the last bar, sell 2 contracts( meaning "stop and reverse"), otherwise, hold long.
4) If short and price goes 1 tick above the last bar, buy 2 contracts (meaning "stop and reverse", otherwise, hold short.
5) At the close of Regular Trading Hours, close any position
I imagine this must be fairly easy to do it. Can anyone help me?

Comment