This is truly amazing software!
Just two questions about EFS PAPER TRADE. I certainly may be missing a concept or two but I can't figure these questions out:
COMPUTE ON CLOSE ?
1. Can I make EFS PAPER TRADE calls with the "setComputeOnClose();" enabled. In other words the, the calls work great when calculating on each tick but I'd like to be able to check only once on each bar so that I don't have to use the "getHolding" all the time etc. Is this possible?
NEGATIVE NUMBERS FOR SELL ?
2. To Sell I've got to pass a "negative" value to the "nLotSize" parameter for the Sell method. For example the call below seems to work fine to sell. Is this correct or do I need to toggle another setting etc? If not that's fine since this seems to work for now.
trade.Sell(getSymbol(),-1,PaperTradeBroker.MARKET,close())
Thanks so much for your help and great work on the product.
flip-flop
Just two questions about EFS PAPER TRADE. I certainly may be missing a concept or two but I can't figure these questions out:
COMPUTE ON CLOSE ?
1. Can I make EFS PAPER TRADE calls with the "setComputeOnClose();" enabled. In other words the, the calls work great when calculating on each tick but I'd like to be able to check only once on each bar so that I don't have to use the "getHolding" all the time etc. Is this possible?
NEGATIVE NUMBERS FOR SELL ?
2. To Sell I've got to pass a "negative" value to the "nLotSize" parameter for the Sell method. For example the call below seems to work fine to sell. Is this correct or do I need to toggle another setting etc? If not that's fine since this seems to work for now.
trade.Sell(getSymbol(),-1,PaperTradeBroker.MARKET,close())
Thanks so much for your help and great work on the product.
flip-flop
Comment