fxcodebase-backup

Two groups MA strategy

Source: https://fxcodebase.com/code/viewtopic.php?f=31&t=13722
Forum: 31 · Topic 13722 · 2 post(s)


Two groups MA strategy

Alexander.Gettinger · Mon Feb 20, 2012 1:55 pm

Strategy work with 2 sets of moving averages.

BUY condition: Highest MA from group1 crosses above the highest MA from group2.

SELL condition: Lowest MA from group1 crosses below the lowest MA from group2.

Download strategy:

Two_Group_MA_Strategy.lua

For this strategy must be installed Set_Of_Averages2.lua (viewtopic.php?f=17&t=9568&p=26451#p26451) and Averages indicator (viewtopic.php?f=17&t=2430).

The Strategy was revised and updated on November 21, 2018.


Re: Two groups MA strategy

Apprentice · Sun Dec 04, 2016 8:01 am

Bump up.