First steps to make an binary bot using C#?
I'm not a binary trader. A friend of mine specifically request me to make a simple trading bot using C# ( watch for pattern and place bet if match )
I am thinking about a simple while loop console application
I think i need to register at https://developers.binary.com/applications/ to call apis?
How to I get one if i've not started coding yet?
Can someone share a simple pointer or some boilerplate code for c#
Thank you very much!