├── .gitignore ├── 20201006_175332.jpg ├── README.md ├── StrategyCelery ├── __init__.py ├── celery.py ├── settings.py ├── urls.py └── wsgi.py ├── db.sqlite3 ├── manage.py ├── monthly.png ├── monthly_result_1.png ├── monthly_result_2.png ├── qstrader ├── __init__.py ├── custom_position.py ├── custom_strategy.py └── strategy_backtest.py ├── requirements.txt ├── static ├── hackIDE │ └── ace-builds │ │ └── src │ │ ├── ace.js │ │ ├── ext-beautify.js │ │ ├── ext-chromevox.js │ │ ├── ext-elastic_tabstops_lite.js │ │ ├── ext-emmet.js │ │ ├── ext-error_marker.js │ │ ├── ext-keybinding_menu.js │ │ ├── ext-language_tools.js │ │ ├── ext-linking.js │ │ ├── ext-modelist.js │ │ ├── ext-old_ie.js │ │ ├── ext-searchbox.js │ │ ├── ext-settings_menu.js │ │ ├── ext-spellcheck.js │ │ ├── ext-split.js │ │ ├── ext-static_highlight.js │ │ ├── ext-statusbar.js │ │ ├── ext-textarea.js │ │ ├── ext-themelist.js │ │ ├── ext-whitespace.js │ │ ├── keybinding-emacs.js │ │ ├── keybinding-vim.js │ │ ├── mode-abap.js │ │ ├── mode-abc.js │ │ ├── mode-actionscript.js │ │ ├── mode-ada.js │ │ ├── mode-apache_conf.js │ │ ├── mode-applescript.js │ │ ├── mode-asciidoc.js │ │ ├── mode-assembly_x86.js │ │ ├── mode-autohotkey.js │ │ ├── mode-batchfile.js │ │ ├── mode-bro.js │ │ ├── mode-c9search.js │ │ ├── mode-c_cpp.js │ │ ├── mode-cirru.js │ │ ├── mode-clojure.js │ │ ├── mode-cobol.js │ │ ├── mode-coffee.js │ │ ├── mode-coldfusion.js │ │ ├── mode-csharp.js │ │ ├── mode-css.js │ │ ├── mode-curly.js │ │ ├── mode-d.js │ │ ├── mode-dart.js │ │ ├── mode-diff.js │ │ ├── mode-django.js │ │ ├── mode-dockerfile.js │ │ ├── mode-dot.js │ │ ├── mode-drools.js │ │ ├── mode-eiffel.js │ │ ├── mode-ejs.js │ │ ├── mode-elixir.js │ │ ├── mode-elm.js │ │ ├── mode-erlang.js │ │ ├── mode-forth.js │ │ ├── mode-fortran.js │ │ ├── mode-ftl.js │ │ ├── mode-gcode.js │ │ ├── mode-gherkin.js │ │ ├── mode-gitignore.js │ │ ├── mode-glsl.js │ │ ├── mode-gobstones.js │ │ ├── mode-golang.js │ │ ├── mode-groovy.js │ │ ├── mode-haml.js │ │ ├── mode-handlebars.js │ │ ├── mode-haskell.js │ │ ├── mode-haskell_cabal.js │ │ ├── mode-haxe.js │ │ ├── mode-hjson.js │ │ ├── mode-html.js │ │ ├── mode-html_elixir.js │ │ ├── mode-html_ruby.js │ │ ├── mode-ini.js │ │ ├── mode-io.js │ │ ├── mode-jack.js │ │ ├── mode-jade.js │ │ ├── mode-java.js │ │ ├── mode-javascript.js │ │ ├── mode-json.js │ │ ├── mode-jsoniq.js │ │ ├── mode-jsp.js │ │ ├── mode-jsx.js │ │ ├── mode-julia.js │ │ ├── mode-kotlin.js │ │ ├── mode-latex.js │ │ ├── mode-lean.js │ │ ├── mode-less.js │ │ ├── mode-liquid.js │ │ ├── mode-lisp.js │ │ ├── mode-live_script.js │ │ ├── mode-livescript.js │ │ ├── mode-logiql.js │ │ ├── mode-lsl.js │ │ ├── mode-lua.js │ │ ├── mode-luapage.js │ │ ├── mode-lucene.js │ │ ├── mode-makefile.js │ │ ├── mode-markdown.js │ │ ├── mode-mask.js │ │ ├── mode-matlab.js │ │ ├── mode-mavens_mate_log.js │ │ ├── mode-maze.js │ │ ├── mode-mel.js │ │ ├── mode-mips_assembler.js │ │ ├── mode-mipsassembler.js │ │ ├── mode-mushcode.js │ │ ├── mode-mysql.js │ │ ├── mode-nix.js │ │ ├── mode-nsis.js │ │ ├── mode-objectivec.js │ │ ├── mode-ocaml.js │ │ ├── mode-pascal.js │ │ ├── mode-perl.js │ │ ├── mode-pgsql.js │ │ ├── mode-php.js │ │ ├── mode-plain_text.js │ │ ├── mode-powershell.js │ │ ├── mode-praat.js │ │ ├── mode-prolog.js │ │ ├── mode-properties.js │ │ ├── mode-protobuf.js │ │ ├── mode-python.js │ │ ├── mode-r.js │ │ ├── mode-razor.js │ │ ├── mode-rdoc.js │ │ ├── mode-rhtml.js │ │ ├── mode-rst.js │ │ ├── mode-ruby.js │ │ ├── mode-rust.js │ │ ├── mode-sass.js │ │ ├── mode-scad.js │ │ ├── mode-scala.js │ │ ├── mode-scheme.js │ │ ├── mode-scss.js │ │ ├── mode-sh.js │ │ ├── mode-sjs.js │ │ ├── mode-smarty.js │ │ ├── mode-snippets.js │ │ ├── mode-soy_template.js │ │ ├── mode-space.js │ │ ├── mode-sql.js │ │ ├── mode-sqlserver.js │ │ ├── mode-stylus.js │ │ ├── mode-svg.js │ │ ├── mode-swift.js │ │ ├── mode-swig.js │ │ ├── mode-tcl.js │ │ ├── mode-tex.js │ │ ├── mode-text.js │ │ ├── mode-textile.js │ │ ├── mode-toml.js │ │ ├── mode-tsx.js │ │ ├── mode-twig.js │ │ ├── mode-typescript.js │ │ ├── mode-vala.js │ │ ├── mode-vbscript.js │ │ ├── mode-velocity.js │ │ ├── mode-verilog.js │ │ ├── mode-vhdl.js │ │ ├── mode-wollok.js │ │ ├── mode-xml.js │ │ ├── mode-xquery.js │ │ ├── mode-yaml.js │ │ ├── snippets │ │ ├── abap.js │ │ ├── abc.js │ │ ├── actionscript.js │ │ ├── ada.js │ │ ├── apache_conf.js │ │ ├── applescript.js │ │ ├── asciidoc.js │ │ ├── assembly_x86.js │ │ ├── autohotkey.js │ │ ├── batchfile.js │ │ ├── bro.js │ │ ├── c9search.js │ │ ├── c_cpp.js │ │ ├── cirru.js │ │ ├── clojure.js │ │ ├── cobol.js │ │ ├── coffee.js │ │ ├── coldfusion.js │ │ ├── csharp.js │ │ ├── css.js │ │ ├── curly.js │ │ ├── d.js │ │ ├── dart.js │ │ ├── diff.js │ │ ├── django.js │ │ ├── dockerfile.js │ │ ├── dot.js │ │ ├── drools.js │ │ ├── eiffel.js │ │ ├── ejs.js │ │ ├── elixir.js │ │ ├── elm.js │ │ ├── erlang.js │ │ ├── forth.js │ │ ├── fortran.js │ │ ├── ftl.js │ │ ├── gcode.js │ │ ├── gherkin.js │ │ ├── gitignore.js │ │ ├── glsl.js │ │ ├── gobstones.js │ │ ├── golang.js │ │ ├── groovy.js │ │ ├── haml.js │ │ ├── handlebars.js │ │ ├── haskell.js │ │ ├── haskell_cabal.js │ │ ├── haxe.js │ │ ├── hjson.js │ │ ├── html.js │ │ ├── html_elixir.js │ │ ├── html_ruby.js │ │ ├── ini.js │ │ ├── io.js │ │ ├── jack.js │ │ ├── jade.js │ │ ├── java.js │ │ ├── javascript.js │ │ ├── json.js │ │ ├── jsoniq.js │ │ ├── jsp.js │ │ ├── jsx.js │ │ ├── julia.js │ │ ├── kotlin.js │ │ ├── latex.js │ │ ├── lean.js │ │ ├── less.js │ │ ├── liquid.js │ │ ├── lisp.js │ │ ├── live_script.js │ │ ├── livescript.js │ │ ├── logiql.js │ │ ├── lsl.js │ │ ├── lua.js │ │ ├── luapage.js │ │ ├── lucene.js │ │ ├── makefile.js │ │ ├── markdown.js │ │ ├── mask.js │ │ ├── matlab.js │ │ ├── maze.js │ │ ├── mel.js │ │ ├── mips_assembler.js │ │ ├── mipsassembler.js │ │ ├── mushcode.js │ │ ├── mysql.js │ │ ├── nix.js │ │ ├── nsis.js │ │ ├── objectivec.js │ │ ├── ocaml.js │ │ ├── pascal.js │ │ ├── perl.js │ │ ├── pgsql.js │ │ ├── php.js │ │ ├── plain_text.js │ │ ├── powershell.js │ │ ├── praat.js │ │ ├── prolog.js │ │ ├── properties.js │ │ ├── protobuf.js │ │ ├── python.js │ │ ├── r.js │ │ ├── razor.js │ │ ├── rdoc.js │ │ ├── rhtml.js │ │ ├── rst.js │ │ ├── ruby.js │ │ ├── rust.js │ │ ├── sass.js │ │ ├── scad.js │ │ ├── scala.js │ │ ├── scheme.js │ │ ├── scss.js │ │ ├── sh.js │ │ ├── sjs.js │ │ ├── smarty.js │ │ ├── snippets.js │ │ ├── soy_template.js │ │ ├── space.js │ │ ├── sql.js │ │ ├── sqlserver.js │ │ ├── stylus.js │ │ ├── svg.js │ │ ├── swift.js │ │ ├── swig.js │ │ ├── tcl.js │ │ ├── tex.js │ │ ├── text.js │ │ ├── textile.js │ │ ├── toml.js │ │ ├── tsx.js │ │ ├── twig.js │ │ ├── typescript.js │ │ ├── vala.js │ │ ├── vbscript.js │ │ ├── velocity.js │ │ ├── verilog.js │ │ ├── vhdl.js │ │ ├── wollok.js │ │ ├── xml.js │ │ ├── xquery.js │ │ └── yaml.js │ │ ├── theme-ambiance.js │ │ ├── theme-chaos.js │ │ ├── theme-chrome.js │ │ ├── theme-clouds.js │ │ ├── theme-clouds_midnight.js │ │ ├── theme-cobalt.js │ │ ├── theme-crimson_editor.js │ │ ├── theme-dawn.js │ │ ├── theme-dreamweaver.js │ │ ├── theme-eclipse.js │ │ ├── theme-github.js │ │ ├── theme-idle_fingers.js │ │ ├── theme-iplastic.js │ │ ├── theme-katzenmilch.js │ │ ├── theme-kr_theme.js │ │ ├── theme-kuroir.js │ │ ├── theme-merbivore.js │ │ ├── theme-merbivore_soft.js │ │ ├── theme-mono_industrial.js │ │ ├── theme-monokai.js │ │ ├── theme-pastel_on_dark.js │ │ ├── theme-solarized_dark.js │ │ ├── theme-solarized_light.js │ │ ├── theme-sqlserver.js │ │ ├── theme-terminal.js │ │ ├── theme-textmate.js │ │ ├── theme-tomorrow.js │ │ ├── theme-tomorrow_night.js │ │ ├── theme-tomorrow_night_blue.js │ │ ├── theme-tomorrow_night_bright.js │ │ ├── theme-tomorrow_night_eighties.js │ │ ├── theme-twilight.js │ │ ├── theme-vibrant_ink.js │ │ ├── theme-xcode.js │ │ ├── worker-coffee.js │ │ ├── worker-css.js │ │ ├── worker-html.js │ │ ├── worker-javascript.js │ │ ├── worker-json.js │ │ ├── worker-lua.js │ │ ├── worker-php.js │ │ ├── worker-xml.js │ │ └── worker-xquery.js ├── img │ ├── Loading.gif │ └── backtest_result.png └── js │ ├── new_strategy.js │ ├── running_jobs.js │ ├── strategy.js │ ├── strategy_page.js │ └── strategy_run.js ├── strategyceleryapp ├── __init__.py ├── admin.py ├── apps.py ├── forms.py ├── migrations │ ├── 0001_initial.py │ ├── 0002_daily_price_symbol.py │ ├── 0003_strategy_output.py │ ├── 0004_auto_20170220_0912.py │ ├── 0005_auto_20170221_0341.py │ ├── 0006_auto_20170614_0629.py │ └── __init__.py ├── models.py ├── tasks.py ├── tests.py └── views.py ├── templates ├── base.html ├── contact.html ├── header.html ├── index.html ├── login.html ├── new_strategy.html ├── running_jobs.html ├── strategy.html ├── strategy_page.html └── strategy_run.html └── website_backtest_result.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/.gitignore -------------------------------------------------------------------------------- /20201006_175332.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/20201006_175332.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/README.md -------------------------------------------------------------------------------- /StrategyCelery/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /StrategyCelery/celery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/StrategyCelery/celery.py -------------------------------------------------------------------------------- /StrategyCelery/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/StrategyCelery/settings.py -------------------------------------------------------------------------------- /StrategyCelery/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/StrategyCelery/urls.py -------------------------------------------------------------------------------- /StrategyCelery/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/StrategyCelery/wsgi.py -------------------------------------------------------------------------------- /db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/db.sqlite3 -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/manage.py -------------------------------------------------------------------------------- /monthly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/monthly.png -------------------------------------------------------------------------------- /monthly_result_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/monthly_result_1.png -------------------------------------------------------------------------------- /monthly_result_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/monthly_result_2.png -------------------------------------------------------------------------------- /qstrader/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qstrader/custom_position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/qstrader/custom_position.py -------------------------------------------------------------------------------- /qstrader/custom_strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/qstrader/custom_strategy.py -------------------------------------------------------------------------------- /qstrader/strategy_backtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/qstrader/strategy_backtest.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Django==1.10.5 2 | -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ace.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-beautify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-beautify.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-chromevox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-chromevox.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-elastic_tabstops_lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-elastic_tabstops_lite.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-emmet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-emmet.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-error_marker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-error_marker.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-keybinding_menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-keybinding_menu.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-language_tools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-language_tools.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-linking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-linking.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-modelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-modelist.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-old_ie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-old_ie.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-searchbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-searchbox.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-settings_menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-settings_menu.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-spellcheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-spellcheck.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-split.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-split.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-static_highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-static_highlight.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-statusbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-statusbar.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-textarea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-textarea.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-themelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-themelist.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/ext-whitespace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/ext-whitespace.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/keybinding-emacs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/keybinding-emacs.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/keybinding-vim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/keybinding-vim.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-abap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-abap.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-abc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-abc.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-actionscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-actionscript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-ada.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-ada.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-apache_conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-apache_conf.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-applescript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-applescript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-asciidoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-asciidoc.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-assembly_x86.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-assembly_x86.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-autohotkey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-autohotkey.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-batchfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-batchfile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-bro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-bro.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-c9search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-c9search.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-c_cpp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-c_cpp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-cirru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-cirru.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-clojure.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-clojure.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-cobol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-cobol.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-coffee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-coffee.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-coldfusion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-coldfusion.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-csharp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-csharp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-css.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-curly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-curly.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-d.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-dart.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-diff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-diff.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-django.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-django.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-dockerfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-dockerfile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-dot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-dot.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-drools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-drools.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-eiffel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-eiffel.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-ejs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-ejs.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-elixir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-elixir.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-elm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-elm.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-erlang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-erlang.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-forth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-forth.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-fortran.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-fortran.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-ftl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-ftl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-gcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-gcode.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-gherkin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-gherkin.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-gitignore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-gitignore.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-glsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-glsl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-gobstones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-gobstones.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-golang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-golang.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-groovy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-groovy.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-haml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-haml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-handlebars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-handlebars.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-haskell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-haskell.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-haskell_cabal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-haskell_cabal.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-haxe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-haxe.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-hjson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-hjson.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-html.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-html_elixir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-html_elixir.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-html_ruby.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-html_ruby.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-ini.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-ini.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-io.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-io.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-jack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-jack.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-jade.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-jade.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-java.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-java.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-javascript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-json.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-jsoniq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-jsoniq.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-jsp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-jsp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-jsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-jsx.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-julia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-julia.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-kotlin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-kotlin.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-latex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-latex.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-lean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-lean.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-less.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-less.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-liquid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-liquid.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-lisp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-lisp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-live_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-live_script.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-livescript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-livescript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-logiql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-logiql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-lsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-lsl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-lua.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-luapage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-luapage.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-lucene.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-lucene.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-makefile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-makefile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-markdown.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-mask.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-mask.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-matlab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-matlab.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-mavens_mate_log.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-mavens_mate_log.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-maze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-maze.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-mel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-mel.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-mips_assembler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-mips_assembler.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-mipsassembler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-mipsassembler.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-mushcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-mushcode.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-mysql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-mysql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-nix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-nix.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-nsis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-nsis.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-objectivec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-objectivec.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-ocaml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-ocaml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-pascal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-pascal.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-perl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-perl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-pgsql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-pgsql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-php.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-plain_text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-plain_text.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-powershell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-powershell.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-praat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-praat.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-prolog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-prolog.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-properties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-properties.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-protobuf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-protobuf.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-python.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-python.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-r.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-razor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-razor.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-rdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-rdoc.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-rhtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-rhtml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-rst.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-rst.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-ruby.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-ruby.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-rust.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-rust.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-sass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-sass.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-scad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-scad.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-scala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-scala.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-scheme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-scheme.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-scss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-scss.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-sh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-sh.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-sjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-sjs.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-smarty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-smarty.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-snippets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-snippets.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-soy_template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-soy_template.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-space.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-space.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-sql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-sqlserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-sqlserver.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-stylus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-stylus.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-svg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-svg.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-swift.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-swift.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-swig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-swig.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-tcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-tcl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-tex.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-text.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-textile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-textile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-toml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-toml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-tsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-tsx.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-twig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-twig.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-typescript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-typescript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-vala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-vala.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-vbscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-vbscript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-velocity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-velocity.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-verilog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-verilog.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-vhdl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-vhdl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-wollok.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-wollok.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-xml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-xquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-xquery.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/mode-yaml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/mode-yaml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/abap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/abap.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/abc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/abc.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/actionscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/actionscript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/ada.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/ada.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/apache_conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/apache_conf.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/applescript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/applescript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/asciidoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/asciidoc.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/assembly_x86.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/assembly_x86.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/autohotkey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/autohotkey.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/batchfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/batchfile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/bro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/bro.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/c9search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/c9search.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/c_cpp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/c_cpp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/cirru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/cirru.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/clojure.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/clojure.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/cobol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/cobol.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/coffee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/coffee.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/coldfusion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/coldfusion.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/csharp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/csharp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/css.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/curly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/curly.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/d.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/dart.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/diff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/diff.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/django.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/django.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/dockerfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/dockerfile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/dot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/dot.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/drools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/drools.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/eiffel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/eiffel.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/ejs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/ejs.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/elixir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/elixir.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/elm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/elm.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/erlang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/erlang.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/forth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/forth.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/fortran.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/fortran.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/ftl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/ftl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/gcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/gcode.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/gherkin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/gherkin.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/gitignore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/gitignore.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/glsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/glsl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/gobstones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/gobstones.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/golang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/golang.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/groovy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/groovy.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/haml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/haml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/handlebars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/handlebars.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/haskell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/haskell.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/haskell_cabal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/haskell_cabal.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/haxe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/haxe.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/hjson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/hjson.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/html.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/html_elixir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/html_elixir.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/html_ruby.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/html_ruby.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/ini.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/ini.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/io.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/io.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/jack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/jack.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/jade.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/jade.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/java.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/java.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/javascript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/json.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/jsoniq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/jsoniq.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/jsp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/jsp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/jsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/jsx.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/julia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/julia.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/kotlin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/kotlin.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/latex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/latex.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/lean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/lean.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/less.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/less.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/liquid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/liquid.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/lisp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/lisp.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/live_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/live_script.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/livescript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/livescript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/logiql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/logiql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/lsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/lsl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/lua.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/luapage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/luapage.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/lucene.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/lucene.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/makefile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/makefile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/markdown.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/mask.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/mask.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/matlab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/matlab.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/maze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/maze.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/mel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/mel.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/mips_assembler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/mips_assembler.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/mipsassembler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/mipsassembler.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/mushcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/mushcode.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/mysql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/mysql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/nix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/nix.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/nsis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/nsis.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/objectivec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/objectivec.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/ocaml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/ocaml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/pascal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/pascal.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/perl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/perl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/pgsql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/pgsql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/php.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/plain_text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/plain_text.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/powershell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/powershell.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/praat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/praat.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/prolog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/prolog.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/properties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/properties.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/protobuf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/protobuf.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/python.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/python.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/r.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/razor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/razor.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/rdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/rdoc.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/rhtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/rhtml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/rst.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/rst.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/ruby.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/ruby.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/rust.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/rust.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/sass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/sass.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/scad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/scad.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/scala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/scala.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/scheme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/scheme.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/scss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/scss.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/sh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/sh.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/sjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/sjs.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/smarty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/smarty.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/snippets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/snippets.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/soy_template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/soy_template.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/space.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/space.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/sql.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/sqlserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/sqlserver.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/stylus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/stylus.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/svg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/svg.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/swift.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/swift.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/swig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/swig.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/tcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/tcl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/tex.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/text.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/textile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/textile.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/toml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/toml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/tsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/tsx.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/twig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/twig.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/typescript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/typescript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/vala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/vala.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/vbscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/vbscript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/velocity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/velocity.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/verilog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/verilog.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/vhdl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/vhdl.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/wollok.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/wollok.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/xml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/xquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/xquery.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/snippets/yaml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/snippets/yaml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-ambiance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-ambiance.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-chaos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-chaos.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-chrome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-chrome.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-clouds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-clouds.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-clouds_midnight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-clouds_midnight.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-cobalt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-cobalt.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-crimson_editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-crimson_editor.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-dawn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-dawn.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-dreamweaver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-dreamweaver.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-eclipse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-eclipse.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-github.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-github.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-idle_fingers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-idle_fingers.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-iplastic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-iplastic.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-katzenmilch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-katzenmilch.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-kr_theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-kr_theme.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-kuroir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-kuroir.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-merbivore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-merbivore.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-merbivore_soft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-merbivore_soft.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-mono_industrial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-mono_industrial.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-monokai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-monokai.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-pastel_on_dark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-pastel_on_dark.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-solarized_dark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-solarized_dark.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-solarized_light.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-solarized_light.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-sqlserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-sqlserver.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-terminal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-terminal.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-textmate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-textmate.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-tomorrow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-tomorrow.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-tomorrow_night.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-tomorrow_night.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-tomorrow_night_blue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-tomorrow_night_blue.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-tomorrow_night_bright.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-tomorrow_night_bright.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-tomorrow_night_eighties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-tomorrow_night_eighties.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-twilight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-twilight.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-vibrant_ink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-vibrant_ink.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/theme-xcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/theme-xcode.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-coffee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-coffee.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-css.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-html.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-javascript.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-json.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-lua.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-php.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-xml.js -------------------------------------------------------------------------------- /static/hackIDE/ace-builds/src/worker-xquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/hackIDE/ace-builds/src/worker-xquery.js -------------------------------------------------------------------------------- /static/img/Loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/img/Loading.gif -------------------------------------------------------------------------------- /static/img/backtest_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/img/backtest_result.png -------------------------------------------------------------------------------- /static/js/new_strategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/js/new_strategy.js -------------------------------------------------------------------------------- /static/js/running_jobs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/js/running_jobs.js -------------------------------------------------------------------------------- /static/js/strategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/js/strategy.js -------------------------------------------------------------------------------- /static/js/strategy_page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/js/strategy_page.js -------------------------------------------------------------------------------- /static/js/strategy_run.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/static/js/strategy_run.js -------------------------------------------------------------------------------- /strategyceleryapp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /strategyceleryapp/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/admin.py -------------------------------------------------------------------------------- /strategyceleryapp/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/apps.py -------------------------------------------------------------------------------- /strategyceleryapp/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/forms.py -------------------------------------------------------------------------------- /strategyceleryapp/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/migrations/0001_initial.py -------------------------------------------------------------------------------- /strategyceleryapp/migrations/0002_daily_price_symbol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/migrations/0002_daily_price_symbol.py -------------------------------------------------------------------------------- /strategyceleryapp/migrations/0003_strategy_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/migrations/0003_strategy_output.py -------------------------------------------------------------------------------- /strategyceleryapp/migrations/0004_auto_20170220_0912.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/migrations/0004_auto_20170220_0912.py -------------------------------------------------------------------------------- /strategyceleryapp/migrations/0005_auto_20170221_0341.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/migrations/0005_auto_20170221_0341.py -------------------------------------------------------------------------------- /strategyceleryapp/migrations/0006_auto_20170614_0629.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/migrations/0006_auto_20170614_0629.py -------------------------------------------------------------------------------- /strategyceleryapp/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /strategyceleryapp/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/models.py -------------------------------------------------------------------------------- /strategyceleryapp/tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/tasks.py -------------------------------------------------------------------------------- /strategyceleryapp/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/tests.py -------------------------------------------------------------------------------- /strategyceleryapp/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/strategyceleryapp/views.py -------------------------------------------------------------------------------- /templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/base.html -------------------------------------------------------------------------------- /templates/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/contact.html -------------------------------------------------------------------------------- /templates/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/header.html -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/login.html -------------------------------------------------------------------------------- /templates/new_strategy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/new_strategy.html -------------------------------------------------------------------------------- /templates/running_jobs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/running_jobs.html -------------------------------------------------------------------------------- /templates/strategy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/strategy.html -------------------------------------------------------------------------------- /templates/strategy_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/strategy_page.html -------------------------------------------------------------------------------- /templates/strategy_run.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/templates/strategy_run.html -------------------------------------------------------------------------------- /website_backtest_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easytrader/StrategyCeleryWebsite/HEAD/website_backtest_result.png --------------------------------------------------------------------------------