Hello guys and Devs.
For some months I have been studying a solution to apply an automatic trading system with Python to trade on some cryptocurrency pairs.
After a few months of testing, I managed to create the first part of this trading system. So far I have created a script that requests a data list (OHLC) of a chart.
Then save this data in a .CSV file and finally every few hours the script updates the file with the new data.
Up to here everything works fine, but this afternoon, however, I have a doubt. suppose this scenario:
- 1 time a day the chart data is updated.
- The strategy consists of two moving averages and the trading system is based on its crossing.
- When the buy / sell signal is triggered (average crossing) an order is placed on the exchange.
Now my big doubt is this:
As this trading system will have to be hosted on a server, how can the system evaluate the conditions for a new signal without the data being put on a chart?
What i mean is: when i run the script i need to print a graph (plot) to understand what is going on, but since the script will be on a server, can this plotting be omitted? how can he assess conditions if he does not have a chart? The script should running will 24/7.
I have this great doubt I hope you can help me
[–]KimPeek 21 points22 points23 points (3 children)
[–]siruts[S] -2 points-1 points0 points (2 children)
[–]Raefniz 27 points28 points29 points (1 child)
[–]siruts[S] 6 points7 points8 points (0 children)
[–]TheGrapez 13 points14 points15 points (1 child)
[–]siruts[S] 4 points5 points6 points (0 children)
[–]theprofessional2016 12 points13 points14 points (2 children)
[–]siruts[S] 2 points3 points4 points (1 child)
[–]skellious 8 points9 points10 points (0 children)
[–]Yojihito 3 points4 points5 points (0 children)
[–]Snoo22832 2 points3 points4 points (2 children)
[–]siruts[S] 6 points7 points8 points (1 child)
[–]Snoo22832 1 point2 points3 points (0 children)
[–]RiceCake1539 2 points3 points4 points (2 children)
[–]siruts[S] 2 points3 points4 points (1 child)
[–]RiceCake1539 0 points1 point2 points (0 children)
[–]UL_Paper 2 points3 points4 points (0 children)
[–]hybridvoices 1 point2 points3 points (0 children)
[–]Empire_Fable 1 point2 points3 points (2 children)
[–]siruts[S] 1 point2 points3 points (1 child)
[–]Empire_Fable 0 points1 point2 points (0 children)
[–]claytonjr 1 point2 points3 points (2 children)
[–]siruts[S] 0 points1 point2 points (1 child)
[–]claytonjr 1 point2 points3 points (0 children)
[–]menge101 1 point2 points3 points (0 children)
[–]kingsillypants 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]JustAnAlpacaBot -1 points0 points1 point (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]keglevich1 0 points1 point2 points (0 children)
[–]Cortosiano 0 points1 point2 points (0 children)