zyairelai / futures-hero

❗ HIGH RISK ❗ Scalping Trading on Binance Futures
163 stars 48 forks source link

missing examples #2

Closed sanaeefar-saeed closed 3 years ago

sanaeefar-saeed commented 3 years ago

hi, please add few examples for each method open order ,close order, trailing stop, .....

zyairelai commented 3 years ago

Hi Sanaeefar,

Kindly refer to binance_futures.py line 45 onwards, the open order and close order that you meant are already implemented as Open_Position() and Close_Position(). Besides, Trailing Stop, Take Profit and Stoploss aren't really suitable on this strategy. However, you can simply add those features onto strategy.py because I had already written the wrappers for those. However, strongly NOT RECOMMENDED