onBar() question
Created at 12 Jul 2013, 18:38
onBar() question
12 Jul 2013, 18:38
my robot checks a condition using onBar()
ie
protected override void OnBar()
{
if(Account.Equity > X
I set the chart to 1hr using the Instance dropdown
is there a way to set/change the onBar from h1 to say m5 based on a condition within the robot code (vs manually and rerunning the backtest)?
Thanks!
Replies
cAlgo_Fanatic
16 Jul 2013, 15:57
That is correct it will be implemented in about 2-3 months from now. There will functionality for different timeframes for the OnBar event.
@cAlgo_Fanatic
TradingDeveloper
15 Jul 2013, 17:52
They will tell you that this will be implemented in the future and you will wait forever :-)
But I heard about some software that may be helpful:
http://www.scyware.com/
Good luck
@TradingDeveloper