gtt_params

amit0
Hi, could you help me understand what are the values passed as part of gtt_params?

for eg for buy order: gtt_params = [[1,-0.5],[1,1.5]] means -0.5% is SL and 1.5% is target

for eg for sell order: gtt_params = [[0,-3.5],[0,2.5]] means -3.5% is target and 2.5% is target

is the sequence correct? does the first element of gtt_param array has to be SL for buy order and target for sell order?

Thanks.
Sign In or Register to comment.