Hi All Can someone here please point me to some example code where the Buy condition is only known/changed inside the backtester.
As illustration:
Buy = Time == 10am
Sell = .........
if (Time == 10am) and (Profit on all open positions < 2%)
{
Ignore Buysignal
}
Hope its clear
Thanks
Conrad
