Syntax error while compiling C:\Users\ASko.251116\Desktop\9.lua: C:\Users\ASko.251116\Desktop\9.lua:8: 'then' expected near '=' вот такая ошибка не пойму как устранить, вот код
run = true
function main()
while run do
PriceStep = getParamEx('SPBFUT', 'RIH7' , 'SEC_PRICE_STEP').param_value
Priceb = tonumber(getParamEx('SPBFUT', 'RIH7', 'offer').param_value)
if Priceb=188000 then
message("покупайте")
end
sleep(1000)
end
end
function OnStop()
run = false
end
run = true
function main()
while run do
PriceStep = getParamEx('SPBFUT', 'RIH7' , 'SEC_PRICE_STEP').param_value
Priceb = tonumber(getParamEx('SPBFUT', 'RIH7', 'offer').param_value)
if Priceb=188000 then
message("покупайте")
end
sleep(1000)
end
end
function OnStop()
run = false
end