Show Posts
|
Pages: [1] 2 3 »
|
 I just got scammed, by tim armstrong on telegram channel guess I got strong armed by tim sucks big time Be sure to report him to abuse@telegram.org, the more reports the more he'll be flagged.
|
|
|
Great project with full potential!!! If dev team is committed on a long term project!!!  Thanks, and although I've taken a short hiatus, it was mostly to throttle new purchases so I can mitigate any possible problems when I will force everyone to upgrade to the new keycode system. (*gasp* *red flag* dracoix doesn't care about sales, I call bs!) It really is true, about 10% of every keycode purchase has a problem in some way already, either via user error or it derped and I have to manually create a new one. I don't want to create a hundred of them by hand. So, I've been spending the majority of time fixing that issue with a new method and I've been upgrading my homelab equipment quite a bit thanks to previous purchases. I want to thank you all from the bottom of my heart for putting my hobby upgrade on the fast track. Development will return shortly either before or right after the Bitcoin fork. I'm trying to get my homelab finished before the fork. Moonshot has reached to the point where I need to have SonarQube running, have an actual internal git/svn, and a new workstation to profile/optimize it live... so I got a Threadripper 1950X, should do the trick. The end result should have Moonshot be able to run on an i3 potato, a macbook, or even an AMD APU. tl:dr: I'm committed, not dead, just went out to get equipment and weaponry to bash some problematic walls down.
|
|
|
sounds like a great tool... how did it perform during the altcoin hassle the last weeks?
Not sure, past 2 weeks I've been doing other things, but I have been getting an influx of users trying it out.
|
|
|
Hello, I just started using the classic tool. The Moonshot version was readable easily, but really slow (G4560 CPU). The classic version seems to use about 30% CPU which is great, but doesn't produce new lines that often (is this normal?) Is there any guide on how to read from the classic version? I do not seem to understand the lines. ie: BTC-XLM | ++PUMP | Conf: 76,13% | Price: +0,49% | LATE! | VOL: 9,93 | VA: 2,11 | VM: 0,33 | VS: 5,08 | PCA: +0,49% | TV: 3,32 | TC: -0,13% Is there a way you can show me the meanings of each value? Like COIN | PUMP/DUMP | CONFIDENCE | max price increase? | What is late? | etc. Thank you very much for the amazing tool  Looking forward to using it and if it works good I'll buy the GUI version. As Moon Alert's bigger and fatter brother Moonshot progresses, Moon Alert gets extremely outdated. Moon Alert only sees 5mins at a time and uses at most 20 days of data for that 5mins report. There is a small explanation when the app first loads what each field means. LATE is basically an arbitrary 'too late' to get in on the ride. Conf% (I think) is attached to the 30min base-volume percentile compared to 20 days of data -OR- the 5min base-volume percentile. PCA is a fudge number meant to be the realistic 5min price change% weighted to the average price changes of all 20 days. The rest are better explained in the info when the app first loads.
|
|
|
hi Dracoix, i downloaded your bot to give it a (moon)shot and try with your free 3 day key .. but i cant get it to start. installed the exact java version fresh from your post 1 Screenshot of Console https://www.dropbox.com/s/pflfuso28dbgxyg/Screenshot%202017-10-10%2009.30.58.png?dl=0i just cant get it to start. re downloaded and installed java more than once. it goes to splash screen - i can click on "ok" and thats it. Computer got 50 mbit connection, win10 and 16gb ram any ideas? Make sure the latest Java 8 (not 9) is installed and is 64-bit. Also make sure Java has permission to run on the machine.
|
|
|
New base-build b2166 available.
|
|
|
How has the success rate been so far? Does it signal an incoming pump before the giant green candle comes or after?
Success has been awesome for myself when I'm not being stupid (currently in the hole). It only looks at the here and now and it'll do its best to find anomalous volume activity, but it's not perfect. Usually you have about 30 seconds to react to an obvious pump & moon ride. It will get into bull traps because it doesn't care about price as much as volume.
|
|
|
Daily bump. (Just to make people aware of the scammers.)
|
|
|
Request 1) Would you be willing to add a feature: output the resulting data allowing other devs to incorporate said data into our own personal software? And as for a data sprew service, that's getting planned for Moon Alert Classic. waiting for that feature since weeks Quiet you :p. It'll be will be out soon tm. Probably the same time I figure out how to deal with Kraken and Bitfinex, because all the api calls will have to be universalized and not spaghetti.
|
|
|
What are your thoughts on adding a blacklisting option? that way you can filter out coins selectively. might could add a timer for when the coin would be allowed back on the list? this would also reduce bandwidth utilization by a small amount..
It already does that intelligently, and there's a settings file (because I haven't made a UI for it) that can disable an exchange and specific pairings for Bittrex. Poloniex is a little difficult since it's all asynchronous and I have it loading data dynamically for that api, but the bandwidth for it is tiny compared to Bittrex. Bittrex has an order of update (Bulk first and every 30 mins) -> Market Summaries (every second) -> Tick (if market changed) -> Orders (if market actually is anomalously active). Also Bittrex is always 5 minutes away from completely desyncing and falling on itself if it keeps sending bad/empty data via HTTP. I've been looking into it's SignalR websocket, but the actual library for it is massive and cumbersome for java. Poloniex's websocket is simple and uses the open standards, only needed a few lines of code to hook up to it, and another couple hundred to filter it.
|
|
|
I'm having a great time using moonshot! I'm waiting on the trial to run out prior to purchasing my license, allowing me to accumulate as much btc as possible in the meantime. Great job, btw! Question 1) Do you plan to add price and time scales to the graph? If so, no rush. If not, no problem. Just curious. Question 2) How can I ever go back to trading without using data?!?!?!  Request 1) Would you be willing to add a feature: output the resulting data allowing other devs to incorporate said data into our own personal software? 1) When I fix up the chart, sure. 2) That's your problem lol And as for a data sprew service, that's getting planned for Moon Alert Classic. Eventually that part will be all open source to tear apart.
|
|
|
Thank you. I guess it's time to change up my keycode auths on next few builds and wreck his day. 
|
|
|
hi im using the classic version of your app and this app seemss very interesting ill try to check out if the coin in your app are pumping on bittrex and yeaaa its pumping. is there a chance that can you add a signal to buy? i only see late and sell. btw whats the meaning of late? late sell or buy?? also it so slow to load a coin is it natural or it depends on internet speed?
The signals are not as reliable. There is a buy signal, it's just really really rare and before I started developing Moonshot I stopped using those in favor of looking at the raw statistics such VA and VM and the Conf. Classic currently uses continuous bulk and tick data, it takes a while.
|
|
|
Make sure you have a fresh install of Java 64-bit JRE, download link is on the main post.
|
|
|
Wow, this thread actually needs a manual self-serving bump for once. Altcoin bloodbath trial keycode is still good until tomorrow. I plan on releasing the new build sometime this weekend. Classic 1.1 is thrown up in the air as I'm having difficulty in making asynchronous stuff...... synchronous for a text-based console window. It was easier when I just kept on bulk scanning and fake-delayed, but the new candle system and network code just can't do that.
|
|
|
I'm ramping up development for Classic 1.1 Pleeease Classic 1.1 comes with Poloniex support too, it might be a while but I'm making it top priority. :p
|
|
|
ANN: Due to today's (9/4) altcoin sell spree, I'm ramping up development for Poloniex and Classic 1.1 coding. Meanwhile I'm giving everyone a 3-day Moonshot trial keycode that will last until 9/7, crypto coins should not have to all pay for one country's decision making. Go make your coins back.
e40aba303f12d7b4-38a61aa3ce8d69ef-4e21e48a2b1bb046-41e4e0ed26128503-3350de639db0a2c8-f9b62d6e6b0d96b6
|
|
|
classic version can not run on Mac OS althought Beta Build 2013 can run on Mac OS (my os is Sierra) but i need more time to test signal. Can you check it gain?
I'll get a Mac OS VM to test out classic. And I wouldn't trust signaling, especially with today's china ico bloodbath.
|
|
|
Unexpected bear market day, perfect for debugging, more coding, and also for people to take advantage of what Moonshot is really meant for... rare moonshots. 
|
|
|
|