Andrei
I am afraid I cannot be of much help with this as I am not familiar with the IB commands.
Alex
I am afraid I cannot be of much help with this as I am not familiar with the IB commands.
Alex
var trade = new IBBroker;
function main() {
...
if(high() > hh && !Strategy.isLong()){
trade.Buy(getSymbol(),100,IBrBroker.MARKET);
}
Comment