IAMtheIAM
IAMtheIAM
I get this `Can't set headers after they are sent` even with no `next() method ``` @Middleware({ type: "after" }) export class CustomErrorHandler implements ExpressErrorMiddlewareInterface { error(error: any, request: any,...
I have the same error, let's see about a fix.
Hey @rcoenen Here is a good fix As you mentioned, it was solved by changing line 87 in `./promoterz/webServer/layout.py` with this code. This will make it print nicely in a...
That worked, but why doesn't `numpy` get installed from `requirements.txt`?
Hey @Gab0 thanks for the tip. I had no idea -b was deprecated. So the new options are either -g or -c? What's -c Here's what I got in -g...
I fixed that error, apparently there were more .toml files to change. Then I got the deltaDays error where it seems to not select from the data base pair which...
Actually, I think I got it working. I needed to adjust my backtest length in order to get some real numbers. I'll let it run and see what happens!
@Gabo thanks again. I see the results. This is awesome! now I can hone in my parameters for the best results. Next question: How do I get Japonicus to use...
ohh Lol that's good to know. I was sitting here wondering what's going on. It took my ranges when I put them in the `.toml` file as you said! Also,...
Hey @rcoenen Can you share your `API.py` file (with password removed) so I can get an idea of how you did this. I'm trying to do the exact same thing!...