Page 1 of 1

CFG_MO Strategy

PostPosted: Tue Apr 03, 2012 1:45 am
by Apprentice
CFG_MO Strategy.png

The user can choose
which cross, will be used for Entry / Exit signals.
There are three combinations.
MO / SM2, MO / SM3 or SM2 / SM3

1. Algorithm
Open Long
sm 2> sm 3 and sm3 > buy level and mo cross over sm2
Open Short
sm 2 < sm3 and sm3 < sell level and mo cross under sm2

CFG_MO Strategy.lua
(20.19 KiB) Downloaded 952 times


Please install cfg_mo.bin in order to use this strategy.
viewtopic.php?f=17&t=3007&p=21982#p21982

The Strategy was revised and updated on December 09, 2018.

Re: CFG_MO Strategy

PostPosted: Tue Aug 28, 2012 3:07 pm
by Pullmann
Your CFG MO Strategy does very well.Great work!

Would it be possible to modify or add these features:

-Open an position if MO has a certain value that can be chosen from a dropdown-menu

for example: if MO=115 open sell-position and close position if MO=15

Re: CFG_MO Strategy

PostPosted: Wed Aug 29, 2012 1:05 am
by Apprentice
Your request is added to the development list.

Re: CFG_MO Strategy

PostPosted: Mon Dec 05, 2016 10:11 am
by Apprentice
Bump up.

Re: CFG_MO Strategy

PostPosted: Tue Dec 06, 2016 9:17 am
by fxlion
can you add one more option to this stategy

    buy level: 50
    sell level:50
    buy; sm 2> sm 3 and sm3 > buy level and mo cross over sm2
    sell: sm 2 < sm3 and sm3 < sell level and mo cross under sm2

Re: CFG_MO Strategy

PostPosted: Wed Dec 07, 2016 3:29 am
by Apprentice
Added.