USOIL 4Hour Chart Forecast And Trading Strategies
Please Update The Newest Fibonacci Channel File(请及时更新最新的斐波那契通道文件): http://www.ngworks.com.au/index.php/ea-robot

Description (Image Above):USOIL 4Hour chart,USOIL will kepp going up to the 6th line of 4hour Fibonacci channel, "Sar Trading Station" EA robot will start short position when the price reach the 6th line (美油4小时图,美油最多反弹到第六根线,然后会有大幅回撤,"Sar Trading Station"机器人已经准备好第6线做空美油)
Setting (Image Below):MT4 EA setup(F7)1Hour timeframe "Sar Trading Station" robot will sell USOIL when the price reach to the 6th line and trade 2 rounds.(1号一小时机器人在美油反弹到4小时斐波那契通道第6条线做空两轮)

USOIL Weekly Chart Forecast

Description (Image Above):USOIL Weekly chart,USOIL will have high probability drop from 5th line to the 6th-7th line of weekly Fibonacci channel, "Sar Trading Station" EA robot will start short position when the price reach the 5th line (美油周线,美油高概率会从周线第5根线跌到第六根或者第七根线,"Sar Trading Station"机器人已经准备好第5线附近做空美油)
AUDUSD 4Hour Chart Forecast And Trading Strategies

Description (Image Above):AUDUSD 4Hour chart,AUDUSD will have high probability bounce to the 5th line of 4hour Fibonacci channel, "Sar Trading Station" EA robot will start short position when the price reach the 5th line (澳美4小时线,澳美高概率会反弹到达第5根线终结,"Sar Trading Station"机器人已经准备好第5线做空澳美)
Setting (Image Below):MT4 EA setup(F7)1Hour timeframe "Sar Trading Station" robot will sell audusd when the price reach to the 5th line and trade 2 rounds.(1号一小时机器人在澳美反弹到4小时斐波那契通道第5条线做空两轮)

GBPAUD Daily Chart Forecast And Trading Strategies

Description (Image Above):GBPAUD dailyly chart,GBPAUD will have high probability go up to the fifth line , "Sar Trading Station" EA robot will start short position when the price got to the fifth line (镑澳日线,镑澳上涨趋势将会到达第五根线终结,"Sar Trading Station"机器人已经准备好第五线做空镑澳)
Setting (Image Below):MT4 EA setup(F7)1Hour timeframe "Sar Trading Station" robot will sell gbpaud when the price reach to the fifth line and trade 2 rounds.(1号一小时机器人在镑澳涨到日线斐波那契通道第五条线做空两轮)

How To Install Full Version Vi & Manually Setup Network Of Ubuntu
Preparation: Install Full Version Vi (Make Vi easy to use)
- Uninstall the common version Vi: sudo apt-get remove vim-common
- Install full version vim:sudo apt-get install vim
Lets first learn howto check the current network interface settings you can use the ifconfig command as shown below.

How to configure DHCP address for a specific network card
In order to configure DHCP address you will need to edit the 'interfaces' file /etc/network/interfaces .
| sudo vi /etc/network/interfaces |
Use vi editor to edit this file, vi editor is available by default on the Ubuntu server. You can use gedit on Ubuntu desktop edition, gedit is a GNOME based editor. Inside the file delete or comment (for commenting add hash '#' just before each line) everything. You are advised to use # to comment original setting so that you can revert to old setting if necessary. Now enter the following lines and save the file. And restart the network service.
| # The primary network interface use DHCP to find our address auto eth0 iface eth0 inet dhcp |
| sudo /etc/init.d/networking restart |
Note: Replace eth0 with your own network interface card.
How to configure Static IP address for your network card
In order set static IP address you need to edit the /etc/network/interfaces.
| sudo vi /etc/network/interfaces |
Replace everything with the following lines. Also change eth0 with your own network interface card. Here 192.168.1.7 is the static IP address that we want to set.
| # The primary network interface auto eth0 iface eth0 inet static address 192.168.1.7 gateway 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 |
After you are done with editing, save the file then you will have to restart the networking services in order to apply the new network settings. Use the following command to do so.
| sudo /etc/init.d/networking restart |
How to configure the DNS
DNS configuration of the Ubuntu is similar to that of other linux flavors or distributions. For static lookup you will need to add hostname and corresponding IP address to the file /etc/hosts as explained in next section.
In order to use a particular domain name server for name lookup you simply need to add its IP address to the file /etc/resolv.conf. For example if we want to use a domain name server, with IP address 192.168.1.10, for domain name lookup we will have to edit resolv.conf file. Open the file with the following command.
| sudo vi /etc/resolv.conf |
And then add the following lines.
| search test.com nameserver 192.168.1.10 |
How to set or change hostname in Ubuntu
Hostname can be very easily manipulated in Ubuntu. You can directly query, or set the hostname with the hostname command.
To see the current hostname use the following command.
| sudo /bin/hostname |
To change the hostname use the command given below, change the newhostname with your own hostname.
| sudo /bin/hostname newhostname |
When your system reboots it will automatically read the hostname from the file /etc/hostname.
How to setup second IP address or virtual IP address in Ubuntu
Sometimes you may need to setup a second IP address for your computer, specially if you are a server administrator. To do this you need to edit the /etc/network/interfaces file.
| sudo vi /etc/network/interfaces |
Add the following lines in the file. Change according to your IP address settings.
| auto eth0:1 iface eth0:1 inet static address 192.168.1.60 netmask 255.255.255.0 network x.x.x.x broadcast x.x.x.x gateway x.x.x.x |
You need to enter correctly all the network details such as address, netmask, network, broadcast and gateway values. Once you have completed this, save this file and then restart networking services using the following command so that new settings are applied.
| sudo /etc/init.d/networking restart |
Refer Link: http://www.botskool.com/geeks/how-configure-network-ipv4-dns-or-dhcp-using-terminal-ubuntu-server
How To Fix Ubuntu Screen Flicker On VMWare Virtual Machine
Problems:
After install Ubuntu 15.10,the login screen idisplay normal, but the screen flicker display every second after login
Solution:
The problem is cause by not installing the proper driver for the Ubuntu system, run the commands below:
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
sudo reboot
GBPAUD Weekly Chart And Trading Strategy

Description (Image Above):GBPAUD weekly chart,GBPAUD will have high probability go up, "Sar Trading Station" EA robot has open long position last week (镑澳澳周线,镑澳即将上涨,"Sar Trading Station"机器人已经开始上周做多)
Setting (Image Below):MT4 EA setup(F7)1Hour timeframe "Sar Trading Station" robot will buy gbpaud when the price is below 1.8(white EMA line) and trade 2 rounds.(1号机器人在镑澳澳跌到白色均线附近1.80后启动补仓程序,做多两轮)

EURAUD Weekly Chart and Trading Strategy

Description (Image Above):EURAUD weekly chart,EURAUD will have high probability go up, "Sar Trading Station" EA robot will long EURAUD (欧澳周线, 欧澳即将上涨,"Sar Trading Station"机器人会开始做多euraud)
Setting (Image Below):MT4 EA setup(F7)1Hour timeframe "Sar Trading Station" robot will buy euraud when the price is below 1.45 and trade 2 rounds.(1号机器人在欧澳跌破1.45后启动做多,做两轮)

AUDUSD Monthly & Weekly Chart and Trading Strategy


Description (Image Above):AUDUSD monthly chart (above) and weekly chart,AUDUSD will have high probability go down, "Sar Trading Station" EA robot will short sell AUDUSD soon when the price is close to the 3rd line of weekly chart (澳美月线和周线, 澳美即将大幅下挫,"Sar Trading Station"机器人会开始做空AUDUSD 当价格反弹到周线第三根线附近)
"Big News Trading Station" 3.0 Will Release Soon
Please Visit "https://www.mql5.com/en/market/product/10164"
1.Test AUDUSD from 11/04/2016 to 13/04/2616, setup trading with 1 minute timeframe chart.

2. setup Risk=50 (Stop Loss=50 Us Dollar), BuyOrSell=Auto, Other parameter is default.

3. The Strategy test is shown as below, Total trade 37 times, Short position is 15, long position is 22, Profit Trades 32 (86.49%), Loss Trades is 5 (13.51%), Maximum consecutive win is 19 times and 491 US Dollar Profit.......Total net profit is 389.25 US Dollar

Please Visit "https://www.mql5.com/en/market/product/10164"
