forked from ctubio/Krypto-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWHITE_R🐰BBIT
202 lines (201 loc) · 15.7 KB
/
WHITE_R🐰BBIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
: hurry! to get you started, a collection of redundant information to follow: :
: ! / because o! :
: . h/\lf k & f reasons! :
: . _/ \ .K. . :
: . HUMAN .KKK. FAMILY . :
: WORK .KKKKK. WORK . :
: . .KKKKKKK. :
: ²KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK² ... . :
: . "²KKKKKKKKKKKKKKKKKKKKKKKKK²" : : . :
: : ... "²KKKKKKKKKKKKKKKKKKK²" : : : :
: : : : ... "²KKFEELKFREEKK²" ......... : : :
. . .... ........+..... : : .KKKKKKKKKKKKK. :...+...... ... . .
: : ..... .KKKKKKKKKKKKKKK. : :
: : .KKKKKKK3²3KKKKKKK. : :
: . .KKKKKK²" ! "²KKKKKK. :
: .KKKK²" SLEEP "²KKKK. :
: . .KK²" REPEAT REPEAT "²KK. :
: w ²" _\\___|___//_ "² w :
: ww // : \\ ww :
: www <<<<<<<<<< tinyurl.com/no-mistake : youtu.be/7nPvfqn2hhI >>>>>>>>>> www :
:_____________________________________________________________________________:
: :
: .. Makefile: ------------------------------------- aka. noautoconf ------- :
: : # boooriiing docs at https://www.gnu.org/software/make/manual/make.html :
: : :
: : # a target without env vars is OK but cross compilation is viable with: :
: : - set CHOST env var as any target triplet (on redhats, ubuntus, macos). :
: : - set KALL=1 env var to make all the supported targets at once, lovely. :
: : :
: +-- Whaaat?? :
: One-time targets: (one-time means everytime new versions are available) :
: $ make packages :
: forget about this, is executed by "make install" every. single. time. :
: :
: $ make dist :
: once upon a time, there was vast empty build folders but not anymore. :
: all includes (see Makefile and src/server/K.cxx) will be downloaded. :
: no errors or warnings expected, unless by happy libquickfix; ignore. :
: when done, rebuild anytime K Server with "make" (but do some mods!). :
: !will never be done! unless "make install" is: in advance! executed. :
: :
: $ make clean :
: after some time, the youth goes away and I will leave a world behind. :
: don't be sad life is life and this world will never forget our time. :
: :
: Devel targets: (an excuse to refill a glass of milk no matter the boss) :
: $ make :
: TODO :
: :
: $ make bundle :
: TODO :
: :
: $ make test-c :
: TODO :
: :
: User targets: (oh my dog! command-line commands! lets see what happens) :
: $ make install :
: what happens here is mandatory. This is the very first step. Not only :
: the last public version will be downloaded but also the private lib. :
: K only runs and only can be recompiled if "make install" goes first. :
: :
: $ make reinstall :
: TODO :
: :
: $ make latest :
: TODO :
: :
: Private targets: (!no trespassing! move along, nothing to execute here) :
: $ make release :
: TODO :
: :
: Encrypted targets: (here! im here!! crack me! i have been always here!) :
: $ make enc :
: not sure but.. is nice that github shows +2 releases, dont you think? :
: :
: Missing targets: (let's plant a tree instead, or better two nice trees) :
: $ make onestep-install-for-node-and-node-friend-npm :
: see https://www.ecosia.org/search?q=node+install+from+package+manager :
: :
:_____________________________________________________________________________:
: :
: .. src/server: ----------------------------------- aka. K Server --------- :
: : # boooriiing docs at http://www.cplusplus.com :
: : :
: +-- Whaaat?? :
: ____ Login ____ Admin ____ :
: |gw.h# <<-------- |cf.h| -------->> |ui.h# K client :
: ¯¯¯¯# ¯¯¯¯ ¯¯¯¯| :
: # Wallet ____ | P :
: # -------->> |pg.h# ____ V a :
: A # ¯¯¯¯# |km.h|____V r :
: P # Trades # <<->> |fn.h|qp.h| a :
: I # & # a D ¯¯¯¯ ¯¯¯¯| m :
: # Levels ____# t | e :
: E # -------->> |mg.h# a | t :
: x # ¯¯¯¯# V e :
: c # Orders ____# Quotes ____V r :
: h # <<------>> |og.h# <<------>> |qe.h| s :
: ange ¯¯¯¯# K server ¯¯¯¯ :
: ____#____ :
: |db.h|ev.h| :
: ¯¯¯¯ ¯¯¯¯ :
: :
: .. src/server/K.cxx: ----------------------------- aka. K Home ----------- :
: : # Warning: my home is your home, if there are houses owned by someone. :
: : :
: +-- Whaaat?? :
: external sources and namespaces are defined here, our home from now on. :
: internal sources are just collections of static classes and global vars :
: without any includes. There is no functional programming in our home.. :
: K Server is proudly non-stop changing states and mutating global data. :
: :
: .. src/server/km.h: ----------------------------- aka. K Models --------- :
: TODO :
: :
: :
: .. src/server/fn.h: ----------------------------- aka. Functions -------- :
: TODO :
: :
: :
: .. src/server/cf.h: ----------------------------- aka. Configurations --- :
: TODO :
: :
: :
: .. src/server/ev.h: ----------------------------- aka. Events ----------- :
: TODO :
: :
: :
: .. src/server/db.h: ----------------------------- aka. Database --------- :
: : # Warning: write-only during execution, we read data only before boot. :
: : :
: +-- Whaaat?? :
: load() :
: returns always 1 json array, with 0 items in case no record exist yet. :
: insert() :
: callme with data that can not be lost after quick reboots (reinstall). :
: the same call must also clean out of date records; setting rm flag to :
: true will delete all before insert 1, setting id argument will delete :
: only the matching record with same id before insert 1, setting expire :
: argument to a timestamp will delete all older before insert 1. Please :
: ensure the database is a golden image of the memory. Do not forget to :
: create or remove data always on both, memory and database, as if one. :
: !before insert, consider twice if data must really survive reboots..! :
: :
: :
: .. src/server/ui.h: ----------------------------- aka. User Interface --- :
: TODO :
: :
: :
: .. src/server/qp.h: ----------------------------- aka. Quoting Parameters :
: TODO :
: :
: :
: .. src/server/qe.h: ----------------------------- aka. Quoting Engine --- :
: TODO :
: :
: :
: .. src/server/og.h: ----------------------------- aka. Orders Gateway --- :
: TODO :
: :
: :
: .. src/server/mg.h: ----------------------------- aka. Market Gateway --- :
: TODO :
: :
: :
: .. src/server/pg.h: ----------------------------- aka. Position Gateway - :
: TODO :
: :
: :
: .. src/server/gw.h: ----------------------------- aka. Gateway ---------- :
: TODO :
: :
:_____________________________________________________________________________:
: :
: .. src/client: ----------------------------------- aka. K Client --------- :
: boooriiing docs at https://angular.io/api :
: boooriiing docs at https://www.typescriptlang.org/docs/home.html :
: boooriiing docs at https://www.ag-grid.com/javascript-grid-api/ :
: :
:_____________________________________________________________________________:
: :
: .. src/www: -------------------------------------- aka. K Static Files --- :
: TODO :
: :
:_____________________________________________________________________________:
: :
: :
: :
: :
: ^^ KKKKKKKKKK :
: ^^ ^^ KKKKKKKKKKKKKK :
: |DD KKKKKKKKKKKKKKKKKK ^^ :
: __|DD KKKKKKKKKKKKKKKKKKKK :
~~~~ ~~~~ ~\___/~~ ~~~~~~~ ~~ kkkkkkkkkkkkkkkkkkkk ~~ ~~~~~~~ ~~~~~ ~~ ~~~~ :wq
~ ~~ ~ ~ ~~~~~~~~~~~~~~~~~~~~ ~ ~~ ~~ ~
~ ~~ ~~ ~~ ~~ ~~~~~~~~~~~~~ ~~~~ ~ ~~~ ~|DD ~~~ ~ ~~
~ ~~ ~ ~ ~~~~~~ ~~ ~~~ ~~ ~ ~~ ___|DD_
~ ~ ~ ~ ~ ~~ ~~~~~~ ~ ~~ ~ \_____/ ~~
~ ~ ~ ~ ~~ ~ ~
youtu.be/aeyTr43cEYw youtu.be/fnb8CQ9X-YM youtu.be/pxxovTZRJic
youtu.be/_vsCx6VnOnI youtu.be/SQM4qbwyxCM youtu.be/eb6UyUibREU