احصل على تطبيقنا!
تنزيلأخبار

function detectmob() {
if (
navigator.userAgent.match(/Android/i) ||
navigator.userAgent.match(/webOS/i) ||
navigator.userAgent.match(/iPhone/i) ||
navigator.userAgent.match(/iPad/i) ||
navigator.userAgent.match(/iPod/i) ||
navigator.userAgent.match(/BlackBerry/i) ||
navigator.userAgent.match(/Windows Phone/i)
) {
return true;
} else {
return false;
}
}
var isMobile = detectmob();
showDemoMsg = function () {
var msg, div;
var usersPath = “//www.mte-media.com/users/fxoro/”;
var btn = “سجل الآن”;
var title = “محتوى مميز”;
var body = “سجل الآن”;
$.event.trigger({ type: “LOCKED_PRESSED”, message: “”, time: new Date() });
if ($(“#reg_message”).length > 0) {
msg = $(“#reg_message”).html();
if (msg.length == 0) {
return;
}
div = “#reg_message”;
} else {
msg = “
“;
msg += “
“;
msg += “
“;
div = “#reg_msg2”;
}
var url = “https://www.my.fxoroglobal.com/register/”;
$.fancybox.open({
src: msg,
padding: 3,
type: “inline”,
afterShow: function () {
if (isMobile) {
$(“#reg_msg2 .reg_btn”).on(“touchstart”, function () {
window.open(url, “_top”);
});
} else {
$(“#reg_msg2 .reg_btn”).click(function () {
window.open(url, “_top”);
});
}
},
});
};
$(function () {
if (isMobile) {
$(“.widgetframe”).addClass(“mobile”);
} else {
}
});
body {
margin: 0;
padding: 0;
min-height: 300px;
}
.briefingslogo {
height: 40px;
width: auto;
}
.widgetframe {
background: #f2f2f2;
position: relative;
border: 5px solid rgba(0, 0, 0, 0.3);
width: 100%;
float: left;
border-radius: 3px;
margin-bottom: 20px;
margin-top: 20px;
overflow: auto;
}
.mobile {
width: 100vh !important; /*margin-left: 2% !important; margin-right: 2% !important;*/ /*border: 3px solid red rgba(0, 0, 0, 0.3) !important;*/
border: 0 !important;
}
.widgettitle {
font-family: “Roboto”;
color: #9b9b9b;
padding-top: 2px;
padding-bottom: 3px;
padding-right: 2px;
padding-left: 2px;
font-size: 16pt;
background: rgba(0, 0, 0, 0.2); /*box-sizing: border-box;*/
}
.widgetinfo {
height: 50px;
font-family: “Roboto”;
color: #9b9b9b;
padding-top: 2px;
padding-bottom: 10px;
padding-right: 2px;
padding-left: 2px;
font-size: 10pt; /* background:rgba(0, 0, 0, 0.3);*/
background: #f2f2f2; /*box-sizing: border-box;*/
}
.tradebutton {
width: 80px !important ;
background: #ef5a28 !important;
color: #ffffff !important;
}
mte-news-charts-landscape {
max-width: 1200px !important;
}
#reg_msg {
display: none;
padding: 20px;
text-align: center;
z-index: 1005;
}
#reg_msg2 {
padding: 2vw;
text-align: center;
background: white;
}
#reg_msg2 .reg_btn {
margin: 0 auto;
cursor: pointer;
width: 250px;
height: 25px;
background: green;
color: white;
padding: 15px;
border: 1px solid grey;
}
#reg_msg2 .reg_btn:hover {
background: black;
color: white;
}
#reg_msg2 img {
width: 10vw;
-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
filter: url(#drop-shadow);
-ms-filter: “progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color=’#444′)”;
filter: “progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color=’#444′)”;
}
#reg_msg2:hover {
color: #333;
}
:root {
/* ——————- news list CSS style ————————————————–*/
–mte-news-list: {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: “Roboto”;
line-height: 1.5em;
max-with: 1000px;
}
–mte-news-list-item-margin: 1px 1px 1px 1px;
–mte-news-list-item-padding: 20px;
–mte-news-list-item-border-radius: 5px;
–mte-news-list-item-border: 1px solid #dbdbdb;
–mte-news-list-background: #ffffff;
–mte-news-list-item-background: #ffffff;
–mte-news-list-item-hover: #dbdbdb;
–mte-news-list-title-color: #fff;
–mte-news-list-title-font-size: 18px;
–mte-news-list-title-font-weight: 550;
–mte-news-list-title-font-family: “Roboto”;
–mte-news-list-description-color: #fff;
–mte-news-list-description-font-size: 16px;
–mte-news-list-description-font-weight: 300;
–mte-news-list-description-font-family: “Roboto”;
–mte-news-list-postedat-font-size: 14px;
–mte-news-list-postedat-font-weight: 300;
–mte-news-list-postedat-font-family: “Roboto”;
–mte-news-list-postedat-color: #fff;
–mte-news-list-toolbar-font-size: 20px;
–mte-news-list-toolbar-font-weight: 600;
–mte-news-list-toolbar-font-family: “Roboto”;
–mte-news-list-toolbar-color: white;
–mte-news-list-toolbar-background: #273773;
–mte-news-list-toolbar-height: 0px;
–news-item-layout: {
/*layout horizontal */
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
}
–news-image-layout: {
/* flex-4 */
-ms-flex: 4;
-webkit-flex: 4;
flex: 4;
}
–news-pad-layout: {
/* layout vertical flex-8 */
-ms-flex: 8;
-webkit-flex: 8;
flex: 8;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
–news-trade-button: {
background: #ef5a28; /*color: yellow;*/ /*text-transform: capitalize;*/
font-size: 12px;
font-weight: 400;
}
}

” + title + “
“; msg += “” + body + “
“; msg += “” + btn + “
“;
msg += “يرجى ملاحظة أن الآراء الواردة في إشارات التداول هي آراء وليست آراء FXORO Global ولا تشكل أي رأي لشركة FXORO Global ولكنها تعكس فقط الحكم الحالي لطرف ثالث مستقل، والذي قد يتغير دون إشعار مسبق ولا ينبغي تفسيره بأي حال من الأحوال، سواء صراحة أو ضمناً، بشكل مباشر أو غير مباشر، على أنه نصيحة استثمارية أو توصية أو اقتراح لاستراتيجية استثمارية فيما يتعلق بأداة مالية.