[amibroker] Re: Crazy indicator value

2009-05-31 Thread Mohammed
. --- In amibroker@yahoogroups.com, Mohammed softnews2003@ wrote: Hi, I write the following code to plot MACD four hours value in the fifteen minute time frame. BUT the value showing it is not equal to the value showing in four hours timeframe, I found that the value show in fifteen minute

[amibroker] Re: Realtime Quote not working in Local Database settings

2009-05-30 Thread Mohammed
Hi, Do you think the Local Database work with Realtime Quotes? I think You have set the database from File -- database setting -- data source. Regards Moh --- In amibroker@yahoogroups.com, wil2seq wilson_seque...@... wrote: does any one have any idea how to get symbols in Realtime

[amibroker] Time Question.

2009-05-29 Thread Mohammed
Hi all, When I use date () it is showing the date and time, the time showing are the Hour and minutes only. Is there any way to show the seconds. I'm using 15Minutes timeframe? Also is there any way to show only the time, Not all time and date? Regards

[amibroker] Re: Time left in bar

2009-05-29 Thread Mohammed
Hi, Any one test Ara code? //File: Time Left in Bar PlotOHLC(Open,High,Low,Close,,colorBlack,styleCandle); BarTime1 = (LastValue(TimeNum() - Now(4))); _N(TimeBase = Interval(2)); _N(StrBarTime = NumToStr(BarTime1,1.0,False)); BT_Length = StrLen(StrBarTime); //Format time left for display

[amibroker] Re: Code modification Please

2009-05-28 Thread Mohammed
( BarSinceCrossDown, x5, t - offset ); } GfxSelectFont( Arial, 9, 700 ); GfxSetTextColor( colorWhite ); Bar = Bar; x4 = 78; GfxTextOut( Bar, x4, t - offset ) ; Mike --- In amibroker@yahoogroups.com, Mohammed softnews2003@ wrote: Hi Mike, I try the code you provide here, But I'm

[amibroker] Re: Code modification Please

2009-05-27 Thread Mohammed
Hi Mike, I try the code you provide here, But I'm not able to add it as part of my other code. Can u help please. Thanks an advince --- In amibroker@yahoogroups.com, Mohammed softnews2...@... wrote: Hi Mike, I appreciated your reply. I will try that. Thanks again. Regards

[amibroker] Code modification Please

2009-05-26 Thread Mohammed
Hi all, For the following code I'm using two values to show the number of bars since MACD cross. One value for up and one for down. These values showing both in the chart page, I would like to show only the last values depending to cross if the cross up I need to show the values for up and if it

[amibroker] Re: Code modification Please

2009-05-26 Thread Mohammed
{ // Last cross ever was down } Or possibly if (SelectedValue(BarsSinceCrossedGreen) SelectedValue(BarsSinceCrossedRed)) { // Last cross up to selection was up } else { // Last cross up to selection was down } Mike --- In amibroker@yahoogroups.com, Mohammed softnews2003

[amibroker] Show Foreign Close in other Chart

2009-05-24 Thread Mohammed
Hi Frends, How can I use Foreign with the following code. Current_Close = StrFormat( %g , C, SelectedValue( ROC( C, 1 ) ) ); GfxSelectFont( Verdana, 9, 700 ); GfxSetBkMode( 1 ); GfxSetTextColor( colorBlue); pxHeight = Status( pxchartheight ); t = pxHeight; x5 = 10; GfxTextOut( Current_Close,

[amibroker] Multiple color.

2009-05-19 Thread Mohammed
Hi Frends, I'm using this code to show price in color depanding to my intery point. For example : mycolor = IIf(MACD() Signal(), colorGreen, colorRed); Current_Close = StrFormat( %g , C, SelectedValue( ROC( C, 1 ) ) ); GfxSelectFont( Arial Black, 15, 700 ); GfxSetBkMode( 1 );

[amibroker] Re: Multiple color.

2009-05-19 Thread Mohammed
Hi, I got error saying: Error 5. Argument # 1 Has incorrecttype ( the function expects different argument type Here). I expect to change price color depandng to macd cross. Regards --- In amibroker@yahoogroups.com, Mohammed softnews2...@... wrote: Hi Frends, I'm using this code

[amibroker] Re: Multiple color.

2009-05-19 Thread Mohammed
. You could probably use the SelectedValue function on the (MACD() Signal()) condition to figure the current color in the same way that you are using it to figure the current close. Mike --- In amibroker@yahoogroups.com, Mohammed softnews2003@ wrote: Hi Frends, I'm using

[amibroker] Arrow for start of Hours

2009-05-11 Thread Mohammed
Hi all, I know how to show arrow for start if week dayofweek, but how to show it for four hours or one hours? Appreciate any help Regards

[amibroker] Zoom in And Zoom out problem

2009-04-19 Thread Mohammed
Hi All, I'm using two monitors, and each monitor has several windows, my problem are with the zoom in and zoom out. Each time I close AB and open it I have to adjust each window depending to my window size. My question is there any kind of code that can setup the size of each window zoom or

[amibroker] Re: Zoom in And Zoom out problem

2009-04-19 Thread Mohammed
/131425 Best regards Mohammed a écrit : Hi All, I'm using two monitors, and each monitor has several windows, my problem are with the zoom in and zoom out. Each time I close AB and open it I have to adjust each window depending to my window size. My question

[amibroker] Re: Zoom in And Zoom out problem

2009-04-19 Thread Mohammed
Hi herman, Thank you for your reply, and I will wait :-) Regards

[amibroker] Decimal Digits Problem

2009-04-18 Thread Mohammed
Hi friends, I'm using this code in the Title to show how many pip prices go up or down from open price. The problem with it, it show 9 decimal digits, I would like to show only 4 decimal digits. Also if it passable for you guys to add another line for daily average that will be nice. Because I

[amibroker] Some assistance please

2009-04-17 Thread Mohammed
Hi all, Any one can solve the problem with the following Code please. I want to get the Pips to open price. but i get error. GfxSelectFont( Arial Black, 22, 700 ); GfxSetBkMode( 1 ); GfxSetTextColor( colorLightBlue); pxHeight = Status( pxchartheight ); t = pxHeight; x5 = 27; Q = C - O;

[amibroker] Re: Some assistance please

2009-04-17 Thread Mohammed
Hi Panos, Thank you very much for your reply, The market now closed, and I'm not able to test this code. What I'm looking for is to plot How many pips the pair go Up or down from the open price. Hopefully I explained clearly Regards.

[amibroker] Some Problem Please help.

2009-03-08 Thread Mohammed
Hi all, For some reason I format me laptop and reinstall amibroker with the new version, I have problem with the price chart, in the daily view it showing only bar style even I set it to candle. And when I change the period to weekly it showing as a candle. Please help, why the price not

[amibroker] Re: Analyze all stock symbols at endof day

2008-10-09 Thread Mohammed
Hi bhakta79, If you want some assistance let me know. Regards --- In amibroker@yahoogroups.com, Prashanth [EMAIL PROTECTED] wrote: Hello, Use AddtoWatchlist() syntax to move all the Buy Signal symbols to a seperate Watchlist. Cheers Prashanth - Original Message -

[amibroker] Correction Percentage.

2008-10-08 Thread Mohammed
Hi All, I would like to show correction percentage for HHV and LLV beside each number in the Explore window, I do have the calculation for it ,it showing numbers only, I need to add the Percentage mark(% ). Any one can help Please. Regards,

[amibroker] Adding date to HHV and LLV filter

2008-10-07 Thread Mohammed
Hi, I'm using the following code to filter HHV and LLV, I would like to add the date to it where is the highest and lowest price accurse. TodayClose = C; HH = HHV( Close, 730 ); LL = LLV( Close, 730 ); Filter = TodayClose; AddColumn( HH, HH, 1.2 ); AddColumn( LL, LL, 1.2 ); AddColumn(

[amibroker] Re: Adding date to HHV and LLV filter

2008-10-07 Thread Mohammed
= HHVBars(Close,730); HHDate = Ref(DateTime(),-HHB); LLB = LLVBars(Close,730); LLDate = Ref(DateTime(),-HHB); On Tue, Oct 7, 2008 at 4:04 PM, Mohammed [EMAIL PROTECTED] wrote: Hi, I'm using the following code to filter HHV and LLV, I would like to add the date to it where

[amibroker] Re: Adding date to HHV and LLV filter

2008-10-07 Thread Mohammed
Regards --- In amibroker@yahoogroups.com, Tony Grimes [EMAIL PROTECTED] wrote: Ooops, hit send too soon. AddColumn( HHDate, HHDate, formatDateTime); AddColumn( LLDate, LLDate, formatDateTime); On Tue, Oct 7, 2008 at 5:23 PM, Mohammed [EMAIL PROTECTED] wrote: Hi Tony, Thank you

[amibroker] Re: Adding date to HHV and LLV filter

2008-10-07 Thread Mohammed
it coded like this: HHB = HHV(Close,730); HHDate = Ref(DateTime(),-HHB); LLB = LLV(Close,730); LLDate = Ref(DateTime(),-HHB); On Tue, Oct 7, 2008 at 6:35 PM, Mohammed [EMAIL PROTECTED] wrote: Thank you very much Tony, But it sitll given me wrong date as a highest price date. Please see

[amibroker] Forex and AB

2008-09-25 Thread Mohammed
Hi, Currently I'm using Rateserver plug in . I'm wandering if there is other way to connect AB To forex. Regards

[amibroker] Time Coding Help Please....

2008-09-23 Thread Mohammed
Hi all I would like to highlight the chart background between (09:00 AM and 05:00 PM)? Any One can help Please .. Regards,

[amibroker] Re: Time Coding Help Please....

2008-09-23 Thread Mohammed
- From: Mohammed To: amibroker@yahoogroups.com Sent: Tuesday, September 23, 2008 6:56 PM Subject: [amibroker] Time Coding Help Please Hi all I would like to highlight the chart background between (09:00 AM and 05:00 PM)? Any One can help Please .. Regards,

[amibroker] Re: Time Coding Help Please....

2008-09-23 Thread Mohammed
= 093000; endtime = 16; timecond = TimeNum() = starttime AND TimeNum() = endtime; SetChartOptions(0, chartShowDates); Plot(C,C,colorWhite,64); Plot( timecond, , colorDarkGrey, styleArea|styleOwnScale,0,1); - Original Message - From: Mohammed To: amibroker@yahoogroups.com Sent

[amibroker] Re: Time Coding Help Please....

2008-09-23 Thread Mohammed
Thanks so much, Regards --- In amibroker@yahoogroups.com, Edward Pottasch [EMAIL PROTECTED] wrote: yes that looks good, rgds, Ed - Original Message - From: Mohammed To: amibroker@yahoogroups.com Sent: Tuesday, September 23, 2008 8:00 PM Subject: [amibroker

[amibroker] How to Fix This Time Code.

2008-09-23 Thread Mohammed
I'm trying to highlight the area where each market open and close, With Mr: Edward Pottasch assistance I got the start point, I coded the following code. The problem in Japanesetime it is not showing the area color. SetChartOptions(0, chartShowDates); Plot(C,C,colorBlack,64); NewYorkOpen =

[amibroker] Re: How to Fix This Time Code.

2008-09-23 Thread Mohammed
Hi Panos, Thank you for your reply, Yes that right when I change the time it is plot the area color, But the Japanesetime market time is (open 7:00 PM to 3:00 AM whish means we have to use the correct open and closed time. Regards, --- In amibroker@yahoogroups.com, Panos Boufardeas [EMAIL

[amibroker] Re: How to Fix This Time Code.

2008-09-23 Thread Mohammed
Thank you very much Graham. And I would like to know your outlook about this code. All the best, --- In amibroker@yahoogroups.com, Graham [EMAIL PROTECTED] wrote: Because the time straddles midnight you need to change the conditions Japanesetime = TimeNum() = JapaneseOpen OR TimeNum() =

[amibroker] scroll here function

2008-09-19 Thread Mohammed
Hi All, First Sorry if my explanation not clear, I'm not sure if this function there or not, For system studying I selected my entry point in the daily chart and I would like to see what is going in in the 4 hours frame, I have to scroll by mouse in the 4 hours time frame till I got my

[amibroker] Price Digit

2008-09-18 Thread Mohammed
Hi All, When I plot Fib retracement it showing only three digit. For example: it show : 0.64 while price is 0.6426. How can I show all digit? Regards.

[amibroker] Re: Price Digit

2008-09-18 Thread Mohammed
Any one can help Please --- In amibroker@yahoogroups.com, Mohammed [EMAIL PROTECTED] wrote: Hi All, When I plot Fib retracement it showing only three digit. For example: it show : 0.64 while price is 0.6426. How can I show all digit? Regards.

[amibroker] Re: Price Digit

2008-09-18 Thread Mohammed
, Mohammed softnews2003@ wrote: Any one can help Please --- In amibroker@yahoogroups.com, Mohammed softnews2003@ wrote: Hi All, When I plot Fib retracement it showing only three digit. For example: it show : 0.64 while price is 0.6426. How can I show all

[amibroker] StudyID Formula Error.

2008-09-02 Thread Mohammed
Hi All, I Copy following formula from help file in AmiBroker, But it give me an error. To many arguments Sell = Cross( Study( SU ), Close, GetChartID()); I would like to use it for BUY. I change it to Buy = Cross( C , Study( SU ), GetChartID()); But it still given my Error. Please help.

[amibroker] Re: StudyID Formula Error.

2008-09-02 Thread Mohammed
. All the best. --- In amibroker@yahoogroups.com, Tomasz Janeczko [EMAIL PROTECTED] wrote: Should be a parameter of Study(), not Cross() call Buy = Cross( C , Study( SU, GetChartID() ) ); Best regards, Tomasz Janeczko amibroker.com - Original Message - From: Mohammed [EMAIL

[amibroker] How to use yesterday condition in today

2008-08-29 Thread Mohammed
Hi all, How to use yesterday condition in today. For example: If yesterday macd Cross signal and today RSI(14) ref(RSi(14),-1); Thanks in advance

[amibroker] New indicator needed.

2008-08-25 Thread Mohammed
Hi All, Any one can create indicator that can measure the distance between price and Simple Moving average and plot the result as a histogram or any good shape. Regards.

[amibroker] Re: Help with writing formula

2008-08-17 Thread Mohammed
); //--\ Regards Mohammed --- In amibroker@yahoogroups.com, mravie7 [EMAIL PROTECTED] wrote: Hi Mohammed, Many thanks for your help. I think I made a mistake...I was actually looking for a INDICATOR which when put on a price chart with there EMAs would give

[amibroker] Re: Help with writing formula

2008-08-16 Thread Mohammed
Hi, BUY when 5 EMA crosses 6 EMA SELL when 6 EMA crossed 5 EMA buy = cross(EMA(c,5) , EMA(c,6)); Sell = cross(EMA(c,6) , EMA(c,5)); Regards --- In amibroker@yahoogroups.com, mravie7 [EMAIL PROTECTED] wrote: Hi, Greetings!! Can someone help me in writing a formula with buy and sell

[amibroker] Re: Quotetracker Pivot Points

2008-08-14 Thread Mohammed
Thank you droskill for this code.. All the best --- In amibroker@yahoogroups.com, droskill [EMAIL PROTECTED] wrote: In the interest of others that might find it useful - here's the code for Quotetracker Pivot Points - I'm also working on a version for Camarilla Pivot Points. One

[amibroker] Re: Quotetracker Pivot Points

2008-08-14 Thread Mohammed
Hi guys; If I want to plot the pivot in the daily chart, should I need to change inDaily to inweekly for the Calculation? Regards --- In amibroker@yahoogroups.com, sidhartha70 [EMAIL PROTECTED] wrote: Use PlotText()... here's some standard Pivot code...

[amibroker] I'm give up with Study ID code, Please help..

2008-08-05 Thread Mohammed
Hi all, I'm give up with this to code. I'm trying to use Study ID with my chart, I have plot a trend lien over the chart and assign RE for it , after that I do scan for the breakout but it is not give any result. Yes I have some of my trend lines broken and It should be showing in my scan.

[amibroker] fundamental data

2008-08-03 Thread mohammed zaman
i want to call shares short prior month in the afl.i used GetFnData(sharesshortpriormonth); But it shows that it is not correct field.will anybody help ? thanks

[amibroker] Color Qoustion

2008-07-28 Thread Mohammed
Hi, Is there any code that we can use to get a transparence color? Regards

[amibroker] Re: Color Qoustion

2008-07-28 Thread Mohammed
: There might be a way depending on --What are you trying to do? On Jul 28, 2008, at 11:59 AM, Mohammed wrote: Hi, Is there any code that we can use to get a transparence color? Regards Please note that this group is for discussion

[amibroker] Help With Study ID.

2008-07-27 Thread Mohammed
Hi All, I draw my trend lien over the chart and assigned study ID RE for it. then I wrote this code: buy = cross( close ,study( RE )); with bar reply I do some scan to see the formula result when the price cross the trend line, but I didn't get any result for the scan? Any Suggestion

[amibroker] High to Low XigZag

2008-07-05 Thread Mohammed
Hi, I'm looking for Zigzag indicator that connect from High to Low. Not for close or open act.. Any one has it? Thank you an advance. Regards

[amibroker] Harmonic Price Patterns Scan.

2008-07-03 Thread Mohammed
Hi, I'm using AB and I would like to ask if there is any plug in for Harmonic Price Patterns such as: AB=CD, Bat, Butterfly, Crab and Gartley. Or if the Pattern Explorer willing to add this feature. Regards.

[amibroker] Re: Harmonic afl's

2008-06-30 Thread Mohammed
--- In amibroker@yahoogroups.com, mohefi8 [EMAIL PROTECTED] wrote: Hello, gents, I've been searching for harmonic AFL's, such as butterfly's AB=CD, It will be great help. Regards. I'm interesting in this too, but I think it is more difficult to code it.

[amibroker] Any One can help With ( GfxSetTextColor ) Please

2008-06-20 Thread Mohammed
Hi, With the following Code I'm trying to change the Color inside the Box depending to the JJ status.But I got an error in the last line. jj = c O; UpColor = colorgreen; DownColor = colorred; GfxSelectFont( Georgia, 11, 700 ); GfxSetBkMode( 1 ); //GfxSetTextColor( colorWhite );

[amibroker] Re: Any One can help With ( GfxSetTextColor ) Please

2008-06-20 Thread Mohammed
Any one can help Please --- In amibroker@yahoogroups.com, Mohammed [EMAIL PROTECTED] wrote: Hi, With the following Code I'm trying to change the Color inside the Box depending to the JJ status.But I got an error in the last line. jj = c O; UpColor = colorgreen; DownColor

[amibroker] Re: Any One can help With ( GfxSetTextColor ) Please

2008-06-20 Thread Mohammed
, 2008, at 6:15 AM, Mohammed wrote: Hi, With the following Code I'm trying to change the Color inside the Box depending to the JJ status.But I got an error in the last line. jj = c O; UpColor = colorgreen; DownColor = colorred; GfxSelectFont( Georgia, 11, 700

[amibroker] Re: Timeframeset question

2008-06-15 Thread Mohammed
Hi; Please try this one. I'm not sure if it work or not.. TimeFrameSet( in1Minute); Vol_Trig= V = BBandTop(V,10,2); RSI_Trig = RSIa(C,10)70; TimeFrameRestore(); Vol_Trig_ = TimeFrameExpand(Vol_Trig, in1Minute);

[amibroker] Please help fpr plottext.

2008-05-25 Thread Mohammed
Hi all, ValleyCond1 = y2 y3; // Higher Low OR Lower Low ValleyCond2 = y2 = y3; // DB = Double button LLHL = WriteIf( ValleyCond1, HL, LL ); PlotText( L,x2,VALLEY_ONE_WRITEPOSITION*y2,colorBlack,colorWhite ); PlotText( LLHL,x3,VALLEY_ONE_WRITEPOSITION*y3,colorBlack,colorWhite ); With the

[amibroker] Number of quotations setting.

2008-05-08 Thread Mohammed
to set each window quotation individually? Regards, Mohammed

[amibroker] Re: Floor Trader Pivots

2008-04-25 Thread Mohammed
- From: Mohammed To: amibroker@yahoogroups.com Sent: Friday, April 25, 2008 1:28 AM Subject: [amibroker] Floor Trader Pivots Hi All, I'm trying to write the formula for Pivot Point, support and resistance as it showing in the following code. /* Pivot Point

[amibroker] Some Problem with AlertIF.

2008-04-04 Thread Mohammed
Hi folks, I'm using AlertIF function to send email, but the problem is if I view the chart and click over it , if I click over any arrow where my system meet it send email directly. How can I control this function to send email only for the last bar and when it closed? Regards.

[amibroker] AlertIf Question?

2008-04-03 Thread Mohammed
Hi, Is this code enough to send mail for buy signal? beside other setting under Prefernces -- Alert. AlertIf( Buy, My Email [EMAIL PROTECTED], A sample alert on +FullName(), 1 ); Regards,

[amibroker] Four Hours Time Frame In Coding

2008-04-02 Thread Mohammed
Hi, I would like to use 4 Hours Time frame in the coding. Any one can please help. Currently I'm using this for one Hour. Time = inHourly; TimeFrameSet( Time); Regards,

[amibroker] Re: Four Hours Time Frame In Coding

2008-04-02 Thread Mohammed
Hello miche1a, Thank you so much. Regards --- In amibroker@yahoogroups.com, miche1a [EMAIL PROTECTED] wrote: in240mn=240*60; Timeframeset (in240mn); It's what I will use... --- In amibroker@yahoogroups.com, Mohammed softnews2003@ wrote: Hi, I would like to use 4 Hours

RE: [amibroker] Back-testing a simple trading system

2008-04-01 Thread mohammed zaman
all the bosses sorry for disturbing you.I am not a programmer so i cant debug the errors. will you help me by sending the full coding?it is giving error. Thanks to all. Rukon --- Amit Ehrenreich [EMAIL PROTECTED] wrote: Frank, Say you want to sell after a 3% rise, and have a stop-loss

[amibroker] Intraday code question

2008-03-27 Thread Mohammed
Hi, I'm using DayOfWeek to show arrows in daily chart when the bar in weekly timeframe closed. How to show the arrows In hourly timeframe where the bar in four hours timeframe closed. I try to find it but I can't . Thank you for help. Regards

[amibroker] Re: AFL Shapes cheat sheet

2008-03-12 Thread Mohammed
Hi, How to download the PDF file? Attachment(not stored) Regards. --- In amibroker@yahoogroups.com, Dennis Brown [EMAIL PROTECTED] wrote: Hello, I have attached a PDF of a one page cheat sheet for AFL shape names for the PlotShapes() command I created today. I wanted to get some

[amibroker] Color Formula Help Please.

2008-03-12 Thread Mohammed
Hi, why I get error in this formula: insidebar = H = Ref( H, -1 ) AND L = Ref( L, -1 ) ; kColor = IIf(insidebar, colorBlue, colorLightGrey); _SECTION_BEGIN(Setting); kColor = ParamColor(New Week Shape Color,kColor); _SECTION_END(); Thank you an advance Regards

[amibroker] Re: Color Formula Help Please.

2008-03-12 Thread Mohammed
). Mike --- In amibroker@yahoogroups.com, Mohammed softnews2003@ wrote: Hi, why I get error in this formula: insidebar = H = Ref( H, -1 ) AND L = Ref( L, -1 ) ; kColor = IIf(insidebar, colorBlue, colorLightGrey); _SECTION_BEGIN(Setting); kColor = ParamColor(New Week Shape Color

[amibroker] Re: LineArray Questions

2008-03-11 Thread Mohammed
and BarIndex() = startIndex and BarIndex() endIndex, startHigh, Null), , colorWhite, styleThick); Bill - Original Message - From: Mohammed To: amibroker@yahoogroups.com Sent: Sunday, March 09, 2008 3:57 PM Subject: [amibroker] LineArray Questions Hi All

[amibroker] Re: LineArray Questions

2008-03-11 Thread Mohammed
or something else add code that draws the different types of lines that you want. Bill - Original Message - From: Mohammed To: amibroker@yahoogroups.com Sent: Tuesday, March 11, 2008 2:52 PM Subject: [amibroker] Re: LineArray Questions Dear Bill, Thank you

[amibroker] Please direct me

2008-03-05 Thread Mohammed
Hi, I remember that read article about paint the area between the bands line in userkb. any one remember where it is? Regards

[amibroker] Three SMA In one AFL file and call it using #Include_once.

2008-03-04 Thread Mohammed
I would like to add three SMA Indicators in one afl file and call it with #include_once function. But when I change the name in _SECTION_BEGIN , and the length in the Periods it is not change as I wish. If I set the periods to 50 it showing 550. _SECTION_BEGIN(MA15); P = ParamField(Price

[amibroker] Re: Three SMA In one AFL file and call it using #Include_once.

2008-03-04 Thread Mohammed
AUTOMATICALLY by AmiBroker during drag-drop operation. They should NOT be put into include files. include files are for user-defined functions. Not for auto- generated drag-drop code. Best regards, Tomasz Janeczko amibroker.com - Original Message - From: Mohammed To: amibroker

[amibroker] horizontal line from weekly data in daily Chart.

2008-03-02 Thread Mohammed
Hi All, I do some search for line array and user's guide, and couldn't find what I'm looking for. It may be there but I'm not professional for coding. I would like to plot horizontal line in the previous bar high Ref (H,- 1) in weekly bar. The Line will be there until the current bar Close,

[amibroker] Re: Day's Name abbreviation.

2008-02-29 Thread Mohammed
Hi All, Any One can help with this code please?? Regards. --- In amibroker@yahoogroups.com, Mohammed [EMAIL PROTECTED] wrote: Hi all, I'm using WeeklyBar = DayOfWeek() == 0; To plot a small arrow bellow the weekly bar in daily chart. Any one can help please to plot

[amibroker] Re: Day's Name abbreviation.

2008-02-29 Thread Mohammed
. --- In amibroker@yahoogroups.com, Mohammed [EMAIL PROTECTED] wrote: Hi all, I'm using WeeklyBar = DayOfWeek() == 0; To plot a small arrow bellow the weekly bar in daily chart. Any one can help please to plot the abbreviation of the day as (Sun, Mon, Tue, wed, Thu, Fri and Sat). I search

[amibroker] Re: Day's Name abbreviation.

2008-02-29 Thread Mohammed
but try to understand what is happening. Ask yourself why a particular function is used in the way that it is. x = selectedvalue(dayofweek()); if(x == 0) x = sun; if(x == 1) ... etc. title = date() ++ x; Bill - Original Message - From: Mohammed [EMAIL PROTECTED

[amibroker] Re: Day's Name abbreviation.

2008-02-29 Thread Mohammed
(DayOfWeek()); x = StrExtract( Sun,Mon,Tue,Wed,Thu,Fri,Sat, x ); Best regards, Tomasz Janeczko amibroker.com - Original Message - From: Mohammed [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Friday, February 29, 2008 8:06 PM Subject: [amibroker] Re: Day's Name abbreviation

[amibroker] Re: Changeing Code from [graph0, graph1] To Plot.

2008-02-26 Thread Mohammed
()? What do you get? http://www.amibroker.com/guide/afl/afl_view.php?id=114 - Original Message - From: Mohammed To: amibroker@yahoogroups.com Sent: Tuesday, February 26, 2008 3:42 PM Subject: [amibroker] Changeing Code from [graph0, graph1] To Plot. Hi all

[amibroker] Re: Changeing Code from [graph0, graph1] To Plot.

2008-02-26 Thread Mohammed
); Thanks --- In amibroker@yahoogroups.com, wavemechanic [EMAIL PROTECTED] wrote: What code did you use for Plot()? - Original Message - From: Mohammed [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Tuesday, February 26, 2008 10:18 PM Subject: [amibroker] Re: Changeing

[amibroker] How to show only last arrow.

2008-02-25 Thread Mohammed
Hi, I'm using this formula to plot arrow. CrossUp = Cross(C,PeakOneLine); PlotShapes( CrossUp * shapeUpArrow, colorGreen ); How can I show only last arrow? Regards

[amibroker] Question about start of Month.

2008-02-24 Thread Mohammed
Hi, With DayOfWeek we use: dayofweek() == 1; To specify the start of week. What is the formula to specify the start of Month? Regards

[amibroker] Small Arrow Under each Monday date.

2008-02-23 Thread Mohammed
Hi, I would like to have a small arrow under each Monday date. Any one can help please. Regards

[amibroker] Re: Where is my mistake.

2008-02-21 Thread Mohammed
); // this shows or removes the plot totally OR Plot( IIf(Averages, MA( P, Periods ),Null),, COND , Style); // this just makes the plot values the MA or null -- Cheers Graham Kav AFL Writing Service http://www.aflwriting.com On 21/02/2008, Mohammed [EMAIL PROTECTED] wrote: Hi, I'm

[amibroker] Where is my mistake.

2008-02-20 Thread Mohammed
Hi, I'm trying to set the Properties of moving Averages in the following code. I would like to use ParamToggle ( On,Off) to show or hide the moving Average, But it is not working. -- UpColor = colorBrightGreen; DownColor = colorRed;

[amibroker] stop copy to custom folder

2008-02-15 Thread Mohammed
Hi, When I adit any AFL file it copy it to custom folder. How to stop copy to custom folder? Regards,

[amibroker] More than companies on one pane.

2008-02-13 Thread Mohammed
Hi, Is it passable to add more than companies on one pane? For example: I would like to add the MFI indicator for five companies in one pane. Please advice. Regards

[amibroker] Re: More than companies on one pane.

2008-02-13 Thread Mohammed
Plot(... Plot(... - Original Message - From: Mohammed [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Wednesday, February 13, 2008 12:56 PM Subject: [amibroker] More than companies on one pane. Hi, Is it passable to add more than companies on one pane

[amibroker] Re: More than companies on one pane.

2008-02-13 Thread Mohammed
Janeczko amibroker.com - Original Message - From: Mohammed [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Wednesday, February 13, 2008 9:56 PM Subject: [amibroker] More than companies on one pane. Hi, Is it passable to add more than companies on one pane

[amibroker] Re: portfolio backtesting

2008-02-05 Thread Mohammed
Open Automatic Analysis and select current symbol. under apply to options --- In amibroker@yahoogroups.com, jim fenster [EMAIL PROTECTED] wrote: Yes but I would like a summary per symbol, not all the trades of each symbol. So if I were to test 100 symbols in the portolio, I would have 100

[amibroker] Too many arguments error??

2008-01-30 Thread Mohammed
Hi, Any One can correct this mistake Please. y0=LastValue(Trough(L,5,2)); y1=LastValue(Trough(L,5,1)); x0=BarCount - 1 - LastValue(TroughBars(L,5,2)); x1=BarCount - 1 - LastValue(TroughBars(L,5,1)); Line = LineArray( x0, y0, x1, y1, 1 ); Plot(C, C, colorBlack, styleCandle); Plot( Line, Trend

[amibroker] Please help me to plottext with LineArray.

2008-01-29 Thread Mohammed
Hi, How can I plot text with Line Array? I try the following Code But I'm not able to modify. Any one can help please. I want to plot (H, HH) or (L,LL) dist = 1.5*ATR(10); for( i = 0; i BarCount; i++ ) { if( Buy[i] ) PlotText( Buy\n@ + C[ i ], i, L[ i ]-dist[i], colorGreen ); if( Sell[i] )

[amibroker] What is the wrong with this formula ?????????

2008-01-29 Thread Mohammed
Hi , y0=LastValue(Trough(L,5,2)); y1=LastValue(Trough(L,5,1)); x0=BarCount - 1 - LastValue(TroughBars(L,5,2)); x1=BarCount - 1 - LastValue(TroughBars(L,5,1)); Line = LineArray( x0, y0, x1, y1, 1 ); Plot(C, C, colorBlue, styleCandle); Plot( Line, Trend line, colorBlue ); PlotText( L + Line,

[amibroker] Re: What is the wrong with this formula ?????????

2008-01-29 Thread Mohammed
the problem is! - Original Message - From: Mohammed To: amibroker@yahoogroups.com Sent: Tuesday, January 29, 2008 7:21 PM Subject: [amibroker] What is the wrong with this formula ? Hi , y0=LastValue(Trough(L,5,2)); y1=LastValue(Trough(L,5,1)); x0

[amibroker] Re: What is the wrong with this formula ?????????

2008-01-29 Thread Mohammed
I try it many times, but I couldn't do it. Please help Regards, --- In amibroker@yahoogroups.com, Ara Kaloustian [EMAIL PROTECTED] wrote: Youre plot text function takes 4 arguments ... look in help for correct format - Original Message - From: Mohammed [EMAIL PROTECTED

[amibroker] Plot Text with Line Array.

2008-01-25 Thread Mohammed
Hi, Is it passable to plot text with Line Array, where x0 start and x1 end? I try it many times but I couldn't do. For example: under point x1 H and under point x1 HH. Regards.

[amibroker] LineArray confusing.

2008-01-24 Thread Mohammed
Hello, I'm new to AB Coding and I have some confusing in LineArray. Can any one clarify which is the start point of draw ( Is it x0 OR x1 OR y0 OR y1). AND why we use four points here ( x0, y0, x1, y1). All the best.

[amibroker] Re: LineArray confusing.

2008-01-24 Thread Mohammed
generates single line. To produce multiple lines you have to call it many times with different co-ordinates See attached Regards ChrisB Mohammed wrote: Hello, I'm new to AB Coding and I have some confusing in LineArray. Can any one clarify which is the start point of draw

  1   2   >