anfederico / gemini

Backtesting for sleepless cryptocurrency markets
GNU General Public License v3.0
709 stars 161 forks source link

Added Commision #21

Closed rohit-rjn closed 5 years ago

rohit-rjn commented 5 years ago

Added Commission Variable which can act as fees. Example: Let's say commission is 0.5%, variable passed will be 0.005.

rshtirmer commented 5 years ago

FYI, I tested this and it appears to be functioning properly. Thanks for writing this in, and hopefully the pull request gets accepted.

rohit-rjn commented 5 years ago

I added the test function for the commission. Seems to be working correctly.