Starting my Crypto SaaS project journey

I didn't read whole thread so please correct me, if I'm wrong but you said you can increase your weekly balance by 30%? Do you realize the numbers behind it?? I mean.. if you would be only able to do the same thing every month with increase of 30% of your balance per whole MONTH, not week, after 12-24 months you would have much much more money then after your Saas project??? Do you realize that? :D Just do a simple math, starting balance $10k and let me know how much it would be the result after 12-24 months if you would consistently hit 30% increase every month. That's crazy how much it would be. It's not even increase by 120% (when you said 30% by week), but 30% per month.

Do the math and get back to me with the numbers. I want you to do the math so you can realize on what you're sitting
 
Hey, I already did some scripts to connect with the Web sockets on Binance with API.
The unique real problem is getting the alerts when something is sold to create a buy order, or when you buy you apply a sell order.
There is a project for a good approach to achieve this as Unicorn Devs.

Is that the SaaS you want to build?
Well, actually my code will be connected to Binance, Gate.io, KuCoin, HitBTC, Crypto.com markets with their API. At the moment, it is connected to only two of them. One is with API, the other one is using some special script that I wrote. But Unicorn Devs is not something I wanted to build.

I didn't read whole thread so please correct me, if I'm wrong but you said you can increase your weekly balance by 30%? Do you realize the numbers behind it?? I mean.. if you would be only able to do the same thing every month with increase of 30% of your balance per whole MONTH, not week, after 12-24 months you would have much much more money then after your Saas project??? Do you realize that? :D Just do a simple math, starting balance $10k and let me know how much it would be the result after 12-24 months if you would consistently hit 30% increase every month. That's crazy how much it would be. It's not even increase by 120% (when you said 30% by week), but 30% per month.

Do the math and get back to me with the numbers. I want you to do the math so you can realize on what you're sitting
Your calculation reminds me the invention story of chess ( http://arimaa.com/arimaa/links/chessStory.html ) :)

Yes, I know. It will reach a huge amount at the end of the first year. It is about 232K if it makes 30% each whole month. The problem is I don't have $10K and I can start with something really small. If I make this as a SaaS project, I will add the money earned from subscriptions to my base money. So, the money will increase faster. After a while, subscriptions will make me very little in comparison to the whole money I have, so I may stop getting new subscriptions.
 
Interesting! I'm rooting for you and admire the way you're taking action.

P.S. I did this with something that started as a Python Twitter script and it was a ton of fun. Keep moving forward, this is going to be great!
 
If the profit is really 30% oer week then why in the world would you make it public? And if it was a sure banker then getting a hold of 10k shouldn’t be too hard? Do the @duckduckgoo method by selling all your stuff and invest that.

That being said I wish you luck and hope this is genuine and if you release it to us, then great!
 
If the profit is really 30% oer week then why in the world would you make it public? And if it was a sure banker then getting a hold of 10k shouldn’t be too hard? Do the @duckduckgoo method by selling all your stuff and invest that.

That being said I wish you luck and hope this is genuine and if you release it to us, then great!
Thank you for your good wishes. Yes, making it public looks to be not a good idea. People will copy the system and if many people doing it, it will not work anymore. I am thinking of a way of making it public but not telling the idea behind it. Like a financial portfolio. People will profit weekly but won't know where it comes from :) I want people to get profit but don't want them to rush the system. Just thinking. I need to clarify many things. Let's see the first test results. I will update you here when I got them.
 
Yesterday I started the testing with real money, but a very small amount. The tests will go for a few months with bull market and bear market before I spend more money. I didn't make any backtesting before but inspected the currencies how the price is affected by some special situations.

30% a week means, this special situation happens a few times a week in some of the currencies, and each time, I adjusted the BUY and SELL orders to profit 30%. So, if it happens one time a week, I will profit 30%. If more, the profit will be more for sure.
Well like I said good luck. It seems not likely to be as you say, but if you prove me wrong then let me know.. I'd be interested.
 
Hi everyone,

It has been quite a long time that I bought my first coin. What I learned after years is playing short-term is a bad idea and HODLing long-term returns well. However, it is long-term and I want to earn high amounts in short term. I have an idea regarding and just developed a website and a bot for myself. Today I finished the tests and activated the bot.

My plan is; testing the bot for a time and if it is working well for me, converting the website to a SaaS model, and let people subscribe to the website to use the bot as a service. While only I am using the service, I will finish its security improvements and I will write a few more bots for other scenarios in my mind. The rule for my first bot (which I have now) is very simple and working 100%. I checked the history of many coins and there is not even one exception :) Almost every week, I will be able to increase my money by at least 30%. I will not do anything manually, the bot will handle all the situations. Of course, it may need to be improved over time.

So, I want to make my money at least 10x, convert the website to the SaaS model and get a minimum of 1K USD/month stable income from the service on the first day of January 2022.

I can't say the bot Idea now (sorry guys) but when I convert the website to the SaaS model I will tell you the website URL and explain how the bot works. Until that time, I will update this post regarding the last situation. If you are interested, watch the post.

Wish me luck, guys, thank you.

30% weekly returns, nice.

If you start with just $1000, after 18 months of running your bot you will have turned that $1000 into $771 billion. Not bad for a year and a bit's work. Hats off to you, sir.
 
Interesting. Good luck and make sure to keep us updated with your results :)
 
Well, actually my code will be connected to Binance, Gate.io, KuCoin, HitBTC, Crypto.com markets with their API. At the moment, it is connected to only two of them. One is with API, the other one is using some special script that I wrote. But Unicorn Devs is not something I wanted to build.


Your calculation reminds me the invention story of chess ( http://arimaa.com/arimaa/links/chessStory.html ) :)

Yes, I know. It will reach a huge amount at the end of the first year. It is about 232K if it makes 30% each whole month. The problem is I don't have $10K and I can start with something really small. If I make this as a SaaS project, I will add the money earned from subscriptions to my base money. So, the money will increase faster. After a while, subscriptions will make me very little in comparison to the whole money I have, so I may stop getting new subscriptions.

But API on Binance doesn't give you access to socket alerts on sales or purchases. You can do that only with WebSockets using WSS://
For a bot to work you need these alerts. Unicorn Devs its a library https://pypi.org/project/unicorn-binance-websocket-api/ which will allow you to connect this for multitenant application.

Are we on the same page or your prototypes are not considering this issue you will have?
Have you done it before?
 
But API on Binance doesn't give you access to socket alerts on sales or purchases. You can do that only with WebSockets using WSS://
For a bot to work you need these alerts. Unicorn Devs its a library https://pypi.org/project/unicorn-binance-websocket-api/ which will allow you to connect this for multitenant application.

Are we on the same page or your prototypes are not considering this issue you will have?
Have you done it before?
My bot doesn't use websocket.
 
Back
Top