- ago
Hi,
I want to backtest a method where I buy stocks that open gapped down >= 1% from the previous day's close. I have feeling that I cannot do this with blocks. Can someone please tell me if I an do something along these lines or whether I need to do it in C#?

Thanks!

0
83
Solved
2 Replies

Reply

Bookmark

Sort
Cone8
 ( 6.32% )
- ago
#1
You can backtest AND trade it with blocks.
Use the NextSessionOpen indicator instead of Open.

To trade it, you need a Historical Provider (any Broker Data Provider will do) that can return a partial Daily bar.
Schedule the run 1 second after the session open using the S. Monitor.
0
Best Answer
- ago
#2
It works now.
As always, thanks for your help!
0

Reply

Bookmark

Sort