forked from JosiahLeas/josiahleas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex1.html
321 lines (308 loc) · 16.3 KB
/
index1.html
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE HTML>
<HTML>
<HEAD>
<!-- HTML 5 Metas -->
<META name="description" content="Altcoin Markets Indicators Screener to View multiple Crypto Charts with TradingView graphs at once. Customize graphs or view full screen. Add custom Alt Coins. All for free. 1x1 all the way up to 10x10 one page charts.">
<META name="keywords" content="Crypto, Altcoin, Ethereum, Bitcoin, TradingView, StockCharts, Charts, Candlestick Graph, Binance">
<META name="robots" content="index, follow">
<META name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<META name="apple-mobile-web-app-title" content="MultiCoinCharts">
<!-- Twitter Metas -->
<META name="twitter:card" content="summary">
<META name="twitter:site" content="@amis_erc20">
<META name="twitter:title" content="MultiCryptoCharts">
<META name="twitter:description" content="View lots of Crypto Currency charts from TradingView. All on one screen. Customize your charts with indicators, adjust their position, or view full screen. Bookmark and share your charts just with a link.">
<META name="twitter:image" content="https://amisdex.github.io/multicoincharts/images/mcc-capture.png">
<META name="twitter:image:alt" content="MultiCryptoCharts Custom Chart Layout">
<!-- Facebook Metas -->
<META name="description" content="View lots of Crypto Currency charts from TradingView. All on one screen. Customize your charts with indicators, adjust their position, or view full screen. Bookmark and share your charts just with a link.">
<META name="image" content="https://amisdex.github.io/multicoincharts/images/mcc-capture.png">
<!-- Schema.org Metas -->
<META itemprop="name" content="MultiCoinCharts">
<META itemprop="description" content="View lots of Crypto Currency charts from TradingView. All on one screen. Customize your charts with indicators, adjust their position, or view full screen. Bookmark and share your charts just with a link.">
<META itemprop="image" content="https://amisdex.github.io/multicoincharts/images/mcc-capture.png">
<STYLE>
::-webkit-scrollbar {width: 7px;background: transparent;}
::-webkit-scrollbar-track {border-radius: 25px;}
::-webkit-scrollbar-thumb {background: rgba(0,0,0,.8);border-radius: 25px;}
::-webkit-scrollbar-thumb:hover {background: rgba(0,0,0,.5);}
.autocomplete {
/*the container must be positioned relative:*/
position: relative;
display: inline-block;
}
.autocomplete-items {
position: absolute;
z-index: 2;
top: 100%;
left: 0;
right: 0;
}
.autocomplete-items div {
padding: 8px 14px;
cursor: pointer;
background-color: #222;
border-bottom: 1px solid #4d4d4d;
}
.autocomplete-items div:hover {
/*when hovering an item:*/
background-color: #777;
}
.autocomplete-active {
/*when navigating through the items using the arrow keys:*/
background-color: DodgerBlue !important;
color: #ffffff;
}
</STYLE>
<TITLE>AmisDex MCC - Multi Crypto Charts</TITLE>
<LINK rel="shortcut icon" type="image/png" href="images/favicon.png">
<LINK href="css/main.css?ver=7.3" rel="stylesheet">
<LINK href="css/baloon.css" rel="stylesheet">
<!-- <SCRIPT src="https://use.fontawesome.com/a4e3744178.js"></SCRIPT> -->
<SCRIPT type="text/javascript" src="https://s3.tradingview.com/tv.js"></SCRIPT>
<SCRIPT type="text/javascript" src="js/cryptocurrencies.js"></SCRIPT>
<SCRIPT type="text/javascript" src="js/headstart.js?v3"></SCRIPT>
<SCRIPT type="text/javascript" src="js/coinigyexchanges.js"></SCRIPT>
<SCRIPT type="text/javascript" src="js/cryptocoins.js"></SCRIPT>
<SCRIPT type="text/javascript" src="js/index.js?v2.6"></SCRIPT>
</HEAD>
<BODY style="background: #363843;">
<DIV class="topnav" id="topnav">
<DIV class="label">
<LABEL for="box-width" class="number-label">Width</LABEL>
<INPUT id="box-width" class="box-size" title="Adjusts the chart width" type="number" name="box-width" min="1" max="20" />
</DIV>
<DIV class="label">
<LABEL for="box-width" class="number-label">Height</LABEL>
<INPUT id="box-height" class="box-size" title="Adjust the chart height" type="number" name="box-height" min="1" max="20"
/>
</DIV>
<BUTTON id="theme-toggle" class="theme" onclick="change_theme()">Browser Incompatible</BUTTON>
<BUTTON id="configChart" class="theme" onclick="showMultiConfig()">Javascript Crashed</BUTTON>
<BUTTON class="ad" onclick="showAd()">TRADE HERE</BUTTON>
<BUTTON class="btn btn-nav right" onclick="showInfo()">DONATE / INFO</BUTTON>
<DIV class="modalConfig" style="-webkit-backdrop-filter: blur(6px);">
<DIV class="hero" style="overflow-y: auto; max-height: 100vh;">
<DIV id="addMultiChart" style="background: #fff9fc; border-radius: 2px;" class="cornflower-box">
<DIV class="divPairsSetup">
<H3>Type an exchange & currency pair. Example BINANCE:BTCUSDT</H3>
<A href="javascript:void(0)" class="inputTypeButton" onclick="inputPairs(null);">
+
</A>
<INPUT id='pairsInput' type="text" onkeyup="inputPairs(this)" placeholder="Press enter to add the pairs"
style="text-transform: uppercase;" />
<DIV style='float:right;'>
<A href="javascript:void(0)" style="padding: 8px 0 0 1px; float: none;" class="inputTypeButton" onclick="arrangeChartListItem(true);">
⇧
</A>
<A href="javascript:void(0)" style="padding: 8px 0 0 1px; float: none;" class="inputTypeButton" onclick="arrangeChartListItem(false);">
⇩
</A>
</DIV>
<DIV style='float: left;width: 85%;margin-left: 6px;border-radius: 3px;margin-bottom: 4%;background: #535353;'>
<SELECT id="listPairs" style="background: #535353;border: none;color: #f2f2f2;" multiple="multiple" rows=2>
<!-- Test options dev use
<OPTION value="OANDA:NAS100USD">OANDA:NAS100USD</OPTION>
<OPTION value="OANDA:XAUUSD">OANDA:XAUUSD</OPTION>
<OPTION value="FOREXCOM:DJI">FOREXCOM:DJI</OPTION>
<OPTION value="OANDA:EURUSD">OANDA:EURUSD</OPTION> -->
</SELECT>
</DIV>
<INPUT id="btnRemovePairs" style="background: #ff4343; border: none; width: 84%; border-radius: 2px; font-size: 16px; margin: 8px 8%; color: #000; font-weight: 500;" type="button" value="Remove Selected Pairs"
onclick="btnRemovePairsClick()" />
</DIV>
<!-- <DIV style="width: 100px; display: inline-block;"> </DIV> -->
<DIV class="divPairsSetup" style="text-align: center;">
<H3>Additional charts parameters:</H3>
<SPAN style='color:#777;font-weight:bold'>Timezone</SPAN>
<SELECT name="timezone" id="timezone" style="width:150px" onclick="storeMAN(true, STORAGE_TIMEZONE, this.options[this.selectedIndex].value)">
<OPTION value="Etc/UTC">UTC</OPTION>
<OPTION value="exchange">Exchange</OPTION>
<OPTION value="Pacific/Honolulu">(UTC-10) Honolulu</OPTION>
<OPTION value="America/Vancouver">(UTC-8) Vancouver</OPTION>
<OPTION value="America/Los_Angeles">(UTC-8) Los Angeles</OPTION>
<OPTION value="America/Phoenix">(UTC-7) Phoenix</OPTION>
<OPTION value="America/El_Salvador">(UTC-6) San Salvador</OPTION>
<OPTION value="America/Mexico_City">(UTC-6) Mexico City</OPTION>
<OPTION value="America/Chicago">(UTC-6) Chicago</OPTION>
<OPTION value="America/Bogota">(UTC-5) Bogota</OPTION>
<OPTION value="America/Toronto">(UTC-5) Toronto</OPTION>
<OPTION value="America/New_York">(UTC-5) New York</OPTION>
<OPTION value="America/Caracas">(UTC-4) Caracas</OPTION>
<OPTION value="America/Argentina/Buenos_Aires">(UTC-3) Buenos Aires</OPTION>
<OPTION value="America/Sao_Paulo">(UTC-2) Sao Paulo</OPTION>
<OPTION value="Europe/London" selected="selected">(UTC) London</OPTION>
<OPTION value="Europe/Madrid">(UTC+1) Madrid</OPTION>
<OPTION value="Europe/Paris">(UTC+1) Paris</OPTION>
<OPTION value="Europe/Rome">(UTC+1) Rome</OPTION>
<OPTION value="Europe/Belgrade">(UTC+1) Belgrade</OPTION>
<OPTION value="Europe/Berlin">(UTC+1) Berlin</OPTION>
<OPTION value="Africa/Cairo">(UTC+2) Cairo</OPTION>
<OPTION value="Europe/Luxembourg">(UTC+1) Luxembourg</OPTION>
<OPTION value="Europe/Warsaw">(UTC+1) Warsaw</OPTION>
<OPTION value="Europe/Zurich">(UTC+1) Zurich</OPTION>
<OPTION value="Europe/Athens">(UTC+2) Athens</OPTION>
<OPTION value="Europe/Istanbul">(UTC+3) Istanbul</OPTION>
<OPTION value="Asia/Jerusalem">(UTC+2) Jerusalem</OPTION>
<OPTION value="Asia/Kuwait">(UTC+3) Kuwait</OPTION>
<OPTION value="Europe/Moscow">(UTC+3) Moscow</OPTION>
<OPTION value="Asia/Riyadh">(UTC+3) Riyadh</OPTION>
<OPTION value="Asia/Qatar">(UTC+3) Qatar</OPTION>
<OPTION value="Asia/Tehran">(UTC+3:30) Tehran</OPTION>
<OPTION value="Asia/Dubai">(UTC+4) Dubai</OPTION>
<OPTION value="Asia/Muscat">(UTC+4) Muscat</OPTION>
<OPTION value="Asia/Ashkhabad">(UTC+5) Ashkhabad</OPTION>
<OPTION value="Asia/Kolkata">(UTC+5:30) Kolkata</OPTION>
<OPTION value="Asia/Almaty">(UTC+6) Almaty</OPTION>
<OPTION value="Asia/Bangkok">(UTC+7) Bangkok</OPTION>
<OPTION value="Asia/Taipei">(UTC+8) Taipei</OPTION>
<OPTION value="Asia/Singapore">(UTC+8) Singapore</OPTION>
<OPTION value="Asia/Shanghai">(UTC+8) Shanghai</OPTION>
<OPTION value="Asia/Chongqing">(UTC+8) Chongqing</OPTION>
<OPTION value="Asia/Hong_Kong">(UTC+8) Hong Kong</OPTION>
<OPTION value="Asia/Seoul">(UTC+9) Seoul</OPTION>
<OPTION value="Asia/Tokyo">(UTC+9) Tokyo</OPTION>
<OPTION value="Australia/Brisbane">(UTC+10) Brisbane</OPTION>
<OPTION value="Australia/Adelaide">(UTC+10:30) Adelaide</OPTION>
<OPTION value="Australia/Sydney">(UTC+11) Sydney</OPTION>
<OPTION value="Pacific/Auckland">(UTC+13) New Zealand</OPTION>
<OPTION value="Pacific/Fakaofo">(UTC+13) Tokelau</OPTION>
<OPTION value="Pacific/Chatham">(UTC+13:45) Chatham Islands</OPTION>
</SELECT>
<BR>
<SPAN style='color:#777;font-weight:bold'>Default Interval</SPAN>
<SELECT name="interval" id="interval" style="width:68px" onclick="storeMAN(true, STORAGE_INTERVAL, this.options[this.selectedIndex].value)">
<OPTION value="1">1m</OPTION>
<OPTION value="3">3m</OPTION>
<OPTION value="5">5m</OPTION>
<OPTION value="15">15m</OPTION>
<OPTION value="30">30m</OPTION>
<OPTION value="60">1h</OPTION>
<OPTION value="120">2h</OPTION>
<OPTION value="180">3h</OPTION>
<OPTION value="240">4h</OPTION>
<OPTION value="D" selected="selected">1d</OPTION>
<OPTION value="W">1w</OPTION>
</SELECT>
<BR>
<SPAN for="details" style='color:#777;font-weight:bold'>Show Details</SPAN>
<INPUT id="details" type="checkbox" name="details" checked onclick="storeMAN(true, STORAGE_SHOWDETAILS, this.checked)">
<BR>
<SPAN for="withdateranges" style='color:#777;font-weight:bold'>Show Bottom Toolbar</SPAN>
<INPUT id="withdateranges" type="checkbox" name="withdateranges" checked onclick="storeMAN(true, STORAGE_SHOWBOTTOMTOOLBAR, this.checked)">
<BR>
<SPAN for="allow_symbol_change" style='color:#777;font-weight:bold'>Allow Symbol Change
<SPAN data-balloon-length="fit" data-balloon="Due to limitation of TradingView widget, if you tick this OPTION you will be able to change the Symbol/Pairs in your charts, however it will not be saved in your configurations. The configuration will still be the first Symbol/Pairs that you setup."
data-balloon-pos="up" style="font-weight:bold;border-bottom:1px dotted #999">(?)</SPAN>
</SPAN>
<INPUT id="allow_symbol_change" type="checkbox" name="allow_symbol_change" onclick="storeMAN(true, STORAGE_ALLOWSYMBOLCHANGE, this.checked)">
<BR>
<SPAN for="usesmallbutton" style='color:#777;font-weight:bold'>Use Small Buttons
<SPAN data-balloon-length="fit" data-balloon="Use smaller button size, applies to the following buttons: Open in Coinigy, Show in Fullscreen, Remove this Chart"
data-balloon-pos="up" style="font-weight:bold;border-bottom:1px dotted #999">(?)</SPAN>
</SPAN>
<INPUT id="usesmallbutton" type="checkbox" name="usesmallbutton" onclick="useSmallButtonClick(this)"><br /><br />
<SPAN>
<A id='LetsGo' href="javascript:void(0)" onclick="letsGo()">Done</A>
<A href="javascript:void(0)" onclick="showMultiConfig()">Cancel</A>
</SPAN>
</DIV>
</DIV>
</DIV>
</DIV>
<DIV class="modalInfo">
<DIV>
<DIV style="display:flex; margin-top:20vh; border-radius: 14px; border: 4px dashed black;
background: radial-gradient(circle, rgba(105, 190, 250, .5), rgba(5, 90, 150, .1));">
<P>
<b>MultiCoinCharts!</b>
<br/>
<br/>
<b>New Features:</b>
<br/> Address bar always has your charts so you can copy and paste them easier.
<br/> New Experimental Design of this area.
<br/> Base support for chart alerts!
<br/>
<br/>
<A target="blank" href="https://twitter.com/forever_scg">Bugs, Crashes, or Features! Live support on twitter!</A>
<br/>
<br/>
<A target="blank" href="mailto:[email protected]">Email us for other ideas, business, or to support MultiCoinCharts</A>
<br/>
<br/>
<A target="blank" href="https://github.com/JosiahLeas/josiahleas.github.io">You can help us develop this site if you like it a lot!</A>
<br/>
<br/>
</P>
<DIV style="padding-left: 8px; padding-bottom: 16px;">
<H2>ETH: </H2>
<H4>0x5B878ba97Bae92fc0Aa6133edbF2f58D52350d65</H4>
<H2>BTC: </H2>
<H4>LLS8Ym2t1L5g8f3zjjXCBsJNxn9td7Abn8</H4>
<H2>BTS: </H2>
<H4>openledger-wallet-amis</H4>
</DIV>
</DIV>
<DIV>
<button class="closeBtn" onclick="showInfo()">Close</button>
<!-- <section id="content3">
<H1>leasj </H1>
<H6>
<a href="https://github.com/JosiahLeas/josiahleas.github.io" target="_blank" style="margin: 0; padding: 0;">Github/JosiahLeas</A>
</H6>
<BR>
<H1>P-Medicado </H1>
<H6>
<a href="https://github.com/P-Medicado" target="_blank" style="margin: 0; padding: 0;">Github/P-Medicado</A>
</H6>
<BR>
<H1>WhiteRavenTechnology </H1>
<H6>
<a href="https://github.com/WhiteRavenTechnology" target="_blank" style="margin: 0; padding: 0;">Github/WhiteRavenTechnology</A>
</H6>
<BR>
<H1>shellstrom </H1>
<H6>
<a href="https://github.com/shellstrom" target="_blank" style="margin: 0; padding: 0;">Github/shellstrom</A>
</H6>
<BR>
<H1>qwerty </H1>
<H6>
<a href="https://github.com/qwerty1891" target="_blank" style="margin: 0; padding: 0;">Github/qwerty1891</A>
</H6>
<BR>
<H1>forever.scg </H1>
<H6>
<a href="http://prettysights.com/" target="_blank" style="margin: 0; padding: 0;">http://PrettySights.com/</A>
</H6>
<BR>
</section> -->
</DIV>
</DIV>
</DIV>
<DIV id="addSingleChart" style="text-align: center; display: none;">
<DIV class="divPairsSetup">
<H3 style='color:#eee'>Add in your pairs below to get started (e.g: BITTREX:BTCUSDT, OANDA:EURUSD):</H3>
<INPUT id='SinglepairsInput' onkeydown="addChartToList()" type="text" placeholder="Press enter to add the pairs" />
</DIV>
</DIV>
<DIV id="charts"></DIV>
</DIV>
<DIV class="modalAd">
<DIV>
<DIV style="border-radius: 5px; background-color:white; border: 4px dashed black;
background: radial-gradient(circle, rgba(20, 60, 120, .4), rgba(4, 6, 24, .4));">
<DIV style="padding:75px; color:#fff;">
<H1> Interested in trading Amis? <br><br> Trade it here: <a target="blank" href="https://app.honeyswap.org/#/swap?inputCurrency=0xe91d153e0b41518a2ce8dd3d7944fa863463a97d&outputCurrency=0xd51e1ddd116fff9a71c1b8feeb58113afa2b4d93">https://app.honeyswap.org/#/swap?inputCurrency=0xe91d153e0b41518a2ce8dd3d7944fa863463a97d&outputCurrency=0xd51e1ddd116fff9a71c1b8feeb58113afa2b4d93</a> </H1>
</DIV>
</DIV>
<DIV style="text-align: center; cursor:pointer;"
<button class="closeBtn" onclick="showAd()">Close</button>
</DIV>
<SCRIPT type="text/javascript">
initPage();
</SCRIPT>
</BODY>
</HTML>