Cold Recovery

Default Recovery Method for all Issued ATS-Pairs

Cold Recovery is the default method for recovering RT(s) from the RBT, requiring a specific waiting period that cannot be expedited. This period is determined by a list of 50 integers, each representing the required wait time in hours. Every integer in this list is tied to a specific Demiourgos Elite Account Major and Minor Tier, as shown in the Example paragraph below.

The 50-integer list must be generated using a specific algorithmic method, ensuring consistency across all Cold Recovery durations. There are two dedicated functions in the U|ATS module that can be used to create this list:

  • UC_MakeSoftIntervals:[decimal] (start:integer growth:integer)

    • growth must be divisible by 3

    • start must be divisible by growth

  • UC_MakeHardIntervals:[integer] (start:integer growth:integer)

    • start must be divisible by growth

Only integer lists that are compatible with this algorithm are accepted for setting up the Cold Recovery Duration. While the actual values in hours can be adjusted to be longer or shorter, they must still adhere to the specific format defined by the algorithm.

Due to this structured approach, Cold Recovery Duration is directly dependent on the user's Demiourgos Elite Account Tier—the higher the tier, the shorter the required waiting period.

Example

If an ATS-Pair owner were to set up his ATS-Pair with the following CRD (Cold Recovery Duration):

  • UC_MakeHardIntervals:[integer] (8 4)

the following integer list would result, storing the recovering duration in hours for all Demiourgos Elite Account Major and Minor Tiers:

  • [228 200 196 192 188 184 180 176 172 168 164 160 156 152 148 144 140 136 132 128 124 120 116 112 108 104 100 96 92 88 84 80 76 72 68 64 60 56 52 48 44 40 36 32 28 24 20 16 12 8]

This list means, Tier 0.0 and 0.1 would have to wait 228 hours for recovery, Tier 1.1 waits 200h, Tier 1.2 waits 196h, Tier 1.3 waits 192h, .... Tier 7.6 waits 12h, Tier 7.7 waits 8h.

Last updated