B-Harakat / Tradezero-API

A simple script to interact with the Tradezero web platform through python.
6 stars 4 forks source link

Stop Loss Procedure #3

Open aniu888 opened 2 years ago

aniu888 commented 2 years ago

Is anyone there, I want to make a stop loss program, I have a lot of questions to ask

B-Harakat commented 2 years ago

regular stop loss or trailing? For regular stoploss you can just place a stop-order, trailing is a bit difficult since tradezero disconnects after a while of inactivity, but you could scrape the current bid/ask price of your ticker and go from there.