احصل على تطبيقنا!
تنزيلإشارات

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 = “REGISTER NOW”;
var title = “PREMIUM CONTENT”;
var body = “REGISTER NOW”;
$.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: 133px !important;
background: #ffb401 !important;
color: #273773 !important;
/* padding: 60px 0; */
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-family: ‘Montserrat’;
padding: 1rem 0px !important;
font-weight: bold;
text-transform: uppercase!important;
border-radius: 11px;
}
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 {
/* ———– daily briefings CSS style ——————————————————————-*/
–mte-daily-briefings: {
font-family: “Roboto”;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
–mte-daily-briefings-toolbar-color: #ffffff;
–mte-daily-briefings-toolbar-background: #273773;
–mte-briefings-toolbar-color: #ffffff;
–mte-briefings-toolbar-background: #273773;
–trade-button-theme: {
width: 45px;
height: 20px;
background-color: #000;
color: #ffffff;
text-align: center;
padding-top: 3px;
}
–mte-briefings-toolbar-height: 56px;
–mte-brief-row: {
border: none;
border-bottom: 1px solid #dbdbdb;
background: #ffffff;
font-weight: 400;
color: #000;
text-transform: none !important;
}
–mte-brief-col: {
font-size: 0.7em;
padding: 2px;
text-align: center;
vertical-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
–mte-briefings-header: {
border: none;
border-bottom: 1px solid #dbdbdb;
background: #ffffff;
color: #000;
font-weight: 500;
font-size: 1em;
padding: 4px;
}
–mte-briefings-section-header: {
border: none;
border-bottom: 1px solid #dbdbdb;
background: #ffffff;
color: #000;
font-weight: 500;
font-size: 1em;
padding: 4px;
}
–mte-daily-briefings-item-hover: itm_hv_clr;
–mte-briefings-item-hover: #dbdbdb;
–briefings-disclaimer: {
padding: 20px;
color: rgba(1, 1, 1, 0.6);
background: #eee;
}
–briefings-disclaimer-title: {
color: white;
}
–briefings-disclaimer-more-color: white;
}

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