I looked on the NinjaTrader website, and the efs examples do not have samples for exctly how and where you put symbols in. I am sure it is a simple translation, but what I am looking for is the equivalent of the DynaOrder calls listed below:
orderid=dots5.call("BuyMarket","NQ","FUT",contract _exp,"",0,"GLOBEX","",contract_num);
orderid=dots5.call("SellMarket","NQ","FUT",contrac t_exp,"",0,"GLOBEX","",contract_num);
It would be ideal to see concrete examples for a futures contract, options, FOREX, stocks.
Can anyone post some examples?
Thanks,
Thomas.
orderid=dots5.call("BuyMarket","NQ","FUT",contract _exp,"",0,"GLOBEX","",contract_num);
orderid=dots5.call("SellMarket","NQ","FUT",contrac t_exp,"",0,"GLOBEX","",contract_num);
It would be ideal to see concrete examples for a futures contract, options, FOREX, stocks.
Can anyone post some examples?
Thanks,
Thomas.