Hi Miguel,
I think I'm stil missing something, because this is not working in my case :-(
Let me start from the beginning.
"Close as Won" for opportunity is hidden with this function:
function HideOppWonButton(){
return ((Xrm.Page.getAttribute("actualclosedate").getValue())!= null)
}
Function for ribbon autorefresh looks like this:
function RefreshOppRibbon(formContext){
formContext.ui.refreshRibbon(true);
}
These are my Form Properties settings:

