Bitcoin Forum

Bitcoin => Project Development => Topic started by: ajijohn on July 18, 2018, 09:31:53 PM



Title: CryptoModul. Software for trading on several exchanges
Post by: ajijohn on July 18, 2018, 09:31:53 PM
Hi everyone!
I present to you the terminal for manual trading on several exchanges. The program is free.
At the moment it is possible to obtain information on orderbook and markettrades in real time.

If you enter the api keys into the program, the information on the account on the exchange becomes available. In particular - the list of open orders and balances. It is possible to place limit orders for buying and selling.

So far, only 2 exchanges are connected: Binance and HitBTC.

When you start, a window will appear with the password. It is necessary to specify a password that will be encrypted secret key. If you do not plan to use the api for placing orders, you can not remember this password.

Future Plans:
  • Adding other exchanges
  • Alerts for price changes
  • Arbitrage scanner
  • Trailing Take Profit
  • Trailing Stop Loss
  • Wish List, to monitor the prices of selected pairs
  • Sync trading history and analysts
  • Charts

Install:
Simply unzip the archive into a separate folder and run: CryptoModul.exe

Archive Files:
CryptoModul.exe - the program itself
CSDispatcher.exe is a module that is responsible for logging. Should be in the program folder. If it is not, the program will work, but there will be no logs.
ipworksws16.dll - library for working with websocket
libeay32.dll and ssleay32.dll - libraries from openssl. A 32-bit OS version is included.

Download (https://crypto-modul.com/download/cryptomodul.zip)

Link to VirusTotal:
https://www.virustotal.com/#/file/c91eed18c4666066576bd6d3b3e7978ebdd2388872841bbdf3137c927b5a1174 (https://www.virustotal.com/#/file/c91eed18c4666066576bd6d3b3e7978ebdd2388872841bbdf3137c927b5a1174)

Donation is welcome:
BTC: 1AE69jznvwmfkqs2ATNfsosqPUkpsiVvHR
ETH: 0xE4B1CC2260C0B49a9737B72a6435986868654cf1

https://b.radikal.ru/b33/1807/23/84f9696088fb.png (https://radikal.ru)


Title: Re: CryptoModul. Trading terminal(Windows)
Post by: ajijohn on July 20, 2018, 09:29:37 PM
I'm tired of setting windows every time I start. So I decided to fix it. In this regard, a new version 1.1.0 is available :)
 - Added saving and loading the order of windows on the screen.


Title: Re: CryptoModul. Trading terminal(Windows)
Post by: Patatas on July 21, 2018, 01:12:42 AM
Interesting. Just like all the good projects in the section, this project is also slept on. By the way, title is quite misleading, when you say terminal based, a user probably expects the project to work in the default windows cmd which got me excited as well. Turns out, you have written a software that simulates a terminal with your exchange. What I mean is, I expected after installing your application I could natively use windows terminal with a few commands to trade my coins which is quite fascinating lol

Isn't your source code open for public?


Title: Re: CryptoModul. Trading terminal
Post by: ajijohn on July 21, 2018, 01:31:22 AM
Thank you for your feedback.
Renamed the title of the topic.
The project uses paid libraries, so I can't provide the source code.


Title: Re: CryptoModul. Software for trading on several exchanges
Post by: ajijohn on July 23, 2018, 05:59:06 PM
New version 1.2.0.4 available
The new version adds monitoring of the state of wallets for the exchanges Binance and HitBTC. When the status of the wallet(Deposit or withdrawal) changes, a notification window will appear on the screen.
Also, the status of all wallets can be viewed in a separate window.

Download (https://crypto-modul.com/download/cryptomodul.zip)


Title: Re: CryptoModul. Software for trading on several exchanges
Post by: ajijohn on July 23, 2018, 08:00:14 PM
This is how the window looks with information on the status of wallets.
https://image.ibb.co/icKvPJ/wallets.png (https://ibb.co/bw5ryd)


Title: Re: CryptoModul. Software for trading on several exchanges
Post by: ajijohn on July 29, 2018, 03:01:58 PM
Version 1.3.3.6 is available.

What's new:
  • Added arbitrage scanner. In the settings, you can specify a minimum percentage of profit. The default value is 0.4%
  • Changed the theme of the application to a more contrast


Title: Re: CryptoModul. Software for trading on several exchanges
Post by: nomak23 on August 07, 2018, 06:51:17 PM
Will it be open source?


Title: Re: CryptoModul. Software for trading on several exchanges
Post by: ajijohn on August 07, 2018, 07:18:55 PM
Will it be open source?
I didn't plan to provide the source code because the project uses paid libraries


Title: Re: CryptoModul. Software for trading on several exchanges
Post by: ajijohn on August 08, 2018, 03:33:46 PM
Version 1.3.5.6 is available.

What's new:
  • The balance form now displays the total balance of all exchanges in BTC
  • Changed the key encryption method. In this regard, the keys need to be added again in the settings.

Download link in the header.