Bitcoin Forum
April 25, 2024, 04:19:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Cryptocoins data plugin for AmiBroker  (Read 632 times)
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 16, 2018, 06:03:25 PM
Last edit: January 23, 2018, 05:09:30 PM by viper_ava
 #1

Hi there!

Here is a simple cryptocoins data plugin for AmiBroker written on C# with non official AmiBroker Plugin SDK.
This plugin provides EOD and Hourly feeds for cryptocoins exchanges like Bitfinex, Bitstamp, BTCChina and other.

The steps for setting the cryptocoins data plugin for Amibroker follows :

Database Settings for cryptocoins EOD charts

1.Download the cryptocoins Plugin for Amibroker and unzip it.
2. Install Net Framework 4 from Microsoft Website. Microsoft.com/en-us/download/details.aspx?id=17718

Note: If NET Framework 4 not install, please install it first, else plug-in will not work!

3. Copy CryptoCurrenciesDemo.dll to AmiBroker Plugins folder (default path is “c:/Program Files/AmiBroker/Plugins/” for 64-bit version and "c:\Program Files (x86)\AmiBroker\Plugins\" for 32-bit version) and Newtonsoft.Json.dll to AmiBroker program folder (default path is “c:/Program Files/AmiBroker/ for 64-bit version and "c:\Program Files (x86)\AmiBroker\" for 32-bit version).

4. Now Open Amibroker and your will get the Non NON-CERTIFIED third-party plugin as shown below. Click OK button and continue.

5. Now goto File Menu->New->Database .A Database Settings dialog box open. Select Database folder for stored data and enter the Database name click on Create button as shown below

https://image.ibb.co/noEOrm/1111.jpg

6. Select CryptoCurrencies Data Plug-in from Data Source drop-down list. In field Number of bars enter, how much bars plug-in will be download. Select Base time interval is equal to either End-of-Days, Hourly. Click Configure (at first run) and then OK button in message window and OK button in Database Settings dialog box.

7. Now goto Symbols veiw and select the supported symbols in the list box. Now you will be able to see the EOD/Hourly charts.

Note: this plugin only provides the snapshot data of 1 day / 1 hour charts at that instant however it doesn't updates in realtime once the snapshot data arrived.
For a fresh update you need to close and reopen amibroker again to get the current snapshot of the charts.

Link for beta version of plugin (x32 and x64 versions):  https://drive.google.com/open?id=1nYQN0hU4IS8vHT3Dvwitpo-UBkMfbZmm


You can donate me for my work:

Paypal: cplusplus@list.ru
Paypal.Me:https://www.paypal.me/VArakcheev
VISA: 4276 7200 1023 6612


How install (video, MP4): https://drive.google.com/open?id=1Fviav1HB9r4Pm8JWlYWCFB-KQnYclxdc

for any questions:  

icq: 177436013
skype:  viper_ava
mail: cplusplus@list.ru

Some screenshots:

https://preview.ibb.co/d53irm/Virtual_Box_Windows_7_x64_16_01_2018_22_59_09.png
https://preview.ibb.co/ddHhj6/Virtual_Box_Windows_7_x64_16_01_2018_22_59_29.png
1714061981
Hero Member
*
Offline Offline

Posts: 1714061981

View Profile Personal Message (Offline)

Ignore
1714061981
Reply with quote  #2

1714061981
Report to moderator
1714061981
Hero Member
*
Offline Offline

Posts: 1714061981

View Profile Personal Message (Offline)

Ignore
1714061981
Reply with quote  #2

1714061981
Report to moderator
1714061981
Hero Member
*
Offline Offline

Posts: 1714061981

View Profile Personal Message (Offline)

Ignore
1714061981
Reply with quote  #2

1714061981
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714061981
Hero Member
*
Offline Offline

Posts: 1714061981

View Profile Personal Message (Offline)

Ignore
1714061981
Reply with quote  #2

1714061981
Report to moderator
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 20, 2018, 07:07:09 AM
Last edit: January 24, 2018, 02:49:30 PM by viper_ava
 #2

The new version of data plugin is released.
Changes:

- Added intraday time intervals: 1 minute, 5 minutes and 15 minutes;
- Added Autoupdate bars based on selected intervals, for example if selected 1 minute base time interval - amibroker will update data each minute, if selected 15 minutes - each 15 minutes autoupdate;
- Added manual update data (right click on green square area in status bar and select "Update data");
- Added Top 50 cryptocurrencies of Crypto Compare market;

- Fixed bug with Number Of Bars limit;

How to configure Cryptocurrencies data plugin for AmiBroker step by step:
https://docs.google.com/document/d/1VH9_7IzgDo5mtyKo339pue-fAEiHg8WRlIGMZB46twg/edit?usp=sharing

Some screens:

Top 50's
https://preview.ibb.co/eorgJb/top50.jpg

Manual update:
https://image.ibb.co/kzD6jG/manual_update.jpg

5 minute interval bars:
https://preview.ibb.co/kKW94G/Virtual_Box_Windows_7_x64_16_01_2018_22_59_09.png

You can donate me for my work:

Paypal: cplusplus@list.ru
Paypal.Me: https://www.paypal.me/VArakcheev
VISA: 4276 7200 1023 6612

Link for new version of plugin (x32 and x64 versions):  https://drive.google.com/open?id=13RCy0iTSHY1DxDVBLuaaIgCBYbRt7diP


icq: 177436013
skype:  viper_ava
mail: cplusplus@list.ru
H2OV
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 21, 2018, 02:44:05 PM
 #3

This is a great initiative.
It would really save me a lot of time.
I would be happy to donate if i have it working.

But i am not able yet to get it up and running.

I use windows 10 Pro edition w/ .Net Framework 4.7.1
Amibroker 6.20.1 Pro edition 64 Bit

I use your latest version of the plug in.

But i get stuck on step 7.
Everything looked like it went fine. But the symbol list is still empty.

Please can you give some pointers.

BR,
H2OV
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 21, 2018, 04:39:41 PM
Last edit: May 16, 2018, 01:01:09 PM by viper_ava
 #4

Hi!

I tested with Win10Pro x64 under AmiBroker 6 x32 with NET Framework 4.7.1
and it worked.

If you have questions please let me know!
Thanks!
H2OV
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 27, 2018, 09:21:03 AM
 #5

i sent it to your email address mentioned in your 1st post.
Did you find anything?
Or progress ?
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 27, 2018, 04:51:13 PM
 #6

Yes. I tested with you version and it works perfect.
The error is brings up because you don't click Configure button in Database Settings window.
Look at step by step manual:

https://docs.google.com/document/d/1VH9_7IzgDo5mtyKo339pue-fAEiHg8WRlIGMZB46twg/edit?usp=sharing

Thanks!
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 30, 2018, 05:00:23 PM
 #7

New version 0.9.6 is available:

Added new Top 100 BTC-pairs for Binance exchange;
Fix bugs.

Setup file:  https://drive.google.com/open?id=13RCy0iTSHY1DxDVBLuaaIgCBYbRt7diP

viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 02, 2018, 01:18:32 PM
Last edit: February 02, 2018, 02:51:49 PM by viper_ava
 #8

New version 0.9.7 is available:

- Add new 15 USD pairs for BitTrex exchange;
- Add new 190 BTC pairs for BitTrex exchange;

Setup file: https://drive.google.com/open?id=13RCy0iTSHY1DxDVBLuaaIgCBYbRt7diP

You can donate me for my work:

Paypal: cplusplus@list.ru
Paypal.Me: https://www.paypal.me/VArakcheev
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 27, 2018, 02:04:48 PM
 #9

New version 0.9.8 is available:

- Add top 100 USDT pairs for OKEX exchange;
- Add top 100 BTC (Bitcoin) pairs for OKEX exchange;
- Add top 100 ETH (Ethereum) pairs for OKEX exchange;
- Add top 13 BCH (Bitcoin Cash) pairs for OKEX exchange;
- Make some improvements.

Setup file: https://drive.google.com/open?id=13RCy0iTSHY1DxDVBLuaaIgCBYbRt7diP

You can donate me for my work:

Paypal: cplusplus@list.ru
Paypal.Me: https://www.paypal.me/VArakcheev
Tushar573
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 04, 2018, 01:23:47 PM
 #10

Hey Thanks Bud, Not an expert on charting ...learning stuff..

But many coins BTC pairs on Binance give errors like ADA,XVG,Wabi ans some more. Can you please look into it.

Again thanks for this.. You made things simpler.
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 05, 2018, 03:05:32 AM
 #11

Hey Thanks Bud, Not an expert on charting ...learning stuff..

But many coins BTC pairs on Binance give errors like ADA,XVG,Wabi ans some more. Can you please look into it.

Again thanks for this.. You made things simpler.


I rechecked. Fine for me.
please try to manual update. just select symbol pair and right click on green OK button at right  bottom window of amibroker.
Click Update Data into popup menu:

http://forpics.ru/i/20180305/f0efe2bc.png

Thanks!
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 14, 2018, 03:14:27 PM
 #12

My respects, ladies and gentlemen!
I brought the good news to you!

The official web site for CryptoCurrencies Data plug-in for AmiBroker is now available at www.amicoins.ru

I want to thank you for new ideas and donates that will improve the plug-in quality and capabilities.

With best regards for you and your family!
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 17, 2018, 06:58:40 PM
 #13

The new version is available!

Fixed important bugs and add some improvments.

http://amicoins.ru
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
April 02, 2018, 07:59:43 PM
 #14

The new 0.9.10 version is now available!

 Features:

- Added 100 Bitfinex symbol pairs.
- Added Okex Futures (4 symbols).
- Added Update status if new version of data plugin is available.
- Fixed errors.

http://amicoins.ru/news.html
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
April 24, 2018, 04:15:49 PM
 #15

The new 0.9.11 version is available!
 
Features:

- Added Poloniex exchange symbol pairs (96 symbols).

- Added Binance Coin symbol pairs for Binance Exchange.

- Updated symbol pairs for all markets.

- Fixed errors.

http://amicoins.ru/news.html
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 14, 2018, 06:45:06 PM
 #16

The new 0.9.12 version is now available!

 Features:

- Added Kraken exchange symbol pairs (57 symbols).

- Added Bytecoin symbol pairs for Binance Exchange.

- Updated symbol pairs for all markets.

- Fixed errors.

Download the 0.9.12 version from official web: http://amicoins.ru/news.html

Don't forget to reconfigure plug-in by clicking the "Configure" button at File->DatabaseSettings Window.
gmouse138
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
May 22, 2018, 08:17:37 AM
 #17

IF we use this plugin, can we do algo trading by using AMIBroker?
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 22, 2018, 12:45:30 PM
 #18

This is data plugin, there are no functions supporting trading operations.
If you using afl or other functions, includes trading options - just try to test it.
Thank you!
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 25, 2018, 02:44:39 AM
 #19

you can send an suggestion from the support page on the web site and I'll try to include it in the next release.
support page: http://amicoins.ru/support-page.html
Thank you!
viper_ava (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 26, 2018, 09:22:41 AM
 #20

The new 0.9.13 version is now available!

 Features:

- Added Bx.in.th exchange (24 symbol pairs).

- Added WaveDEX exchange (139 symbol pairs)

- Updated symbol pairs for Binance, Bitstamp and Bitfinex.

Download the 0.9.13 version from http://amicoins.ru/

Don't forget to reconfigure plug-in by clicking the "Configure" button at File->DatabaseSettings Window.

Thank you for using data plugin!
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!