Vetrivel System Strategy

Strategies are published here.

Moderator: admin

Vetrivel System Strategy

Postby Apprentice » Fri Mar 04, 2016 1:38 pm

EURUSD H1 (03-04-2016 1902).png

Vetrivel systems by Gomu Vetrivel
As described in the article November 2005 issue of Technical Analysis of STOCKS & COMMODITIES magazine.

Base System
var:x(0);
x=absvalue(c-c[1]);
if c>average(c,10) and c[1]<average(c,10)[1] then buy at c;
if c<average(c,10) and c[1]>average(c,10)[1] then sell at c;


Hypothesis 1
x=absvalue(c-c[1]);
if x>x[1] and c>average(c,10) and c[1]<average(c,10)[1] then buy at c;
if x>x[1] and c<average(c,10) and c[1]>average(c,10)[1] then sell at c;

Hypothesis 2
x=absvalue(c-c[1]);
if x<x[1] and c>average(c,10) and c[1]<average(c,10)[1] then buy at c;
if x<x[1] and c<average(c,10) and c[1]>average(c,10)[1] then sell at c;

Exit (all three systems)
if marketposition=-1 and c>average(c,5) then exitshort at c;
if marketposition=1 and c<average(c,5) then exitlong at c;
Vetrivel System Strategy.lua
(22.87 KiB) Downloaded 558 times


The Strategy was revised and updated on January 21, 2019.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Vetrivel System Strategy

Postby Apprentice » Sat Dec 23, 2017 12:55 pm

The strategy was revised and updated.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Custom Strategies

Who is online

Users browsing this forum: No registered users and 9 guests