sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more
BSD 3-Clause "New" or "Revised" License
237 stars 129 forks source link

Installation (Azure) problem #68

Closed kitcoun closed 6 years ago

kitcoun commented 6 years ago

hello

How to run a program?

image

Does it depend on it?

So what do I do?

sthewissen commented 6 years ago

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.

kitcoun commented 6 years ago

image

Is there anything to fill in?

sthewissen commented 6 years ago

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.

sthewissen commented 6 years ago

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

kitcoun commented 6 years ago

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

I'm sure I've installed it. image

kitcoun commented 6 years ago

image

sthewissen commented 6 years ago

You should be able to publish it using the instructions here:

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

kitcoun commented 6 years ago

That's how I Publish it.

Thank you.

I'll try again.

kitcoun commented 6 years ago

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

kitcoun commented 6 years ago

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

image Where does this log look?

sthewissen commented 6 years ago

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.

kitcoun commented 6 years ago

thank you

These may need to be modified.

image

API error https://github.com/jjxtra/ExchangeSharp/issues/146