/** * Disable WordPress emoji scripts and styles */ function disable_wp_emojis() { remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_action( 'admin_print_styles', 'print_emoji_styles' ); remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); add_filter( 'tiny_mce_plugins', function( $plugins ) { return is_array( $plugins ) ? array_diff( $plugins, array( 'wpemoji' ) ) : array(); }); add_filter( 'emoji_svg_url', '__return_false' ); } add_action( 'init', 'disable_wp_emojis' ); function remove_wp_emoji_loader() { wp_dequeue_script( 'wp-emoji-release' ); wp_deregister_script( 'wp-emoji-release' ); } add_action( 'wp_enqueue_scripts', 'remove_wp_emoji_loader', 100 ); /** * CSP Nonce Injection * Generates a per-request nonce, sends the CSP header with it, * and stamps every inline

About Us

We provide the world's leading end-to-end trade ideas service for sell-side contributors and buy-side recipients

Vinesh Jha

Advisor

Vinesh is an independent researcher based in Hong Kong who focuses on the quantitative analysis of financial data and its applications for institutional investors.  He serves as an advisor to several data-driven firms, including TIM and Estimize.

Vinesh was previously the Director of Quantitative Research at StarMine, where he developed industry leading metrics of sell side analyst performance as well as alpha signals based on analyst, fundamental, and other data sources. Subsequently he developed trading signals for proprietary trading desks at Merrill Lynch and Morgan Stanley, and most recently as Executive Director at PDT Partners, a spinoff of Morgan Stanley.

Vinesh holds an undergraduate degree from the University of Chicago and a graduate degree from the University of Cambridge, both in mathematics.