Displaying 4 results from an estimated 4 matches for "wason".
Did you mean:
jason
2012 Sep 04
1
Producing a SMA signal when closing price is above the moving average for 3 days
I have loaded price data for GE and then calculated a 50 day simple moving
average. Then I have a created a ifelse statement that produce a 1 when
GE's closing price is above the simple moving average and a 0 when GE
Closing price is below the 50 day simple moving average.
However, what I really want to do is to produce a 1 for when the price is
above the simple moving average for 3 days
2010 May 03
0
How to judge whether SSL has been applied?
How to judge whether or not the SSL has been applied on the server IIS
with ruby on rails?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email
2010 May 03
0
How to read config on rails?
How to set and read config settings on rails?
For example: a path to be get by a variable.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email
2010 May 10
0
How RoR extract a http parameterfrom arequest?
This is request made from the client:
new Ajax.Updater("sip_tab_content",
"/rails/test_modules/show/"+$F"boardid"),
{method :''get'',
onFailure:displaySIPTabFailure,
onComplete:displaySIPTabFailure
});
This is controller from the ROR controller acting as