Author Topic: When stop loss  (Read 1490 times)

0 Members and 1 Guest are viewing this topic.

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline litepresence

check here:

Wrapper for Common PyBitshares DEX Algo Trading API Calls
https://bitsharestalk.org/index.php?topic=25988.0

should be very easy to implement, like this:

Code: [Select]
while 1:
    if dex('last') < stoploss:
         dex('sell')

call it done

Offline Cyberfreedom

I think it is a shame there is no stop loss. What would it take to configure one. It can not be a viable trading platform without stop loss. Your toughts