Forum

help ordermodify

This part of the code doesnt work and i wonder why.. The fact is it compile correctly but it doesnt change buylimit orderopenprice() to Bid (or any other price i set). Can someone please help me? Thankx void OnTick() { int total = OrdersTotal(); for(int cnt = 0 ; cnt < total ; cnt++) {