I am try to write my first strategy. Implemented a lot of indicators, but strategy for me will be the first one and need your help.
Lets say I have entered 3 buy orders and i have 3 sel limit orders in different levels.
The question is:
1) how programatically recognize and find the sell limit order wich has the highest price (for this example) ?
2) how to run another strategy by property name , when the price take the last Sell Limit ?
See what I want in attached example.
Thank you !!!

Comment