(I don't understand what the purpose of the 10bar to 200 bar parameter is ? 
...Below partial code...)  
 
Percentage = Param("Percentage", 0..5, 0.5, 5, 0.1); 
n_bars = Param("Bars", 10,200,10); 
ThirdBreakPointPrice = ValueWhen(Cum (Cross (High, Study("DN", GetChartID()))) 
== 3, High , 1); 

Buy = Close > (1 + Percentage / 100.0) * ThirdBreakPointPrice;  
Sell  = 0 ; // ??? 
Buy = ExRem(Buy,Sell); 
BuyArrow = IIf(Buy, shapeUpArrow,shapeNone); 
PlotShapes(BuyArrow, colorGreen, 0,L); 




________________________________
From: nifty46 <[email protected]>
To: [email protected]
Sent: Saturday, March 14, 2009 9:57:29 PM
Subject: [amibroker] help to convert this into AFL


any FRIEND please help to convert this logic into AFL:- buy & plot = 
close(CURRENT MARKET PRICE) is just above...(param field PRICE in parameter,0. 
5% to 5%), from the third point of tuching a downtrend (lower low) trend line 
in a ...(param field in parameter 10bar to 200 bar) as needed we set in 
parameters, THAX IN ADVANCED with regards nift...@y A H O O .C O M



Messages in this topic (1) Reply (via web post) | Start a new topic 
Messages | Files | Photos 
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to 
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


 
Change settings via the Web (Yahoo! ID required) 
Change settings via email: Switch delivery to Daily Digest | Switch format to 
Traditional 
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe 
Recent Activity
        *  40
New Members
        *  2
New FilesVisit Your Group 
Give Back
Yahoo! for Good
Get inspired
by a good cause.
Y! Toolbar
Get it Free!
easy 1-click access
to your groups.
Yahoo! Groups
Start a group
in 3 easy steps.
Connect with others.
. 

__,_.._,___


      

Reply via email to