Is there an algorithm for algo_buy() and algo_sell() to set buy stop or sell stop orders? I can't seem to find it any where in the documentation.
You would have to add the logic for a buy or sell stop yourself.
if market price < stop price then algo sell
Ok will do - thanks!
Comments
You would have to add the logic for a buy or sell stop yourself.
Ok will do - thanks!