Hey guys

i am currently writing a strategy, but i cannot find a way to include trailing in my orders.
On the wiki it gives concrete examples with an explanation for the modification of an existing order.
For the creation of the order it only gives the following without explaining the parameters:
engine.submitOrder("order", Instrument.EURUSD, OrderCommand.BUY, 0.001, 0, 20, 1.2222, 0);
I have tried to put in a "10" for every numeric value in the code, but i can't seem to be successful.
I would very much appreciate an explanation of the numeric values in the above code. Been trying all evening

Thanks in advance guys
