PureBytes Links
Trading Reference Links
|
Alex
You can try the Parameter function in Explorer. Search for Parameter
eg
time = Param("days", 14,10,22,4);
Buy = Cross(20, RSI(time));
Sell = 0;
Filter = Buy;
AddColumn(RSI(time),"rsi value",1.2);
Then in Exploration you can change the RSI time period by clicking on Parameters and changing the value in the slider bar.
ChrisB
skalik2001 <skalik2001@xxxxxxxxx> wrote:
HI! I am new to the Am with no programing knowelige.
If sombody help me with formula for momentum indicator where i could
change period manualy .
Any help greatly appriciated
Alex
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups SponsorADVERTISEMENT
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|