Soewono Effendi / Publications
Codes
Custom crosshair cursor with synchronization for MetaTrader 5
Synchronized custom crosshair indicator showing price and (server/local) time
RSI candles - lite ressource for MetaTrader 5
Improved version based on RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968
RSI Candles revised for MetaTrader 4
Improved version inspired by RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968
Articles
Native Twitter Client: Part 2 for MetaTrader 5
A Twitter client implemented as MQL class to allow you to send tweets with photos. All you need is to include a single self contained include file and off you go to tweet all your wonderful charts and signals
Native Twitter Client for MT4 and MT5 without DLL for MetaTrader 5
Ever wanted to access tweets and/or post your trade signals on Twitter ? Search no more, these on-going article series will show you how to do it without using any DLL. Enjoy the journey of implementing Twitter API using MQL. In this first part, we will follow the glory path of authentication and
Forum
BEAWARE of OnDeinit() trap!
https://www.mql5.com/en/docs/runtime/event_fire desperately needs update. Found a statement here: https://www.mql5.com/en/book/applications/indicators_make/indicators_test Attention! When testing indicators in the tester, the OnDeinit event does not work . Moreover, other finalization is not
Irrelevant warnings due to unknown/unpublished methods to define the metrics ???
2024.09 . 28 11 : 52 Removed warning: Too much growth in the last month indicates a high risk 2024.09 . 28 06 : 37 Too much growth in the last month indicates a high risk 2024.09 . 28 03 : 25 Removed warning: Too much growth in the last month indicates a high risk 2024.09 . 27 15 : 37 Too much
MT5 android - feature request
On android MT5 app, please add option to "lock" drawing objects on chart, so that they can't be moved by touch/drag. Thank you
mql5.com website issue ?
Just wondering if anyone has same issue. I'm using Brave browser and lately mql5 website is not displayed correctly due to lots of network / connection errors
shameless spamming and we have no way to block !
Please provide a method to block unwanted invitation channel. It's annoying
Buggy MathFloor() ?
Simple code but might have big impact on your trading results. MathFloor() delivers wrong result. #property strict void OnStart () { //double price = SymbolInfoDouble(_Symbol, SYMBOL_ASK); double price = 1.24579 ; // <<<< could ask / bid price. This specific value caught my attention. double
CodeBase rules
Where can I find the Rules for publishing code in CodeBase section ? Thank you
Arbitrage count -1
I saw this on freelance, someone who is offering job has that status. What does it meat to have arbitrage count -1
codon: best of python ... faster than C ? :)
https://dl.acm.org/doi/abs/10.1145/3578360.3580275 Codon: A Compiler for High-Performance Pythonic Applications and DSLs Codon is a new "high-performance Python compiler that compiles Python code to native machine code without any runtime overhead," -- slashdot