Hi
There have been a few threads with this title earlier but the following issue hasn't been clearly discussed in any of them. So let me present the case:
----------
First, the Variables:
Pre-defined:
Total Quantity (TQ): 10,000
Single Order Quantity (SOQ): 1000
No. of Iterations: (N) TQ/SOQ=10
Slippage (S): 0.10%
To Pick Soon after Signal Generation:
Get Current Bid
Get Current Bid Qty
Get Current Ask
Get Current Ask Qty
Last Trade Price before Signal Generated: PX
------------
As soon as the Trading Signal is generated, i would like to fire Single-Order Qty (1000) for No. of iterations (10) till it completes Total Order Qty (10,000) as long as the slippage from the PX does not exceed S=0.10%.
Now i'm a basic programmer going through your Hep section bit-by-bit.
My question is Not to ask you to code on my behalf but:
1. Can this be Coded?.
2. If yes, then can you please point me to the relevant sections where i should focus more?
Thank You

Comment