CryptoSignal / Crypto-Signal

Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks
https://www.linkedin.com/in/AbenezerMamo
MIT License
4.83k stars 1.25k forks source link

Developing crypto-signal with orders? #336

Open interzonez opened 5 years ago

interzonez commented 5 years ago

Before I dive in and start customizing or otherwise tinkering with crypto-signals, can I add CCXT orders and other functions to these signals scripts, i.e. build some simple bots based on indicator signals on live data feeds via API to exchanges? I'm familiar with CCXT generally.

laliux commented 5 years ago

Hi @interzonez

Handling orders is not considered for this project, but if you want to do it, it would be great.

Btw, I have been working on some changes and improvements to this project, I recommend that you use the develop branch, since the master branch is not updated yet.

Best

interzonez commented 5 years ago

ah thanks @laliux I'm running via docker so append :develop instead of :master ?

I've got the test config running. So now to make sense of how the indicator is programmed and then signal to which notifier

I'm interested to either pull back the results into a py CCXT script and then attempt to implement orders.. or feed to Tradingview and somehow create and alert there and use autoview for orders...

Is tradingview an included notifier?

Now running develop branch - can't see output? had to remove the deamon switch - daemon used for what - just for notifiers, no verbose screen data ?