Page 2 of 2

Re: Two Averages Oscillator

PostPosted: Thu Dec 11, 2014 4:47 am
by Apprentice
Can you clarify your request.

Re: Two Averages Oscillator

PostPosted: Tue Jan 06, 2015 6:07 am
by spinemaligna
Firstly Happy New Year to all.

I have a request to modify the oscillator so that it will change the colour of bar once the difference between the averages reaches a certain level. I use it along with the Woodies CCI and would like it to display a neutral colour bar until the difference reaches a certain level when it would display either red or green depending on direction. Could a signal also be incorporated once the difference has reached a certain level.
If this is not possible then could the oscillator be changed to allow level lines to be drawn as on the Woodies CCI.
This would make scanning several charts much easier.

Thanks in advance,

Ross

Re: Two Averages Oscillator

PostPosted: Sun Jan 25, 2015 1:22 pm
by Apprentice
Difference between two different indicators Added.

Re: Two Averages Oscillator

PostPosted: Fri Aug 19, 2016 4:04 am
by Apprentice
Minor update.

Re: Two Averages Oscillator

PostPosted: Wed Nov 09, 2016 4:49 pm
by Kilgharrah
Hi development team,

Is there a possibility to develop an strategy based on 3_10.lua ? with all the usual options of any strategy, taking care of properly functioning options Start & Stop Time, and if not much work Is it possible to add a Stop order in pips based on the value of ATR (Price source, period and multiplier) and would be spectacular if it is possible that the limit also had this feature.

Thanks in advance

Re: Two Averages Oscillator

PostPosted: Fri Nov 11, 2016 1:38 pm
by Apprentice

Re: Two Averages Oscillator

PostPosted: Fri Nov 11, 2016 7:42 pm
by Kilgharrah
Hi Apprentice, once again I have no words, only admiration for the speed and efficiency. Additionally I feel a little embarrassed to ask the functioning of the fields Cap Position and Position Exit, could you please explain to me a little.

And if not too much to ask if you can add an entry field that functions as target to compare it with the profit / loss reached in the day and once reached or exceeded stop strategy. Or if you recommend combining this strategy with some other existing strategy that already perform this task.

thank you very much

Note: a misspelling in the second line should read Limit Multiplier

Re: Two Averages Oscillator

PostPosted: Sat Nov 12, 2016 3:03 pm
by Apprentice
Use Position Cap - if set to false/no
Max Number Of Open Position In Any Direction / Max Number Of Position In One Direction limit will not be used.


Use Position Instrument in Position Exit true/yes
Use Position CustomID in Position Exit true/yes
Should be set to true
Strategy will only close Positions with same CustomID & Instrument as strategy.

Use Position Instrument in Position Exit false
Use Position CustomID in Position Exit true
Strategy will close all Positions with same CustomID as strategy.

Use Position Instrument in Position Exit true
Use Position CustomID in Position Exit false
Strategy will close all Positions with same Instrument as strategy.

Typo is fixed now.