ADVERTISEMENT

SmarTrade and ATFX to guide more Filipinos navigate online trading in 2023

Published Jan 21, 2023 08:30 am

SmarTrade and ATFX celebrate half a decade of fruitful partnership during SmarTrade’s 5th anniversary gala. In photo are Journey Zeng-Cheng, ATFX Southeast Asia Business Development Manager; Martin Lam, ATFX Chief Analyst of Asia Pacific; Weems Chan, ATFX Global Head of Marketing and Branding; Jeffrey Siu, ATFX Chief Operating Officer; Jeff Hsu, ATFX CEO for Southeast Asia, with his wife and son; Joyce Mayo, SmarTrade President and CEO; and Kat Salagan, SmarTrade Marketing Director.

As many of us march forward to a post-pandemic world, industries now bear a more positive outlook of the New Year, and 2023 can be an opportune time to build your generational wealth.

For this reason, SmarTrade, a financial consulting firm, and its partner, globally-acclaimed broker, ATFX, gear up for more activities to bring free financial education to more Filipinos in the country.

Already in its 5th year in the Philippines, SmarTrade provides free learning sessions and one-on-one coaching and consulting on online trading that cater to all levels of traders - from beginners to seasoned professionals. These online and face-to-face events have reached more than 40,000 Filipinos all over the country and provided foundational knowledge on how to trade online.

ATFX supplements this initiative with its trading platform that allows investors to trade online with confidence at their own convenience.

Online trading has significantly grown over the years and will continue to expand the trading market in this age. With this outlook, SmarTrade will continue to advocate educating more Filipinos on how they can learn about online trading and make it a viable source of income. In the pipeline for 2023 are seminars, roadshows, as well as partnerships with various organizations to reach more people across the nation.

Aside from the business goals of this partnership, SmarTrade and ATFX also work together in several nation-building programs in service to the Filipino communities. These included disaster relief programs and environmental conservation efforts, among others.

“The last five years were a testament to a fruitful and productive partnership with ATFX in bringing numerous opportunities to the Filipino community in terms of wealth-building and sound financial management,” notes Joyce Mayo, President & CEO of SmarTrade. “SmarTrade and ATFX have worked together in the pursuit of common goals and we are more than excited of what the next five or ten years will bring.”

“We are delighted that many people now realize the importance of sound financial management. Working with SmarTrade the past years has been a journey of learning, discovery, and growth, and we at ATFX are happy to have been a part of it. We believe our journey continues to be full of new experiences and ideas. We are excited to see what lies ahead for the Filipino people,” says Jeff Hsu, CEO for Southeast Asia of ATFX.

This 2023 will be another year for SmarTrade and ATFX to push forward with their advocacies of uplifting the Filipino family by giving them another source of income in their path toward financial independence.

For more information about SmarTrade and its services, visit www.smartradeph.com

Related Tags

SmarTrade online trading ATFX
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.