├── CHANGELOG ├── README.md ├── _config.yml └── misc ├── candleListExample.JPG ├── chromeProfileExample.JPG ├── configurationGif.gif ├── images.txt ├── liveOptionsGif.gif ├── motorBackExcel5.PNG ├── motorBackExcel6.PNG ├── motorBackResultsTab.PNG ├── pairsListExample.JPG ├── reportMainPage.JPG ├── reportProgressIndicator.JPG ├── reportSummaryChart.JPG ├── reportTradeListChart.JPG └── strategiesChartProperties.PNG /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/CHANGELOG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | markdown: GFM 2 | -------------------------------------------------------------------------------- /misc/candleListExample.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/candleListExample.JPG -------------------------------------------------------------------------------- /misc/chromeProfileExample.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/chromeProfileExample.JPG -------------------------------------------------------------------------------- /misc/configurationGif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/configurationGif.gif -------------------------------------------------------------------------------- /misc/images.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /misc/liveOptionsGif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/liveOptionsGif.gif -------------------------------------------------------------------------------- /misc/motorBackExcel5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/motorBackExcel5.PNG -------------------------------------------------------------------------------- /misc/motorBackExcel6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/motorBackExcel6.PNG -------------------------------------------------------------------------------- /misc/motorBackResultsTab.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/motorBackResultsTab.PNG -------------------------------------------------------------------------------- /misc/pairsListExample.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/pairsListExample.JPG -------------------------------------------------------------------------------- /misc/reportMainPage.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/reportMainPage.JPG -------------------------------------------------------------------------------- /misc/reportProgressIndicator.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/reportProgressIndicator.JPG -------------------------------------------------------------------------------- /misc/reportSummaryChart.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/reportSummaryChart.JPG -------------------------------------------------------------------------------- /misc/reportTradeListChart.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/reportTradeListChart.JPG -------------------------------------------------------------------------------- /misc/strategiesChartProperties.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motorback/motorBackTV/HEAD/misc/strategiesChartProperties.PNG --------------------------------------------------------------------------------