pyre-agent-kit 4.4.8 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent.js +5 -7
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -379,9 +379,8 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
379
379
|
- in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
|
|
380
380
|
- (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
|
|
381
381
|
- consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
|
|
382
|
-
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
|
|
383
|
-
-
|
|
384
|
-
- (_) if you would prefer to hold and wait to take action.
|
|
382
|
+
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.${pnl < 0 ? `\n- HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.` : ''}
|
|
383
|
+
- (_) if you would prefer to hold.
|
|
385
384
|
---
|
|
386
385
|
one move per turn. output EXACTLY one line.
|
|
387
386
|
example format: ${(0, util_1.pick)([
|
|
@@ -551,11 +550,10 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
551
550
|
- FACTIONS where FNR=true and MBR=false, consider (+). (!) to promote it.
|
|
552
551
|
- FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
|
|
553
552
|
- in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
|
|
554
|
-
- (&) and (!)
|
|
553
|
+
- (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
|
|
555
554
|
- consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
|
|
556
|
-
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
|
|
557
|
-
-
|
|
558
|
-
- (_) if you would prefer to hold and wait to take action.
|
|
555
|
+
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.${pnl < 0 ? `\n- HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.` : ''}
|
|
556
|
+
- (_) if you would prefer to hold.
|
|
559
557
|
---
|
|
560
558
|
one move per turn. output EXACTLY one line.
|
|
561
559
|
example format: ${(0, util_1.pick)([
|