Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cache ttl refresh on heartbeat message for TP/ICAP #3210

Merged
merged 5 commits into from
Mar 8, 2024

Conversation

karen-stepanyan
Copy link
Collaborator

@karen-stepanyan karen-stepanyan commented Feb 27, 2024

DF-19487

Added new check in TP/ICAP EA WS transport that checks if the incoming WS message is a heartbeat message (usually once every minute) and tries to update the TTL of the cache entries from active subscription set.

Heartbeat message looks like this

{'msg': 'sub', 'pro': 'OMM', 'rec': 'HBHHH:GBL.BIL.QTE.RTM!TP', 'sta': 1, 'img': 1, 'fvs': {'ACTIV_DATE': '2024-03-01', 'TIMACT': '17:02:00', 'GV1_DATE': '2024-03-01', 'GN_TXT32_4': 'Heartbeat', 'GV1_TIME': '17:02:50'}}

and

{'msg': 'sub', 'pro': 'OMM', 'rec': 'HBHHH:GBL.BIL.QTE.RTM!TP', 'sta': 1, 'fvs': {'TIMACT': '17:03:00', 'GV1_TIME': '17:03:49'}}`

This ensures that as long as there is an active request to EA (in subscription set) and cached entry and heartbeat message from DP, the EA will persist the cache so that the value is available during off-market hours. Essentially this will keep the cache alive for all entries already in there until EA is restarted or until weekend, when heartbeat messages stop coming.

Copy link

changeset-bot bot commented Feb 27, 2024

🦋 Changeset detected

Latest commit: ad68819

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@chainlink/tp-adapter Patch
@chainlink/icap-adapter Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cl-ea-js-service
Copy link
Collaborator

⚠️ Soak test failed for tp ⚠️
default   [  96% ] 1 VUs  09m33.5s/10m0s

running (09m34.5s), 1/1 VUs, 438 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m34.5s/10m0s

running (09m35.5s), 1/1 VUs, 438 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m35.5s/10m0s

running (09m36.5s), 1/1 VUs, 438 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m36.5s/10m0s

running (09m37.5s), 1/1 VUs, 439 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m37.5s/10m0s

running (09m38.5s), 1/1 VUs, 439 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m38.5s/10m0s

running (09m39.5s), 1/1 VUs, 439 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m39.5s/10m0s

running (09m40.5s), 1/1 VUs, 439 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m40.5s/10m0s

running (09m41.5s), 1/1 VUs, 439 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m41.5s/10m0s

running (09m42.5s), 1/1 VUs, 439 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m42.5s/10m0s

running (09m43.5s), 1/1 VUs, 439 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m43.5s/10m0s

running (09m44.5s), 1/1 VUs, 440 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m44.5s/10m0s

running (09m45.5s), 1/1 VUs, 440 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m45.5s/10m0s

running (09m46.5s), 1/1 VUs, 440 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m46.5s/10m0s

running (09m47.5s), 1/1 VUs, 440 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m47.5s/10m0s

running (09m48.5s), 1/1 VUs, 440 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m48.5s/10m0s

running (09m49.5s), 1/1 VUs, 440 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m49.5s/10m0s

running (09m50.5s), 1/1 VUs, 441 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m50.5s/10m0s

running (09m51.5s), 1/1 VUs, 441 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m51.5s/10m0s

running (09m52.5s), 1/1 VUs, 441 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m52.5s/10m0s

running (09m53.5s), 1/1 VUs, 441 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m53.5s/10m0s

running (09m54.5s), 1/1 VUs, 441 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m54.5s/10m0s

running (09m55.5s), 1/1 VUs, 441 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m55.5s/10m0s

running (09m56.5s), 1/1 VUs, 441 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m56.5s/10m0s

running (09m57.5s), 1/1 VUs, 442 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m57.5s/10m0s

running (09m58.5s), 1/1 VUs, 442 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m58.5s/10m0s

running (09m59.5s), 1/1 VUs, 442 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m59.5s/10m0s

running (10m00.5s), 1/1 VUs, 442 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m01.5s), 1/1 VUs, 442 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m02.5s), 1/1 VUs, 442 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m03.5s), 1/1 VUs, 442 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

     ✗ Group-tp-CNY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 118
     ✗ Group-tp-CAD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 109
     ✗ Group-tp-KRW / USD returned 200
      ↳  0% — ✓ 0 / ✗ 102
     ✗ Group-tp-SGD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 101
     ✗ Group-tp-test-payload-2 returned 200
      ↳  0% — ✓ 0 / ✗ 106
     ✗ Group-tp-CHF / USD returned 200
      ↳  0% — ✓ 0 / ✗ 107
     ✗ Group-tp-test-payload-1 returned 200
      ↳  0% — ✓ 0 / ✗ 105
     ✗ Group-tp-test-payload-0 returned 200
      ↳  0% — ✓ 0 / ✗ 116
     ✗ Group-tp-NZD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 107
     ✗ Group-tp-test-payload-3 returned 200
      ↳  0% — ✓ 0 / ✗ 106
     ✗ Group-tp-JPY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 106
     ✗ Group-tp-GBP / USD returned 200
      ↳  0% — ✓ 0 / ✗ 100
     ✗ Group-tp-XAU / USD returned 200
      ↳  0% — ✓ 0 / ✗ 106
     ✗ Group-tp-AUD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 110
     ✗ Group-tp-IDR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 104
     ✗ Group-tp-EUR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 110
     ✗ Group-tp-TRY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 111
     ✗ Group-tp-XAG / USD returned 200
      ↳  0% — ✓ 0 / ✗ 98

     checks.....................: 0.00%   ✓ 0         ✗ 1922
     data_received..............: 2.7 MB  4.5 kB/s
     data_sent..................: 1.2 MB  2.0 kB/s
     errors.....................: 100.00% ✓ 1566      ✗ 0   
     http_req_blocked...........: avg=2µs      min=69ns   med=181ns   max=13.72ms  p(90)=280ns    p(95)=360ns   
     http_req_connecting........: avg=77ns     min=0s     med=0s      max=615.33µs p(90)=0s       p(95)=0s      
   ✗ http_req_duration..........: avg=452.68ms min=1.58ms med=2.33ms  max=15.01s   p(90)=2.21s    p(95)=2.21s   
   ✗ http_req_failed............: 100.00% ✓ 7974      ✗ 0   
     http_req_receiving.........: avg=387.31µs min=7.49µs med=54.6µs  max=74.45ms  p(90)=103.57µs p(95)=135.03µs
     http_req_sending...........: avg=136.94µs min=0s     med=52.01µs max=73.58ms  p(90)=147.77µs p(95)=185.44µs
     http_req_tls_handshaking...: avg=593ns    min=0s     med=0s      max=4.73ms   p(90)=0s       p(95)=0s      
     http_req_waiting...........: avg=452.16ms min=0s     med=2.17ms  max=15.01s   p(90)=2.21s    p(95)=2.21s   
     http_reqs..................: 7974    13.208179/s
     iteration_duration.........: avg=1.36s    min=6.26ms med=8.23ms  max=15.03s   p(90)=6.65s    p(95)=6.65s   
     iterations.................: 443     0.733788/s
     vus........................: 1       min=1       max=1 
     vus_max....................: 1       min=1       max=1 


running (10m03.7s), 0/1 VUs, 443 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s
✔️ Assertions loaded: 8, applied: 7
Applied:
Assertion applied: {"request":{"data":{"from":"CAD","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"EUR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"GBP","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"IDR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"JPY","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"KRW","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}

Failed:
(no failed assertions)
Output sample
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}

@karen-stepanyan
Copy link
Collaborator Author

Did some functional tests, everything seems to be working. Since 100% of the requests failed in soak testing, i assume this might be related to creds.

@mmcallister-cll
Copy link
Contributor

@karen-stepanyan yeah we see soak tests failing at 100% across many previous PRs, OK without them for this I think

mmcallister-cll
mmcallister-cll previously approved these changes Mar 1, 2024
Copy link
Contributor

@mmcallister-cll mmcallister-cll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only comment about MAX_CACHE_AGE

We could add a section to the docs/known-issues.md file in both tp and icap EAs that just specified something like

CACHE_MAX_AGE interaction with Heartbeat msgs

If CACHE_MAX_AGE is set below 60000ms, the extended cache TTL feature for out-of-market-hours that relies on heartbeats will not work.

@mmcallister-cll mmcallister-cll dismissed their stale review March 1, 2024 18:39

Potential ticket changes & README additions

@cl-ea-js-service
Copy link
Collaborator

⚠️ Soak test failed for tp ⚠️
default   [  95% ] 1 VUs  09m31.5s/10m0s

running (09m32.5s), 1/1 VUs, 85 complete and 0 interrupted iterations
default   [  95% ] 1 VUs  09m32.5s/10m0s

running (09m33.5s), 1/1 VUs, 85 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m33.5s/10m0s

running (09m34.5s), 1/1 VUs, 85 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m34.5s/10m0s

running (09m35.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m35.5s/10m0s

running (09m36.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m36.5s/10m0s

running (09m37.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m37.5s/10m0s

running (09m38.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m38.5s/10m0s

running (09m39.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m39.5s/10m0s

running (09m40.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m40.5s/10m0s

running (09m41.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m41.5s/10m0s

running (09m42.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m42.5s/10m0s

running (09m43.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m43.5s/10m0s

running (09m44.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m44.5s/10m0s

running (09m45.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m45.5s/10m0s

running (09m46.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m46.5s/10m0s

running (09m47.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m47.5s/10m0s

running (09m48.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m48.5s/10m0s

running (09m49.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m49.5s/10m0s

running (09m50.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m50.5s/10m0s

running (09m51.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m51.5s/10m0s

running (09m52.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m52.5s/10m0s

running (09m53.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m53.5s/10m0s

running (09m54.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m54.5s/10m0s

running (09m55.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m55.5s/10m0s

running (09m56.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m56.5s/10m0s

running (09m57.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m57.5s/10m0s

running (09m58.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m58.5s/10m0s

running (09m59.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m59.5s/10m0s

running (10m00.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m01.2s), 0/1 VUs, 90 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s

     ✗ Group-tp-AUD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-TRY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-test-payload-1 returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-KRW / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-XAU / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-CHF / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-GBP / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-test-payload-3 returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-XAG / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-JPY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-test-payload-0 returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-EUR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-IDR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-SGD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-NZD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-test-payload-2 returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-CAD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90
     ✗ Group-tp-CNY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 90

     checks.....................: 0.00%   ✓ 0        ✗ 1620
     data_received..............: 695 kB  1.2 kB/s
     data_sent..................: 250 kB  415 B/s
     errors.....................: 100.00% ✓ 1620     ✗ 0   
     http_req_blocked...........: avg=66.66µs  min=89ns    med=230ns   max=107.46ms p(90)=460ns    p(95)=570ns   
     http_req_connecting........: avg=383ns    min=0s      med=0s      max=620.98µs p(90)=0s       p(95)=0s      
   ✗ http_req_duration..........: avg=2.22s    min=2.21s   med=2.22s   max=2.26s    p(90)=2.22s    p(95)=2.22s   
   ✗ http_req_failed............: 100.00% ✓ 1620     ✗ 0   
     http_req_receiving.........: avg=83.5µs   min=17.08µs med=68.35µs max=2.02ms   p(90)=132.34µs p(95)=169.31µs
     http_req_sending...........: avg=111.82µs min=25.48µs med=81.02µs max=3.26ms   p(90)=216.42µs p(95)=264.36µs
     http_req_tls_handshaking...: avg=58.2µs   min=0s      med=0s      max=94.29ms  p(90)=0s       p(95)=0s      
     http_req_waiting...........: avg=2.22s    min=2.21s   med=2.22s   max=2.25s    p(90)=2.22s    p(95)=2.22s   
     http_reqs..................: 1620    2.694441/s
     iteration_duration.........: avg=6.68s    min=6.67s   med=6.67s   max=6.83s    p(90)=6.68s    p(95)=6.68s   
     iterations.................: 90      0.149691/s
     vus........................: 1       min=1      max=1 
     vus_max....................: 1       min=1      max=1 


running (10m01.2s), 0/1 VUs, 90 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s
✔️ Assertions loaded: 8, applied: 7
Applied:
Assertion applied: {"request":{"data":{"from":"CAD","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"EUR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"GBP","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"IDR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"JPY","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"KRW","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}

Failed:
(no failed assertions)
Output sample
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}

@cl-ea-js-service
Copy link
Collaborator

⚠️ Soak test failed for tp ⚠️
default   [  96% ] 1 VUs  09m35.4s/10m0s

running (09m36.4s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m36.4s/10m0s

running (09m37.4s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m37.4s/10m0s

running (09m38.4s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m38.4s/10m0s

running (09m39.4s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m39.4s/10m0s

running (09m40.4s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m40.4s/10m0s

running (09m41.4s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m41.4s/10m0s

running (09m42.4s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m42.4s/10m0s

running (09m43.4s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m43.4s/10m0s

running (09m44.4s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m44.4s/10m0s

running (09m45.4s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m45.4s/10m0s

running (09m46.4s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m46.4s/10m0s

running (09m47.4s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m47.4s/10m0s

running (09m48.4s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m48.4s/10m0s

running (09m49.4s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m49.4s/10m0s

running (09m50.4s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m50.4s/10m0s

running (09m51.4s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m51.4s/10m0s

running (09m52.4s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m52.4s/10m0s

running (09m53.4s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m53.4s/10m0s

running (09m54.4s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m54.4s/10m0s

running (09m55.4s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m55.4s/10m0s

running (09m56.4s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m56.4s/10m0s

running (09m57.4s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m57.4s/10m0s

running (09m58.4s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m58.4s/10m0s

running (09m59.4s), 1/1 VUs, 90 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m59.4s/10m0s

running (10m00.4s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m01.4s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m02.4s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m03.4s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m04.4s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m05.2s), 0/1 VUs, 91 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s

     ✗ Group-tp-test-payload-1 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-EUR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-JPY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-GBP / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-CHF / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-KRW / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-TRY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-XAG / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-CNY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-test-payload-2 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-AUD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-NZD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-test-payload-0 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-test-payload-3 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-XAU / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-IDR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-SGD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-CAD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91

     checks.....................: 0.00%   ✓ 0        ✗ 1638
     data_received..............: 702 kB  1.2 kB/s
     data_sent..................: 253 kB  417 B/s
     errors.....................: 100.00% ✓ 1638     ✗ 0   
     http_req_blocked...........: avg=63.24µs  min=89ns    med=229ns   max=103.15ms p(90)=350ns    p(95)=470ns   
     http_req_connecting........: avg=602ns    min=0s      med=0s      max=986.61µs p(90)=0s       p(95)=0s      
   ✗ http_req_duration..........: avg=2.21s    min=2.2s    med=2.21s   max=2.23s    p(90)=2.21s    p(95)=2.21s   
   ✗ http_req_failed............: 100.00% ✓ 1638     ✗ 0   
     http_req_receiving.........: avg=78.45µs  min=12.38µs med=66.49µs max=1.16ms   p(90)=122.3µs  p(95)=154.55µs
     http_req_sending...........: avg=133.37µs min=22.7µs  med=77.33µs max=16.77ms  p(90)=209.74µs p(95)=246.35µs
     http_req_tls_handshaking...: avg=55.91µs  min=0s      med=0s      max=91.59ms  p(90)=0s       p(95)=0s      
     http_req_waiting...........: avg=2.21s    min=2.2s    med=2.21s   max=2.23s    p(90)=2.21s    p(95)=2.21s   
     http_reqs..................: 1638    2.706742/s
     iteration_duration.........: avg=6.65s    min=6.64s   med=6.64s   max=6.78s    p(90)=6.65s    p(95)=6.65s   
     iterations.................: 91      0.150375/s
     vus........................: 1       min=1      max=1 
     vus_max....................: 1       min=1      max=1 


running (10m05.2s), 0/1 VUs, 91 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s
✔️ Assertions loaded: 8, applied: 7
Applied:
Assertion applied: {"request":{"data":{"from":"CAD","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"EUR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"GBP","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"IDR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"JPY","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"KRW","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}

Failed:
(no failed assertions)
Output sample
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}

@cl-ea-js-service
Copy link
Collaborator

⚠️ Soak test failed for tp ⚠️
default   [  96% ] 1 VUs  09m36.5s/10m0s

running (09m37.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m37.5s/10m0s

running (09m38.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  96% ] 1 VUs  09m38.5s/10m0s

running (09m39.5s), 1/1 VUs, 86 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m39.5s/10m0s

running (09m40.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m40.5s/10m0s

running (09m41.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m41.5s/10m0s

running (09m42.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m42.5s/10m0s

running (09m43.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m43.5s/10m0s

running (09m44.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  97% ] 1 VUs  09m44.5s/10m0s

running (09m45.5s), 1/1 VUs, 87 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m45.5s/10m0s

running (09m46.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m46.5s/10m0s

running (09m47.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m47.5s/10m0s

running (09m48.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m48.5s/10m0s

running (09m49.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m49.5s/10m0s

running (09m50.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  98% ] 1 VUs  09m50.5s/10m0s

running (09m51.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m51.5s/10m0s

running (09m52.5s), 1/1 VUs, 88 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m52.5s/10m0s

running (09m53.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m53.5s/10m0s

running (09m54.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m54.5s/10m0s

running (09m55.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m55.5s/10m0s

running (09m56.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [  99% ] 1 VUs  09m56.5s/10m0s

running (09m57.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m57.5s/10m0s

running (09m58.5s), 1/1 VUs, 89 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m58.5s/10m0s

running (09m59.5s), 1/1 VUs, 90 complete and 0 interrupted iterations
default   [ 100% ] 1 VUs  09m59.5s/10m0s

running (10m00.5s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m01.5s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m02.5s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m03.5s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m04.5s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m05.5s), 1/1 VUs, 90 complete and 0 interrupted iterations
default ↓ [ 100% ] 1 VUs  10m0s

running (10m06.2s), 0/1 VUs, 91 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s

     ✗ Group-tp-test-payload-0 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-NZD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-SGD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-test-payload-3 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-XAG / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-EUR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-XAU / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-AUD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-KRW / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-IDR / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-test-payload-2 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-JPY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-CAD / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-test-payload-1 returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-TRY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-CHF / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-CNY / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91
     ✗ Group-tp-GBP / USD returned 200
      ↳  0% — ✓ 0 / ✗ 91

     checks.....................: 0.00%   ✓ 0        ✗ 1638
     data_received..............: 702 kB  1.2 kB/s
     data_sent..................: 253 kB  417 B/s
     errors.....................: 100.00% ✓ 1638     ✗ 0   
     http_req_blocked...........: avg=7.95µs   min=70ns    med=230ns   max=12.36ms  p(90)=470ns    p(95)=681ns   
     http_req_connecting........: avg=479ns    min=0s      med=0s      max=785.74µs p(90)=0s       p(95)=0s      
   ✗ http_req_duration..........: avg=2.21s    min=2.21s   med=2.21s   max=2.31s    p(90)=2.21s    p(95)=2.21s   
   ✗ http_req_failed............: 100.00% ✓ 1638     ✗ 0   
     http_req_receiving.........: avg=82.81µs  min=13.26µs med=63.76µs max=1.72ms   p(90)=146.26µs p(95)=197µs   
     http_req_sending...........: avg=403.52µs min=21.61µs med=84.09µs max=80.44ms  p(90)=210.03µs p(95)=261.13µs
     http_req_tls_handshaking...: avg=1.83µs   min=0s      med=0s      max=3ms      p(90)=0s       p(95)=0s      
     http_req_waiting...........: avg=2.21s    min=2.21s   med=2.21s   max=2.23s    p(90)=2.21s    p(95)=2.21s   
     http_reqs..................: 1638    2.702267/s
     iteration_duration.........: avg=6.66s    min=6.65s   med=6.65s   max=6.77s    p(90)=6.66s    p(95)=6.66s   
     iterations.................: 91      0.150126/s
     vus........................: 1       min=1      max=1 
     vus_max....................: 1       min=1      max=1 


running (10m06.2s), 0/1 VUs, 91 complete and 0 interrupted iterations
default ✓ [ 100% ] 1 VUs  10m0s
✔️ Assertions loaded: 8, applied: 7
Applied:
Assertion applied: {"request":{"data":{"from":"CAD","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"EUR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"GBP","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"IDR","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"JPY","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{"data":{"from":"KRW","to":"USD"}},"expectedResponse":{"result":{"minPrecision":10,"greaterThan":0}}}
Assertion applied: {"request":{},"expectedResponse":{"result":{"greaterThan":0}}}

Failed:
(no failed assertions)
Output sample
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"GBP","overrides":{"tradingeconomics":{"GBP":"GBPUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"IDR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"NZD","overrides":{"tradingeconomics":{"NZD":"NZDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"EUR","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"AUD","overrides":{"tradingeconomics":{"AUD":"AUDUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"NZD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"GBP","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"TRY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAU","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"JPY","overrides":{"tradingeconomics":{"JPY":"JPYUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"from":"JPY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CAD","overrides":{"tradingeconomics":{"CAD":"CADUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CHF","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"XAG","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"KRW","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"SGD","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"CNY","to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}
request: {"data":{"endpoint":"forex","from":"EUR","overrides":{"tradingeconomics":{"EUR":"EURUSD:CUR"}},"to":"USD"}} response: {"status":"errored","statusCode":504,"error":{"name":"AdapterError","message":"The EA has not received any values from the Data Provider for the requested data yet. Retry after a short delay, and if the problem persists raise this issue in the relevant channels."}}

@karen-stepanyan karen-stepanyan merged commit 1fb155a into main Mar 8, 2024
7 of 8 checks passed
@karen-stepanyan karen-stepanyan deleted the feature/DF-19487 branch March 8, 2024 13:18
@github-actions github-actions bot mentioned this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants