1. How do I get my strategy to trade on my live broker account? I've applied the strategy to my chart, but it's only trading the Sim101 account.
2. When I trade my strategy on recorded market data, this time filter works perfectly, however, when trading in realtime on my live account, it's not working. I'm on Central Time Zone. Here's the code:
//Now Check to insure we're trading between 0833 and 1100
&& (ToTime(Time[0]) >= 083400)
&& (ToTime(Time[0]) < 110000))
3. Why can't I see daily/weekly/monthly charts? No data shows up on those charts - It does show up on minute, tick, etc charts.

Comment