Topic: Please someone help me program a custom indicator

Hello there,

Is there anyone who could please program for me a custom indicator so that the fast line is above the slow line for stochastics? smile

I want to put together the following system, but the stochastics indicator does not have that option.

Anyway, for everones interest, my final system will be as follows:

[5 minute chart]
• 10 period WMA (Weighted Moving Average)
• 20 period SMA (Simple Moving Average)
• Slow Stochastic (10,6,6 (exponential))
• RSI (28)
• MACD (24/52/18 (exponential))

To signal a long trade "BUY" : MA1 > MA2, RSI > 50, MACD Fast > MACD Signal and Stochastic is signaling up (fast line above the slow line).

To signal a short trade "SELL" : MA1 < MA2, RSI < 50, MACD Fast < MACD Signal and Stochastic is signaling down (fast line below slow line).

Re: Please someone help me program a custom indicator

Try this, I think it may match your request above.

Post's attachments

MA_Stoch_RSI_MACD.zip 1.79 kb, 22 downloads since 2010-05-16 

You don't have the permssions to download the attachments of this post.

Re: Please someone help me program a custom indicator

Sarmer,

Let me know how this works out for you.  Are you using any sort of higher time frame filter (manual)?

Doug

Re: Please someone help me program a custom indicator

Thanks Krog So Much!  I will let you and dmm301 know how it works out! big_smile