Information

Username: siamfx
Member since: 01 Jul 2014
Last login: 01 Jul 2014
Status: Active

Activity

Where Created Comments
Algorithms 1 2
Forum Topics 0 5
Jobs 0 1

About

SiamFX's Proprietary Trading Algorithms with responsible risk management tactics to ensure annual growth trading Currencies with more than 3 years with verified performance.

Last Algorithm Comments

SI
siamfx · 9 years ago

Error: - Copy and paste over existing code in catch (Exception e) with the code below. 

 

catch (Exception e)

            {

                Print("Exception: " + e.Message); 

                 return;

            }

SI
siamfx · 10 years ago

Yes, cBot works onTick. cTrader recently added onTimer support. The whole onTick function can be copied into the onTimer to achieve the looping every 250ms.  Currently, MT4 loops every 250ms, and cBot opens/closes onTick

 

 

Last Jobs Comments

SI
siamfx · 10 years ago

Free Open source CSV Reader cBot located here - /algos/cbots/show/513