Category: FX

  • At Last…

    My script ‘TickConverter’ has been published here. The proof reader of ‘mql5.com’ site was very kind, and supportive. Thanks for your help. I wish to make much more programs asking for better benefit. from author.

  • MT4 70 TickChart Script Version

    :::Overview::: I made a 70 tick chart of the script version. (see. our Indicator version 70tick20ema.mqh) Since the original include file is partially modified, it is necessary to replace these files; “Files/FileBin.mqh, Files/File.mqh”. ‘BV’s 1pip unit display’ is made possible. Spread cancellation is also implemented. In this script, Struct MqlRate including ‘spread’ is filled with…

  • How to use Metatrader4 on affordable VPS

    For example, VPS(KVM) by onamae.com bibliography     lubuntu http://lubuntu.net/     WINE https://www.winehq.org/     MetaTrader4 http://www.metatrader4.com/     ONAMAE.COM http://www.onamae.com/ 0  VPS contract and login I made an MetaTrader4 platform on the virtual private server(VPS-KVM) provided by “ONAMAE.com”. This server has such specs below; -CPU: shared virtual Core2DuoT7700 2.4Ghz -MEMORY: 1GB -STORAGE :…

  • 70tick20EMA indicator for MetaTrader4

    by

    in

    70tick20ema & MyCPanel The original program was developed by Mr.Rondo(http://fx-dollaryen.seesaa.net/article/414537690.html). Remodeling contents by me are below: Rounding price for the candle bar to be displayed in the 1pip unit Adding horizontal lines to be displayed change at the time of the appearance of the DD sign Adding horizontal lines to support range imaging We are…

  • MQL4 & Visual C++2013 DLL with string

    by

    in

    I’ll show you here a useful ‘dll’ for MQL4 of MetaTrader4 for Windows.You may need ‘VisualStudio2013 & C++’. Of course, also MT4.At first, I introduce you to some helpful web sites below; Many thanks to these genius authors!!. Basic Referenceshttps://msdn.microsoft.com/ja-jp/library/60k1461a.aspx MSDN References for VisualC++http://www7b.biglobe.ne.jp/~robe/cpphtml/index.html Mr. roberrhttp://www.asahi-net.or.jp/~yf8k-kbys/newcpp5.html C++ entrance Modern Coding C++https://cybozu.atlassian.net/wiki/pages/viewpage.action?pageId=8159240 Modern C++ Mr.Yamamoto(Cyboze co…