Skip to content

Commit

Permalink
#22 fixed typos in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin committed Oct 1, 2018
1 parent cd1c0bc commit bb33a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Evaluator/Strategies/move_signals_strategy_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MoveSignalsStrategyEvaluator(MixedStrategiesEvaluator):
"balance decisions). It is using KlingerOscillatorMomentumEvaluator (momentum evaluator) " \
"to know when to start a trade and BBMomentumEvaluator (bollinger momentum evaluator) " \
"to know how much weight giving to this trade. Uses InstantFluctuationsEvaluator to spot " \
"sudden market changes within timeframes. Warning: Works only on liquid markets"
"sudden market changes within timeframes. Warning: Works only on liquid markets."

def __init__(self):
super().__init__()
Expand Down
2 changes: 1 addition & 1 deletion Trading/Mode/signal_trading_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class SignalTradingMode(AbstractTradingMode):
DESCRIPTION = "SignalTradingMode is a low risk trading mode adapted to flat markets. It's using the daily " \
"trading mode orders system with adapted parameters. Warning: Works only on liquid markets"
"trading mode orders system with adapted parameters. Warning: Works only on liquid markets."

def __init__(self, config, exchange):
super().__init__(config, exchange)
Expand Down

0 comments on commit bb33a09

Please sign in to comment.