Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
80 results
Sorted by:
3 weeks ago
Anyone know what the format of the top5EdgeTimes variable is supposed to be?
Mine looks like this:
minute| edge qty numTrds ------| --------------------- 15:30 | 1134.574 1180 26 15:...
a week ago
Hello, I've passed the advanced capstone yesterday but haven't received the certificate. I'm not sure if I'm expecting too early as it was less than 24 hours ago, but just wanted to check if there wa...
2 weeks ago
When I try to access developer, it says stream closed. I have refreshed a few times but it is not working
Labels:
- Labels:
-
Advance_Capstone
a week ago
Hello I've been having trouble with the .z.pg for a while now. When I expunge the function, I pass all exercises (except 3.6) but when I run the .z.pg, some of the exercises I previously passed, fail...
3 weeks ago
Hi,
Is the classifyTrades.quke correct? I get the error: abort in before block due to error "test.testTab" (FP.Functions.test/classifyTrades.quke:3). My classifyTrades function is ok...
Labels:
- Labels:
-
fundamental capstone
a week ago
I've completed both the Fundamentals Capstone and the Advanced Capstone, but I still haven't received the certificates via email yet. I completed the advanced today but the fundamentals a few weeks a...
2 weeks ago
I am unsure where I am wrong with my .z.pg
.z.pg:{[x] i: where .perm.users.user = .z.u; auth:.perm.users.api[first i]; $[auth ~ `all;value x;.perm.parseQuery[x] ~ auth; value x; `notAuthorized]} ...
Labels:
- Labels:
-
Advance_Capstone
3 weeks ago
I am having issues finding what my error is with this code:
{[tab] tab: update exQuality: $[side=`B & price <= ask; 1b; side=`S & price >= bid; 1b; 0b] from tab }
...
Labels:
- Labels:
-
fundamental capstone
2023.07.26
10:31 AM
Can someone please help me with the 2.4 question.
**2.4. Augment ```.f1.checkSensor``` to check if the `mysensor` parameter has received one of the acceptable options and do:**
@MicealMcc ...
4 weeks ago
The runtime for \t .viz.createDashboard[] was 600
and I have successfully reduced it to 258, and yet I am still failing the test.
I have made the following changes
Changed the ord...