Author: wpmaster

  • LAMP server q.s.a. install manual 2

    1.2 Learn shell and documents handling 1.2.1 Shell https://qiita.com/zayarwinttun/items/0dae4cb66d8f4bd2a337 Basics for Shell script beginnershttps://jehupc.exblog.jp/15729095/ the differences between connector character(; & && ||) #shell list bulid my own. upload in time. #shell scripts #shebang #loop #citation #return code status #tar command options f ile namev erbosec reatex extractt argetz gzi bz2j xz 1.2.2 Editor VIM http://www.vim.org/…

  • LAMP server q.s.a. install manual 1

    1 OS install (CentOS ver8.1) https://www.centos.org/download/ CentOS download latest current 8.1https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/ RHEL8 notehttps://www.rem-system.com/centos-linux8-install/ Great instruction in japanesehttp://www.jpcert.or.jp/index.html JPCERTCC(jp)http://jvn.jp/ Japan Vulnerability Notes(jp)http://semver.org v2.0.0.html Semantic Versioninghttps://www.gnu.org/software/grub/manual/html_node/index.html#SEC_Contents GNU GRUB Manual 2.00https://thinkit.co.jp/story/2014/11/28/5408 CPG(jp)http://itpro.nikkeibp.co.jp/article/COLUMN/20060224/230573/ IT Pro Linux commands INDEX(jp)https://eng-entrance.com/linux-package-rpm-yum-def RPM and YUMhttps://www.atmarkit.co.jp/ait/articles/2001/31/news006.html DNF Download the latest ISO image from the official site.The full contents version(everything ISO) is oversizing against DVD…

  • LAMP server quick, secure and abbreviated install manual 0

    0 Introduction Caution: I didn’t consider strict security in this document. You should know much more about the OS on your server to maintain proper securities for publications to the worldwide web. So I will firmly recommend this server to be constructed here shall be used for your study on how to make LAMP(Linux-Apache-MySQL-Perl, PHP,…

  • 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…

  • A message to politicians who bring out nasty words in japan.

    You cannot say the words which are not inside your brain. That is not ‘mistake’ but ‘messy talk’.

  • 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…