bgwrites / Forex-Trader

Other
74 stars 34 forks source link

Error #6

Open bodonnell-hub opened 4 years ago

bodonnell-hub commented 4 years ago

Constantly prints looking for trades and trade executed. I am not sure if it's working correctly

gdb-007 commented 4 years ago

Hi @bodonnell-hub, did you manage to resolve this? Cheers

gdb-007 commented 4 years ago

@bodonnell-hub helped for me to put a few print(self.enterLong()) statements along the way to check if it was working. Further, changing the elif condition to "elif self.enterLong() == False and self.enterShort() == False:" seemed to do the trick (y)