From b832d364da8c2efe09e3f75828caf73c50d01ce3 Mon Sep 17 00:00:00 2001 From: loit Date: Thu, 31 Jul 2025 16:04:58 -0400 Subject: run batch code to produce some backtesting results --- ema_algo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ema_algo.py') diff --git a/ema_algo.py b/ema_algo.py index d5adfa7..8b0899d 100644 --- a/ema_algo.py +++ b/ema_algo.py @@ -42,7 +42,6 @@ class Ema_Algo(Algo): # determine the sign from the most recent price sign_signal = ema_5[-1] - ema_13[-1] - # sign_signal = -sign_signal # current position, (liquid, shares) if sign_signal > 0: return 1.0 # buy max shares -- cgit v1.2.3-70-g09d2