/
ichechet
/
QuikPy
Обзор
Документация
Войти
/
ichechet
/
QuikPy
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
QUIK/lua/Quik_2.lua
15 строк
866 B
Игорь Чечет
Initial commit
14 фев 2021, 13:47
14 фев 2021, 13:47
87425df
Код
Авторство
О чём код?
--~ Copyright (c) 2014-2020 QUIKSharp Authors https://github.com/finsight/QUIKSharp/blob/master/AUTHORS.md. All rights reserved. --~ Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information. script_path = getScriptPath() package.path = package.path .. ";" .. script_path .. "\\?.lua;" .. script_path .. "\\?.luac"..";"..".\\?.lua;"..".\\?.luac" require("QuikSharp") -- Do not edit this file. Just copy it and save with a different name. Then write required params for it inside config.json file -- Не редактируйте этой файл. Просто скопируйте и сохраните под другим именем. После этого укажите настройки для него в файле config.json function main() if setup(scriptFilename()) then run() end end