data from my trading account
-
I need help to gather data from my trading account, specifically the balance and the floating amount (which refers to the amount that has not yet been closed, but may be in loss or profit). I would like these data to be collected every hour and stored in a file so that I can graph the growth of the account in contrast to the movement of the floating amount over time.
-
@Alan-paredes2 You can do this:

-
@l-andorrà si ya la había conseguido, ahora estoy tratando de sacar los datos pasados, solo he podido sacar los datos en tiempo real, datos históricos no he podido sacarlos
-
Es que para eso necesitarás un bucle que vaya a buscar esa información. No hay ningún bloque de fxDreema que lo haga. Necesitarás custom code para ello, lo siento.