nickbyvaltsev
Budget: $10 – $30 USD
As data, reports on completed transactions on the trading robot are used.
The task is to make a parser that can be used again. Desired implementations - VBA or Python
PARSING
The format of the downloaded data is represented by a txt file (an example is in the attached files, see "Download data"). From the presented file, you need to parse the Comment string, it is quite large, all data is presented in the format "Parameter: Value" or "Parameter (indicators) = Value". Separation should take place by columns, and the number of parameters (EMA, MAvg, BTC) can vary from 0 to 100. As a result, you should get a file as in the example (see "Parse") in Excel format. Link below.
https://drive.google.com/drive/folders/12PJsbikLsOO8jY0qQsxotSSi3B6vwkRo?usp=sharing
There are several types of strategies: PumpDetection, DropsDetection, Moonshot, MoonHook, EMA, Liq. Each type of strategy has a different Comment string. It's worth paying attention to
The task is to make a parser that can be used again. Desired implementations - VBA or Python
PARSING
The format of the downloaded data is represented by a txt file (an example is in the attached files, see "Download data"). From the presented file, you need to parse the Comment string, it is quite large, all data is presented in the format "Parameter: Value" or "Parameter (indicators) = Value". Separation should take place by columns, and the number of parameters (EMA, MAvg, BTC) can vary from 0 to 100. As a result, you should get a file as in the example (see "Parse") in Excel format. Link below.
https://drive.google.com/drive/folders/12PJsbikLsOO8jY0qQsxotSSi3B6vwkRo?usp=sharing
There are several types of strategies: PumpDetection, DropsDetection, Moonshot, MoonHook, EMA, Liq. Each type of strategy has a different Comment string. It's worth paying attention to