So 2017 is about cryptocurrencies and chatbots. If I'm not wrong this repo is doing 2 things. Signaling from indicators, and make live orders. The first thing I missed was to limit a placed money for each signal. I don't want to risk all my money at once, I only want to risk a partion.
So what if we could separate the signal and liveorder part, and create a third box between these two. For example a chatbot. For each signal the bot generates a message for me (for ex on fb messenger or slack). And if I confirm then make the order.
For ex I get a message like "Btc is increasing" and I can answer it with "buy btc from 100 usd".
From technical point of view:
We just need to separate/extend the order api I think its not a huge deal.
We need to make a configurable signal handler which can relay the signals to the old "sell all" functionality or the chatbot/other logic way. I think this is not a huge mod too.
We need to write a chatbot which can consume the signals and relays it to the user, and convert the user inputs to orders. (It's not as big, for ex we could use microsoft's botbuilder sdk, and it can use skype, slack, fb, and kik without knowing how those platforms works.)
From money making point of view:
This could grow to be a valid opensource service with low costs, and capabilities for personalized signailing and trading via livechat. (I would spend money for this :D )
I'm not a javascript person (I personally hate this language), but I can help to achieve this If others are thinks this is a good idea.
So 2017 is about cryptocurrencies and chatbots. If I'm not wrong this repo is doing 2 things. Signaling from indicators, and make live orders. The first thing I missed was to limit a placed money for each signal. I don't want to risk all my money at once, I only want to risk a partion.
So what if we could separate the signal and liveorder part, and create a third box between these two. For example a chatbot. For each signal the bot generates a message for me (for ex on fb messenger or slack). And if I confirm then make the order.
For ex I get a message like "Btc is increasing" and I can answer it with "buy btc from 100 usd".
From technical point of view: We just need to separate/extend the order api I think its not a huge deal. We need to make a configurable signal handler which can relay the signals to the old "sell all" functionality or the chatbot/other logic way. I think this is not a huge mod too. We need to write a chatbot which can consume the signals and relays it to the user, and convert the user inputs to orders. (It's not as big, for ex we could use microsoft's botbuilder sdk, and it can use skype, slack, fb, and kik without knowing how those platforms works.)
From money making point of view: This could grow to be a valid opensource service with low costs, and capabilities for personalized signailing and trading via livechat. (I would spend money for this :D )
I'm not a javascript person (I personally hate this language), but I can help to achieve this If others are thinks this is a good idea.