ivopetiz / algotrading

Algorithmic trading framework for cryptocurrencies.
MIT License
1.09k stars 177 forks source link

Error in Readme - could cause confusion to users #11

Closed smfxfc closed 3 years ago

smfxfc commented 3 years ago

https://github.com/ivopetiz/algotrading#entry-functions

Entry functions aggregate all strategies to enter in a specific market. Once data fill all the requisites to enter a specific market, an action is taken. Users can use one or several functions in the same call, to fill the requisites and enter market/markets. Functions should return True, if the available data represent an exit point for the user. If not, the return needs to be False. should aggregate all users entry functions.

"Exit point" should be "entry point" here. Feel free to make the quick fix yourself, or assign my way.

ivopetiz commented 3 years ago

Thanks for the correction.