Those who FUD the development of this coin are crrraaazzyy, indeed! There's so much communication here, I almost can't believe it. I mean, between coding 100 hrs/week, 1000 lines/day, eating, sleeping and keeping us informed, I don't see how you do it James. You must be wearing old skool Velcro sneakers so you don't have to tie your laces huh? Absolutely amazing job dude!!!
no commute, work at home, usually dont wear shoes
Also, 1000 lines is max output (ok, I think I once did 2500 lines in a single "day" but it was something like 20 hours straight) and after I write it, have to debug it. I think sustained output is closer to 300 lines per day
I am also doing a bunch of stuff over in NXT, especially with uMGW, but it all is part of same system. By doing so many things all of this is active in my head and I think this creates some "magic" so I can see stuff that nobody else has a chance to see, simply because I am doing so many things
Anyway, about to go under. Maybe price goes to bargain price when I am not posting
James
Already have my orders set. Long and strong here. Sweet dreams man!!!
Ah, my English mistake.
By going "under" I meant into the code
OK, so I put in a tradebot framework and totally delayed deciding the exact language to program the tradebots in.
I just made a JSON form/file to specify a tradebot and launch it.
So, if anybody has any requests as to what types of things you want your tradebot to be able to do, speak up now. I will try to make it extensible, but maybe I wont be able to handle your use case so easily and will not have time to implement it.
James
Yay nice.
Definitely need rules like stop/loss take/profit.
Best case would be that we can make personal rules - i.e. if x amount of currency sold under price p sell y amount at price q.
The user should be able to choose the different arguments and input the parameter to easily create a rule.
I currently only have the bid/ask info and not trade volumes
I am not sure if all exchanges give trade volumes so this is why the lack of support
But, you would be able to do things like if price on bittrex is higher than cryptsy, sell(or buy)
if the overall slope is positive, but bittrex price is below cryptsy, buy
stuff like that, but it wont be easy for people that are not able to do spreadsheets
I am thinking the JSON will let you specify exchange, contract and for each such thing, there would be additional things like slope, accel, highbid, lowask, etc. etc. literally dozens of data items for each signal.
So, one part of the problem is to identify what signal is important
Then the other part is how to combine different signals into a decision
Until I get the SVM code ported, things will be quite primitive. but I should be able to create a bunch of premade tradebots that do simple things. My hope is that there will be people here that will be able (want to) make tradebots for other people and they can share profits. Still details not all worked out, need to get version 0 out first
I know it wont be totally right, but at least it will make clear what improvements it needs, then 20 versions later we should have nice tradebot language with a bunch of useful premade tradebots
James