Archive for July, 2011

Jul
11

Plotting Lunar Cycle

Received a number of request on the lunar cycle plot I showed in the blog article Lunar Cycle – First Look in DaytradingBias.com

Here it is. It is done with the formula indicator with the following formula code.

$utc := datetime2utc (date + 0.5);
utc2julian ($utc, $jd, $jt);
moonphase ($jd, $jt, $mp);
$mp;

Nothing fancy. Just calling the built-in functions to do the job.

It will be a simple exercise for the readers to create a custom indicator based on the code provided.

Jul
8

Grid Optimizer 2.0 Build 6 Released

New Features

– Working with NeoTicker using multiple instances
– New database engine to improve performance on 200K+ cases environment. Testing shows 2 million plus cases work fine
– Window 7 ready

Requirements

– NeoTicker 4.50 (or later releases)

Warning

– Grid Optimizer 2 utilizes a completely new database file format that is not compatible with the database files from version 1. GO2 can auto convert your project data into version 2 format. If you want to keep the original optimization results for use with version 1, make backup copy of the files.

Blog Developed
By ContentRobot