Skip to content
Snippets Groups Projects
Commit 05a4238e authored by benjamin.anthonio's avatar benjamin.anthonio
Browse files

docs : add some pictures

parent 3e958902
Branches
No related tags found
No related merge requests found
Showing
with 4 additions and 4 deletions
docs/img/explication_candle.png

99.5 KiB

docs/img/illustration_rapport.jpg

102 KiB

docs/img/logoBinance.png

4.63 KiB

docs/img/resultats/candleGraphZoom.png

38.8 KiB

docs/img/resultats/priceGraphZoom.png

61.5 KiB

docs/img/schemaTechno.png

39.1 KiB

docs/img/soutien_resistance.png

490 KiB

docs/img/y1_rogne.png

24.4 KiB

docs/img/y2_rogne.png

18.8 KiB

docs/img/y3_rogne.png

16.5 KiB

docs/img/y4_rogne.png

19.5 KiB

docs/img/y5_rogne.png

24.4 KiB

docs/img/y6_rogne.png

17.1 KiB

docs/img/y7_rogne.png

16.9 KiB

docs/img/y8_rogne.png

14.3 KiB

......@@ -91,7 +91,7 @@ public class ApiService {
Optional<List<Candle>> optJsonCandles = this.getCandlesFromAPI(startDate, endDate);
List<Candle> candles = optJsonCandles.orElse(null);
if (candles != null) {
this.simulateurService.setCandles(candles);
this.simulateurService.setCandles(candles);
System.out.println("init list candles sim");
}
else {
......
......@@ -14,9 +14,9 @@
"integrity": "sha512-nifxXJ95JNLFR2NgRV4/MxVP45G9909wJTEKz5fg/TZS20JJZA6hfgRVh/bC9bwl2zBtBNcYPjiBE4njQHVBwQ=="
},
"node_modules/lightweight-charts": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-5.0.3.tgz",
"integrity": "sha512-/ve4wbdwAJqaexZ07HZ1bb36ZeI03ZEcqd2ttAXAcbX7/csbPqueBZmF2/jF0dPsWNvelUP9qzDR//o9625OqQ==",
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-5.0.4.tgz",
"integrity": "sha512-t+xukKuenIqp9dasWe9Cq28F3La2qBPYUIq7vX69wB8T98OwpCKR+k/JwRLO6N0Iw0llcFMncodG8vRYyuVNJg==",
"dependencies": {
"fancy-canvas": "2.1.0"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment