Search Results for : buy sell signal


Backtesting Conditional Order buy and sell signals

I have been able to create a ThinkScript Buy-Sell Study . It is used to create Conditional Orders.  Nice thing about this study is that it allows me to view how the Buy Sell routine would have performed on the Historical Chart. The upper Chart shows SMA(9), SMI(200)  , HeikenAshi CrossOverPoints The Middle chart is Volume The […]


How to properly allign back-test orders with signals

Backtesting a strategy. Entry indicators (arrows up/down) are correct timing for entries based on desired conditions. When backtesting using AddOrder to buy (what I desired to buy is when the actual condition occurs) the entry and exits are one candle after the indicated entry. Buy entry & Sell exits set to “close.” I’ve also tried […]


Scan to get First buy signal from a strategy

Dear Pete, Great fan of your work. I’m a newbie to TOS platform (new to trading too). I’ve watched your videos multiple times and almost went through all the TOS categories in this forum. I have taken code from one of your replies from the Strategy section and created a scan (& a watchlist) based […]