Loading market data...

and meta description.

and meta description.

and

. We'll translate the text inside, keeping the tags. Also meta description: "LDO trades near $0.33 with resistance above. A 55% probability setup signals compression, but a break below $0.31 could trigger a 15% decline." Translation: "يتداول LDO بالقرب من 0.33 دولار مع مقاومة أعلاه. إعداد باحتمال 55% يشير إلى انضغاط، لكن كسر مستوى 0.31 دولار قد يؤدي إلى انخفاض بنسبة 15%." Now we'll construct the JSON. We need to be careful with quotes and escaping. We'll use double quotes for JSON, so we need to escape any double quotes inside the strings. But our Arabic text uses double quotes? We'll use single quotes for internal? Actually we can just use the text as is, but ensure no unescaped double quotes. In our translations, we have some quotes like "خط الدفاع الأخير" etc. But they are not double quotes, they are Arabic quotation marks? We'll use standard double quotes for JSON, and inside we can use Arabic quotation marks or just plain text. To be safe, we'll avoid using double quotes inside the string, or escape them. But we can use single quotes or just write without quotes. In our translation, we used "مؤشر بولينجر باند" etc. That's fine. We'll just ensure the JSON is valid. We'll produce the JSON with the translated title, content (as HTML