Reading Values From Indicators
Hello all, i am designing a program in python or c++ that will take values from indicators and execute trades based on their values. i searched in the API Playground and everything but i cannot find indicator read functions. How do i make my program get indicator values?
Tagged:
Comments
You would want to use the
Ticks
CallAnd this would do what exactly?
if you are writting in c++ i suggest you to make a robot in mt5 where you can combine all indicators and send via a tcp socket all informations that you need in you c++ binary application.
is hard to combine you the indicators if you already have it in mt5 ans easy to use.