sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation (Azure) problem

kitcoun opened this issue · comments

hello

How to run a program?

image

Does it depend on it?

So what do I do?

If everything is set up correctly these should run automatically. These are Timer Functions which mean that they run automatically on set intervals. The BuyTimer runs every hour and the SellTimer every minute.

image

Is there anything to fill in?

No there is not. If the Azure Functions project is correctly deployed you should be seeing this because the code is deployed in compiled form.

Both of those WebApps are not necessary to run it. The only thing you need is the Function App. Did you also install the Azure Functions SDK? See this page for more details:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-vs

I create a new configuration file deployment that will become WebApps.

I'm sure I've installed it.
image

That's how I Publish it.

Thank you.

I'll try again.

There was a problem with my Visual Studio tool,When I fix it, can normal release it.

I How do I determine whether the Function App is normal operation?

image
Where does this log look?

The log gets written to the section with the loop icon on the left side menu for your function. In English it's called Monitor.

thank you

These may need to be modified.

image

API error
DigitalRuby/ExchangeSharp#146