If I am looking at the SPY daily chart and running a custom built indicator, does anybody know how often the Main() function is called and evaluated?
The reason I ask is that I have built a small autotrading platform that will submit trades to Interactive Brokers when a certain set of signals gives a BUY / SELL indication. I am concerned that as the signals evaluate, there is a chance of the trades oscillating between a buy and sell condition.
Any help would be appreciated.....
The reason I ask is that I have built a small autotrading platform that will submit trades to Interactive Brokers when a certain set of signals gives a BUY / SELL indication. I am concerned that as the signals evaluate, there is a chance of the trades oscillating between a buy and sell condition.
Any help would be appreciated.....
Comment