YasmanyArciaCorcho / trading-stocks

Platforms to develop, test, and run stock trading strategies
1 stars 0 forks source link

Update the source code to use the symbol string value #32

Open YasmanyArciaCorcho opened 1 year ago

YasmanyArciaCorcho commented 1 year ago

Current behavior

Currently, we are using the full definition of symbol to store the trading equity information. In many cases around the code, this could be improved to use just the string value of the symbol.

Desired behavior Use just the symbol string value to try to optimize the code performance and memory requirements.