Page 1 of 1

Aroon oscillator strategy

PostPosted: Mon Nov 22, 2010 4:26 am
by Alexander.Gettinger
Strategy based on Aroon oscillator (viewtopic.php?f=17&t=671&p=5503#p5503).

If oscillator crosses upward [level] strategy close SELL order (if open) and open BUY order.
If oscillator crosses down [-level] strategy close BUY order (if open) and open SELL order.

Aroon_Oscillator_Strategy.png


AroonOscillatorStrategy.lua
(15.41 KiB) Downloaded 1383 times


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

Re: Aroon oscillator strategy

PostPosted: Wed Dec 01, 2010 8:04 am
by difrach
First, thank you for your work.
Excuse my English but is not my mother language.

I try to test this new strategy.
To do so, would it be possible to change certain elements?
A) Open L when the oscillator crosses the line -50 down (so coming from a higher);
B) Close S at the same time then A;
C) Open S when the oscillator crosses the line +50 down (so coming from a higher);
D) Close L at the same time then C.

Moreover, the alert sound does not work because in the settings when you want to choose a sound file, are only found in the menu the pairs!)
In advance thank you.

Re: Aroon oscillator strategy

PostPosted: Wed Dec 01, 2010 10:00 am
by Apprentice
It is possible.
I'll try I can finish in the shortest possible time.

Re: Aroon oscillator strategy

PostPosted: Thu Dec 02, 2010 12:14 am
by Alexander.Gettinger
difrach wrote:First, thank you for your work.
Excuse my English but is not my mother language.

I try to test this new strategy.
To do so, would it be possible to change certain elements?
A) Open L when the oscillator crosses the line -50 down (so coming from a higher);
B) Close S at the same time then A;
C) Open S when the oscillator crosses the line +50 down (so coming from a higher);
D) Close L at the same time then C.

Moreover, the alert sound does not work because in the settings when you want to choose a sound file, are only found in the menu the pairs!)
In advance thank you.


For reverse strategy I added new parameter "TypeSignal".

Download:
AroonOscillatorStrategy.lua
(15.97 KiB) Downloaded 1320 times

Re: Aroon oscillator strategy

PostPosted: Mon Dec 06, 2010 2:10 pm
by difrach
Hello, and thank you for your help.
I tested your oscillator in "reverse" mode and I can tell you it is quite efficient for OPEN BUY and CLOSE SELL in uptrend.
By cons, it should be improved for the CLOSE BUY and OPEN SELL.
Would it be possible to program in the same strategy, the CLOSE BUY and OPEN SELL when the oscillator touch +100 or when it crosses the line +50 coming from the top to the down after cutting this line + 50 before from the bottom to the top (after a summit of the oscillator)?

In advance thank you.
Jacques

Re: Aroon oscillator strategy

PostPosted: Tue Jan 03, 2012 1:19 pm
by hallgreen1234
I want to use aroon as a strategy but keep getting indicater string not recognised

Re: Aroon oscillator strategy

PostPosted: Wed Jan 04, 2012 6:56 am
by Apprentice
I believe that is the cause is known TS bug.

Re: Aroon oscillator strategy

PostPosted: Sun Dec 04, 2016 6:20 am
by Apprentice
Bump up.