Skip to content

Commit 69a2868

Browse files
committed
added doc v1.0
updated ReadMe notice file
1 parent 76b40da commit 69a2868

File tree

6 files changed

+486
-2
lines changed

6 files changed

+486
-2
lines changed

Docs/WS_RTD_AB.md.html

+448
Large diffs are not rendered by default.

Plugin/notice.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This plugin should be distributed or redisributed with the Documentation
2+
file provided in HTML that contains all the Licence information,
3+
Trademark, Copyright & Other notices.

README.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# Rtd_Ws_AB_plugin
2-
AmiBroker data plugin for Websocket based Json RTD communication
1+
# Rtd_Ws_AB_plugin
2+
## _AmiBroker Realtime data plugin using Websocket and JSON based communication_
3+
4+
[![Build Status](https://raw.githubusercontent.com/ideepcoder/Rtd_Ws_AB_plugin/84c47468847d2bbf53d2f12fa110d13c041d7b2d/images/unknown.svg)](https://github.com/ideepcoder/Rtd_Ws_AB_plugin)
5+
6+
7+
## Features
8+
- Bi-directional websocket communication
9+
- Support to backfill historical data
10+
- Easy to integrate Json message structure
11+
- Run multiple instances of AmiBroker locally, each connected to one of multiple Servers
12+
- The design makes it Broker / Data vendor agnostic
13+
- Runs a python based relay server, to ensure individual connections don't disrupt your flow
14+
- Build your own data routing logic
15+
- Store your time-series data in the superfast Amibroker storage database
16+
- Get you Realtime Quote window ticking as opposed to plain ASCII imports
17+
18+
# ✨ Upcoming ✨
19+
- ArcticDB active integration
20+
- A lot of leverage with keeping bloated data locally in ArcticDB and a concise Amibroker database
21+
22+
23+
## Documentation and manual
24+
### -- Check Docs for the latest documentation
25+
26+
# .
27+
## Licenses / Copyrights / Trademarks
28+
##### This work incorporates materials copyrighted and trademarked by Amibroker Company.
29+
Amibroker and the Amibroker logo are trademarks of Amibroker Company, used with permission.

Samples/Client/Python/notice.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This plugin should be distributed or redisributed with the Documentation
2+
file provided in HTML that contains all the Licence information,
3+
Trademark, Copyright & Other notices.

Samples/Server/Python/notice.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This plugin should be distributed or redisributed with the Documentation
2+
file provided in HTML that contains all the Licence information,
3+
Trademark, Copyright & Other notices.

images/help/Plugin_Configure.png

2.07 KB
Loading

0 commit comments

Comments
 (0)