Tuesday, 16 February 2016 16:04

EURUSD daily chart and stratergy

Above:EURUSD daily chart, if EURUSD rebound to 1.129,my EA robot will short EURUSD 3 rounds(如果欧元反弹过1.129机器人自动连续空三次,如果一次止损则放弃计划)

Below:MT4,EA setup(F7)1 Hour timeframe Robot will short EURUSD 3 times continuously if the price break 1.129 and if stoploss 1 time, the EA will stop.(1小时机器人空欧元三次如果价格涨过1.129,如果一次被止损则机器人停止继续做空,目标至少两胜一负)

 

 

Monday, 15 February 2016 23:28

AUDUSD 4Hours chart and stratergy

Above:AUDUSD 4Hours chart, buy AUDUSD @3th line (red line is the third line),买入澳美在第三线(红线是第三线)

Below:AUDUSD 4Hours chart, sell AUDUSD @6th line.卖出澳美在第六线。

 

 

Fujisu Xerox DocuCentre Series multi function printer has issues with "scan to pc" setting,(no any document about the input format),I will introduce how to setup scan to pc for docucentre series multifunction printer.

  1. Name:any you like.
  2. Address Type:Server.
  3. Server Name/IP Address:your computer's name or IP address.
  4. SharedName: this is the shared folder's name, if the full network address is "\\fmhometech\Public\Dandenong\Xerox", then the SharedName is :Public.
  5. Server Path:is not the full path,only rest part of the full network address "Dandenong\Xerox".
  6. Username:computer name/IP address(or your Domain name/IP Address) with "\username".
  7. Password:the password for the user.
  8. Retype Password:Same as above.
  9. Port Number:Default Port.
Sunday, 14 February 2016 20:37

xauusd(Gold) Weekly chart and 4Hours chart

Above:XAUUSD weekly chart, break out the red line (已经突破红色趋势线),buy @4th line, sell@ 1st line,red line is the third line,(回调到周线第四根线买入,第一条线做空,红线是第三线)

Below:XAUUSD 4 Hours chart.buy @ 4th line (黄金涨幅巨大,耐心等待回调到第四线买入).

 

 

Friday, 12 February 2016 22:04

USOIL WEEKLY AND HOURLY CHART

上图:原油周线图,现在是很好的时机做多原油,反弹高概率,下周机器人自动做多。

下图:同时原油在四小时图第七线以2倍的risk进行补仓.

 

补仓的参数设置如图所示:

Friday, 05 February 2016 22:51

Setup Odoo SMTP Server

Must set default catch all email address from hosting cpanel:

 

  1. The default email address will "catch" any mail that is sent to an invalid email address for your domain. To send all default mail to the main mail account
  2. this default address will be used to send odoo mail. 

Step 1: Copy the contents of the “C:\Program Files\MYOB” and “C:\Premier11” folders (the name of this folder changes for each version of MYOB, but it is almost always in the root of the system drive). Make sure you keep the paths the same on the new computer.

Step 2: Make some registry changes. This is done through RegEdit. There are two slightly different versions of the registry settings, depending on the architecture of your computer. If you’ve never made changes to the registry before, make sure you at least take a backup of your computer before hand, or call in an expert.

When I was doing this for the first time, I found these registry values on the old computer. I found the necessary tweaks for 64-Bit varieties of Windows on the Instant Technology Blog.

32-Bit
[HKEY_LOCAL_MACHINE\Software\MYOB Technology
[HKEY_LOCAL_MACHINE\Software\MYOB Technology\AU
[HKEY_LOCAL_MACHINE\Software\MYOB Technology\AU\MSC][HKEY_LOCAL_MACHINE\Software\MYOB Technology\AU\MSC\3.0]
“JavaHome”=”C:\\Program Files\\MYOB\\Common\\JRE”

64-Bit
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\MYOB Technology][HKEY_LOCAL_MACHINE\Software\Wow6432Node\MYOB Technology\AU]
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\MYOB Technology\AU\MSC]
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\MYOB Technology\AU\MSC\3.0]
“JavaHome”=”C:\\Program Files\\MYOB\\Common\\JRE”

This tree structure is empty, except for one key: “JavaHome”. This points to the Java Runtime Environment you copied over, and is very necessary for MYOB to function correctly.

If you don’t add this registry value correctly, MYOB will run correctly until you log into your company file. You will be presented with this error: “Error 9004 was encountered when opening the M-Powered Services Centre data file“. This will occur, even if you don’t use M-Powered Services.

MYOB Error 9004: M-Powered Services

 

If you make the registry changed and still receive this error, you may need to change “3.0” to another version, such as “2.0”. The best way to find out is to take a look at the registry settings on the old computer.

Step 3: Run the MYOB Executable from the “C:\Premier11” folder (or variant). For Premier V11, it is called “Myobp.exe”.

Step 4: Open your “.MYO” file and log in. If all goes well, you should be able to start using MYOB.

Step 5: Create a desktop shortcut to the MYOB executable file.

Step 6: Extra step for some Windows 7 users: MYOB will need to be able to write to it’s folder (e.g. “C:\Premier11”). If you are not running Windows as an Administrator, you will need to enable write access to this folder for your use. This can be done in the Security tab of the Folder Properties window.

 

REF:http://mediarealm.com.au/articles/2012/12/moving-myob-new-computer-error-9004-m-powered-services/

 Step 1: Install Image


Source : http://www.postgresql.org/

x86 version : http://www.positiv-it.fr/QNAP/APP/QPostgreSQL_9.4.4_x86.qpkg.zip (no management UI)

Note :

Before install, please create a 'postgres' user via QTS 

Step 2: Install Image

Source : https://www.odoo.com

x86 download http://www.positiv-it.fr/QNAP/APP/QOdOO_8.150710_x86.qpkg.zip

x86 download http://www.positiv-it.fr/QNAP/APP/QOdOO_9.151007_x86.qpkg.zip

dependency :QPostgreSQL : http://forum.cachem.fr/viewtopic.php?f=21&t=2170 or http://forum.qnap.com/viewtopic.php?f=320&t=112074

Note :create as prior an user within QTS called 'odoo'

  1.  

PowerShell 3

Get-ChildItem –Path  “C:\Backups” –Recurse | Where-Object CreationTime –lt (Get-Date).AddDays(-5) | Remove-Item

PowerShell 2

Get-ChildItem –Path  “C:\Backups” –Recurse | Where-Object{$_.CreationTime –lt (Get-Date).AddDays(-5)} | Remove-Item

Explanation

  • Firstly we get FileInfo and DirectoryInfo objects in the Path C:\Backups.
  • FileInfo and DirectoryInfo objects both contain a CreationTime property, so we can filter the collection using that.
  • The –lt (less than) operator is then used to compare the CreationTime property of the objects with Get-Date (the current date) subtract 5 days.
  • This then leaves us with a collection of objects that were created more than 5 days ago, which we pass to Remove-Item.

Pro Tip

To see what will be removed you can use the –WhatIf parameter:

Get-ChildItem –Path  “C:\Backups” –Recurse | Where-Object CreationTime –lt (Get-Date).AddDays(-5) | Remove-Item –WhatIf

Command Prompt

While we recommend you use one of the PowerShell methods, without getting into any of the gritty details you can also do it from command prompt.

forfiles -p "C:\Backups" -s -m *.* -d -5 -c "cmd /c del @path"

Pro Tip

To see what files are going to be deleted you can use echo.

forfiles -p "C:\Backups" -s -m *.* -d -5 -c "cmd /c echo @file"

Overview: This article will cover the basics to join a Windows Client to the Synology Directory Server or QNAP LDAP Service. The ?Synology or QNAP Directory Server User’s Guide“ contains only description on how to join a DiskStation, Mac or a Linux Client to the Directory Server. But how to join a Windows Client is missing. This is because Windows doesn’t have a LDAP Client Build in.

Please make sure that the Synology LDAP Server or Qnap LDAP server is installed and configured before proceeding.

Step 1

Download the pGina from http://pgina.org/ and Install it on your Windows Clients.

The pGina is a CredentialProvider replacement for Windows which allows alternate methods of interactive user authentication and access management.

 

Step 2

Start the pGina Configuration to configure pGina for using the Synology Directory Server for authentication. Make sure the pGina Service is Running and the Credential Provider is registered and enabled.

Step 3

In the tap “Plugin Selection” select the plugin “LDAP Authentication”.

Step 4

In the LDAP Plugin Settings Dialog you have to enter the configuration of your Directory Server.

LDAP Host(s): name or IP address of the Directory Server.

LDAP Port: 636

Use SSL: enable

DN Pattern: uid=%u,cn=users,dc=sinology,dc=com (the dc values have to be changed depending on your configuration)

Leave the rest to the default values.

Step 5

In the tap Plugin Order you might change the order of the Authentication Plugins, so the LDAP Authentication is on the top.

 

Step 6

Now you can test the pGina configuration in the Simulation tap. Enter a LDAP user name and it’s password and run the test. If the test results are Success your done, otherwise there is something wrong with the configuration you have entered.

   
© NGworks © copyright 2010,ABN:34495741945