Are there some working examples of the scripts (trading strategies) for QT bitcoin trader? Found only these from DrrMrr.
Currently we are working on next version of script language. Official examples will be prepared to new version once it released.
This doesn't seem to be able to use my margin wallet to do a long or short on bitfinex. I could bring up the balance in the wallet but it doesn't seem to offer leveraged trading in the app, and also it doesn't combine all currencies for total value of leverage like bitfinex does on their platform.
I was looking to go long or short after a sudden rise or fall in prices, any scripts for this? Like if it goes up/down 300$ and doesn't fluctuate, or only does so for less than 1 second then go long or short? Seems a pretty simple algorithm to do but i'm no programmer.
Qt Bitcoin Trader gets info from their API, and API have request count limits, so we can't fetch each of currency pair because it will makes much slower updates.
We are working on solution for realtime streaming of all currency pairs from multiple exchanges. It will be available in v2.0