Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: randallnunezsancho
About
User Name: randallnunezsancho
Groups: Member
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Tuesday, February 9, 2010
Last Visit: Saturday, April 13, 2013 9:40:50 AM
Number of Posts: 3
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Divergence smi ergodic indicator
Posted: Thursday, May 20, 2010 10:29:03 AM
amigo

de la emocion se me olvido agradecerte....GRACIAS

THANK YOU!!!!
Topic: Divergence smi ergodic indicator
Posted: Wednesday, May 19, 2010 11:37:35 PM
can I send you a picture? ...email?
 
Topic: Divergence smi ergodic indicator
Posted: Wednesday, May 19, 2010 11:35:24 PM
I tried to that one, but no...thank you
I think is more like this..

'# MACD = indicator.unlinked.MACD
'*********************************************
'* if Price.Close > Price.Close(1) then Pass *
'*********************************************
'# Period = userinput.integer = 50
If price.Close = price.MinClose(period) And price.Close < price.MinClose(period, period) * 1.01 AndAlso _
    macd.value = macd.minlow(period) and macd.minlow(period) > macd.MinLow(period, period) + .5 Then pass

.but with the condition I said before (smi ergodic indicator 7,20,7, 5 min candles)