RSS Feed Trigger does not get all items

RSS Feed Trigger does not get all items from the url - MQL5: automated forex trading, strategy tester and custom indicators in MetaTrader

Here is what I get from the trigger:

And this is what I actually have on the XML file:

<item>
  <title>Binary DOT Signal 60 second expired</title>
  <guid isPermaLink="true">https://www.mql5.com/en/code/41393</guid>;
  <link>https://www.mql5.com/en/code/41393</link>;
  <pubDate>Fri, 02 Aug 2024 03:00:27 +0000</pubDate>
  <description>
    Download the Binary DOT Signal Code for Swift 60-Second Trading Success This highly efficient coding example provides an instant solution for generating 60-second expiration signals in binary opti...
  </description>
  <descriptionLong>
    Understanding the Binary DOT Signal for 60-second binary options can be highly beneficial for traders looking to improve their strategy in this fast-paced market. The Binary DOT signal represents a market indicator used specifically for predicting very short-term price movements. The utility of this signal lies in its ability to provide quick entries and exits, a necessary feature for the binary options platform where timing is crucial. Utilization of such signals can offer traders a structured approach to navigating through high volatility and making decisions with better precision. This can lead to improved trading accuracy, essential in maximizing potential returns within a Minute trading window.
  </descriptionLong>
  <image>https://c.mql5.com/18/105/Screenshot_212.png</image>;

</item>

descriptionLong and image tags are not included in the output.

Is there any way to fix that?

  • n8n version: 1.51.2
  • Database (default: SQLite): default

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Alexx,

Welcome to the community :raised_hands:

When testing the trigger we only grab the first item as there could be hundreds of them, This shouldn’t impact the node from actually working.

If you did want to get all the items you can use the normal RSS node to do that.

1 Like

Hey,
Thanks for you reply. However, the problem is not the number of items grabbed, but the content (fields) of each item. Some tags of the first item (in my case descriptionLong and Image) are simply ignored and not passed to the output.

Hey @Alexx,

Ah ok, For those fields the package we use doesn’t return them but it looks like we might be able to add an option to get extra fields.

For now if the extra fields are needed it would be a case of using the HTTP Request node to get the feed.

Great! Looking forward for an update then :slight_smile:
Using HTTP Request for now as a workaround.
Thank you!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.