randallnunezsancho |
Member
|
Registered User |
|
|
|
|
Gender: |
|
Tuesday, February 9, 2010 |
Saturday, April 13, 2013 9:40:50 AM |
3 [0.00% of all post / 0.00 posts per day] |
|
amigo
de la emocion se me olvido agradecerte....GRACIAS
THANK YOU!!!!
|
can I send you a picture? ...email?
|
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)
|
|