[amibroker] Vwap from IB to AMibroker

2010-08-08 Thread Deepak Patade
Hi, I am planning to takeup Interactive brokers( IB india) as my broker. VWAP is provided by IB as one of the data field apart form OHLCV. I wanted to know how shall i integrate this VWAP into amibroker. I want to use this Vwap further for writing my afl. It would be of great help to me Deepak

Re: [amibroker] standard for average price

2010-07-12 Thread Deepak Patade
 Deepak Patade Not what i was looking for. I donot want the formula. I am getting it as a ready feed from my data vendor. I need to know what annotation does average price have in AMibroker From: Lionel Issen To: amibroker@yahoogroups.com Sent: Sun, July 11

[amibroker] help needed on how to write those marked // in the afl below

2010-07-11 Thread Deepak Patade
 //OPENING CONDITION FOR R AND A ONLY OC1=s1s2 AND s2>s3 AND r1>r2 AND r3>r1 AND CS2 AND S2>S3 AND R1>R2 AND R3> R1); // OPENING CONDITION FOR D ONLY OC2=S1>S3 AND S3>S2 AND R1>R2 AND R3>R2;//CONDITION TO BE MET AR 9 AM BuyCOND=S1S2 AND S2>S3 AND R1>R2 AND R3>R1 AND CS3 AND S3>S2 AND R1>R2 AND R

[amibroker] Time restraint

2010-07-09 Thread Deepak Patade
Hellooo Guys, How do iput in my afl, 1.Place order only after 11 am to 2pm. Not after 2pm. 2.Donot enter call when the signal has come before 11 am and 3.stay in the call if the signal has come before 2 pm. Deepak Patade

[amibroker] Broker.layers file corrupted

2010-07-08 Thread Deepak Patade
i am getting the mesaage , broker.layer file corrupted , amibroker will not be loaded Please help urgentlyDeepak Patade

[amibroker] buy= buycondition+1

2010-07-01 Thread Deepak Patade
How to code this, Buy=Buycond > supres; and buy should be one point above the buy condition  Deepak Patade

[amibroker] average traded price

2010-06-22 Thread Deepak Patade
How to write the afl line to calculate the average traded price of the stock.  Deepak Patade

[amibroker] Superimposing

2010-02-17 Thread Deepak Patade
Hello , I have a simple plot of MACD, Stoch and price. Price range is 50 to 6000 MACD range is -10 to +10 stoch range is 0 to 100. How can i plot all the three in the same graph superimposed on each other. I acheived plotting two but third one is a real twister for me //Superimposing _N(*Title*

Re: [amibroker] Re: ADX based trading system

2010-02-01 Thread Deepak Patade
Hello TJ, Can i expect your help in this else this thread will not survive and this idea would be left behind On Sun, Jan 31, 2010 at 6:23 PM, Deepak Patade wrote: > Mr Vijay shinde you need to start a fresh thread for that. > It is very wrong to jump with new requirements. > If you ne

Re: [amibroker] Re: ADX based trading system

2010-01-31 Thread Deepak Patade
: > > > Excuse me sir, > My help is diff than your coding, plz can anyone will provide me > ADXcellence Book by Charles Schaap. > > ------ > *From:* Deepak Patade > *To:* amibroker@yahoogroups.com > *Sent:* Fri, 29 January, 2010 7:41:28 PM > *Subjec

Re: [amibroker] Re: ADX based trading system

2010-01-29 Thread Deepak Patade
l it work---how can I text (PLOT TEXT for BUY/SELL OR LONG/SHORT/COVER > Value ?) > > Asis > > > > > Deepak Patade wrote: > > > This is fine , > Can we add some more lines to this. > cover any buy or sell if any one of either macd or stoch crosses after the >

Re: [amibroker] Re: ADX based trading system

2010-01-28 Thread Deepak Patade
This is fine , Can we add some more lines to this. cover any buy or sell if any one of either macd or stoch crosses after the buy or sell signal. say m1>s1 and k >d , so a buy signal is given since both are in buy mode. this call is to be covered if either of this goes out of the trade i.e s1>m1 or

[amibroker] ADX based trading system

2010-01-28 Thread Deepak Patade
mentioned conditions)or how to code that use stoch when adx is declining( above conditions)    Deepak Patade,X - 1992, Nasik.

Re: [amibroker] Edward=Can this be written = Complicated i thought

2010-01-15 Thread Deepak Patade
Thanks Edward There is one requirement  in it though. Whenever a new high or low is acheived it should be plotted on the chart. That does not happen. also when about the alert, the alert should be there atleast for a minute or a substantial time frame.  Deepak Patade, Nasik

[amibroker] Can this be written = Complicated i thought

2010-01-14 Thread Deepak Patade
I want to write the lowest value and the highest value of the day for RSI in real time. The value should change if the earlier low or high is breached. Then I must get a alert if a new high or low is acheived. Deepak Patade, Nasik.

[amibroker] ** In Amibroker how to change ticksize=

2010-01-13 Thread Deepak Patade
In Amibroker Symbol ==> information ==> contract specification ==> ticksize   For most of my stocks the same is set as Zero. How can i change the same to .5, 1 , 1.5 or of my choice Deepak Patade,Nasik.

[amibroker] Lowest value and the highest value of the day for RSI in real time.

2010-01-12 Thread Deepak Patade
I want to write the lowest value and the highest value of the day for RSI in real time. The value should change if the earlier low or high is breached   Then I must get a alert if a new high or low is acheived.  Deepak Patade,Nasik.

[amibroker] Sell at price 1% up from last Buy;

2010-01-12 Thread Deepak Patade
How to write an afl line meaning following; Sell = Sell at price 1% up from last Buy; Cover = Buy at price 1% low from last Short; Deepak Patade,Nasik.

Re: [amibroker] ATM breakout - Rahul Mohinder

2010-01-04 Thread Deepak Patade
I am not well acquainted with Metaastock, but the same can be obtained from www.viratechsoftware.com  Deepak Patade, Nasik. From: Ton Sieverding To: amibroker@yahoogroups.com Sent: Mon, January 4, 2010 1:11:10 PM Subject: Re: [amibroker] ATM breakout - Rahul

[amibroker] ATM breakout - Rahul Mohinder

2010-01-03 Thread Deepak Patade
Hello , Does any one have the afl code for ATM breakout by rahul mohinder which he uses for metastock. www.viratechsoftware.com Deepak Patade,Nasik.

Fw: [amibroker] Re: Vortex Indicator

2010-01-03 Thread Deepak Patade
Hello, Has any one by any chance optmised the vortex indicator for the indian markets especially NSE  Deepak Patade, Nasik. - Forwarded Message From: Bob Waits To: amibroker@yahoogroups.com Sent: Sat, January 2, 2010 7:21:59 PM Subject: Re: [amibroker] Re: Vortex Indicator

Re: [amibroker] candle color, price and macd

2009-12-23 Thread Deepak Patade
Thanks MR Reinsley Deepak Patade, Nasik. From: reinsley To: amibroker@yahoogroups.com Sent: Wed, December 23, 2009 3:49:13 PM Subject: Re: [amibroker] candle color, price and macd   Hi, Some ideas applied to histogram MACD : Best regards // Macd Rising

[amibroker] candle color, price and macd

2009-12-22 Thread Deepak Patade
+ _PARAM_VALUES(), ParamColor("Signal color", colorRed ), ParamStyle("Signal style") ); Plot( ml-sl, "MACD Histogram", ParamColor("Histogram color", colorBlack ), styleNoTitle | ParamStyle("Histogram style", styleHistogram | styleNoLabel, maskHistogram ) ); Deepak Patade,Nasik.

[amibroker] How to write this stoploss (buy stoploss)

2009-12-22 Thread Deepak Patade
is given.   same for sell     Deepak Patade,Nasik.

Re: [amibroker] Bollinger and ADX scan

2009-12-14 Thread Deepak Patade
;=1 and midiff>=10  Deepak Patade,Nasik. From: Rajiv Arya To: amibroker@yahoogroups.comSent: Tue, December 15, 2009 1:07:33 AMSubject: RE: [amibroker] Bollinger and ADX scan  BBdiff=bbandTop- bbandBot;midiff=pdi(range) -mdi(range) ; filter=(bbdiff<=5) and (midiff>=5); R  To: Techni

[amibroker] Bollinger and ADX scan

2009-12-14 Thread Deepak Patade
DX(range), _DEFAULT_NAME(), ParamColor( "ADX color", colorBlue ), ParamStyle("ADX style", styleThick ) );Plot( PDI(range), "+DI", ParamColor( "+DI color", colorGreen ), ParamStyle("+DI style") );Plot( MDI(range), "-DI", ParamColor( "-DI color", colorRed ), ParamStyle("-DI style") );_SECTION_END(); Deepak Patade,Nasik.

[amibroker] Bollinger band cross with price

2009-12-11 Thread Deepak Patade
); Width = Param("Width", 1, 0, 10, 0.05 ); Color = ParamColor("Color", colorCycle ); Style = ParamStyle("Style"); Plot( BBandTop( P, Periods, Width ), "BBTop" + _PARAM_VALUES(), Color, Style ); Plot( BBandBot( P, Periods, Width ), "BBBot" + _PARAM_VALUES(), Color, Style );     this is BB afl. Do help out  Deepak Patade,Nasik.

[amibroker] addcolumn help

2009-11-28 Thread Deepak Patade
I need to add a column in backtest treport say there is a buy at 100 and sell at 105 then this column should write then difference 105-100= 5

Re: [amibroker] elliot wave afl required [1 Attachment]

2009-11-28 Thread Deepak Patade
Prasanta, Hope this afl helps you  Deepak Patade, Nasik. From: prasantaroy36 To: amibroker@yahoogroups.com Sent: Sat, November 28, 2009 10:09:16 PM Subject: [amibroker] elliot wave afl required   Dear friends In advance get software elliot wave include for

Re: [amibroker] pl, help me to provide code

2009-11-27 Thread Deepak Patade
can you write how to get moving average till yesterday and not today  Deepak Patade, Nasik. From: Prashanth To: amibroker@yahoogroups.com Sent: Fri, November 27, 2009 10:55:08 PM Subject: Re: [amibroker] pl, help me to provide code   Plot((Sum(C, 5)/5

Re: [amibroker] some functional help needed in modifying this afl

2009-11-25 Thread Deepak Patade
hat > learned ones > do suggest > > -- Forwarded message -- > From: Deepak Patade > Date: Thu, Nov 19, 2009 at 6:21 PM > Subject: [amibroker] some functional help needed in modifying this afl [1 > Attachment] > To: amibroker@yahoogroups.com > >

Re: [amibroker] Re: Is this tedious to write , please help

2009-11-25 Thread Deepak Patade
ySignal = ...; > WeakClose = Close < MA(Close, 10) * 1.0075; > Buy = BuySignal AND NOT WeakClose; > > Additional tutorials can be found here: > > http://www.amibroker.com/guide/tutorial.html > > Mike > > > --- In amibroker@yahoogroups.com , Deepak > Patad

[amibroker] Is this tedious to write , please help

2009-11-24 Thread Deepak Patade
How to write this in afl for a triangular moving avearge "if current close value is not greater than previous 10 bars avarage value * 1.0075 then it should not give Buy Signal & if current close value is not greater than previous 10 bars avarage value * 1.0075 then it should not give SELL Signal

[amibroker] Limiting number of positions ( contracts)

2009-11-24 Thread Deepak Patade
I trade only futures and while i backtest then number of contracts bought are very huge in the AA how can i limit the number of contracts Tried numcontracts this is simple. i am missing something

Re: [amibroker] Re: witing value on chart

2009-11-23 Thread Deepak Patade
thankyou wooziwog It works Yes we are proud of our senior learned members  Deepak Patade, Nasik. From: wooziwog To: amibroker@yahoogroups.com Sent: Mon, November 23, 2009 12:09:14 PM Subject: [amibroker] Re: witing value on chart   Two functions can be used

[amibroker] witing value on chart

2009-11-22 Thread Deepak Patade
how can i write the value on chart for a signal generated. i want it at the spot where there is a arrow on the chart and not at the left top corner. So whever a buy/sell is generated it writes the value at that point Tried writeval, but it writes at the corner

Re: [amibroker] Is it possible to backtest with 2 symbols as part of the same trade?

2009-11-20 Thread Deepak Patade
A watchlist will solve this On Fri, Nov 20, 2009 at 3:34 PM, potatosoupz wrote: > > > Essentially I want to hold two stocks at the same time, entering and > exiting them at the same moment. It seems like the back tester runs the > buy/sell conditions on each symbol at a time, is there no way to

Fwd: [amibroker] some functional help needed in modifying this afl

2009-11-19 Thread Deepak Patade
any takers on this can i use flip or something like that learned ones do suggest -- Forwarded message -- From: Deepak Patade Date: Thu, Nov 19, 2009 at 6:21 PM Subject: [amibroker] some functional help needed in modifying this afl [1 Attachment] To: amibroker@yahoogroups.com

Re: [amibroker] Any way to change the text in a tab?

2009-11-19 Thread Deepak Patade
that seems a good proposition BUT what if the timing is differetn, say 15 min, 30 min any ideas on that On Thu, Nov 19, 2009 at 3:55 PM, furinkazaan wrote: > > > Maybe you could try having each of the 10 charts on a different sheet > instead of opening 10 different windows. You could code each

[amibroker] some functional help needed in modifying this afl [1 Attachment]

2009-11-19 Thread Deepak Patade
i have a afl triangular , i slightly modified it to get signals i want signal every time a green dot appears for two consecutive times and if after one green dot a red appers the previous is green is to be nullified and it has to wait again for two green dots in a sequence.( the other way for red d

[amibroker] Very useful for capital efficiency -- of great help

2009-11-19 Thread Deepak Patade
*I read this in a book and just pasting it here as it is* *can be of use for efficient use of capital* *very useful* ** *""" I was using something called the Kelly formula that Ralph Vince* *had popularized. I found the Kelly formula in a little blackjack* *book, and Ralph and I started fooling a

Fwd: [amibroker] Multiple time frame price charts in one pane....POSSIBLE?

2009-11-19 Thread Deepak Patade
I am also in need of such kind of thing. Senior members can please help out -- Forwarded message -- From: A Bhapkar Date: Wed, Sep 30, 2009 at 9:06 AM Subject: [amibroker] Multiple time frame price charts in one panePOSSIBLE? To: amibroker@yahoogroups.com Hello, I wanted

[amibroker] new bie help , some inputs needed

2009-11-14 Thread Deepak Patade
hi, i have a indicator which gives buy and sell signals i want to get out of this signal after it moves 20 points in any direction. but prior to this i want ot test this afl, need a exploration or someinput in my afl where i can know how many times it actually went up 20 points immediately inthe

[amibroker] Simple help needed -- Very simple

2009-11-09 Thread Deepak Patade
Hi, I have a EMA indicator where i buy and sell basis this indicator. when i buy and reverse my positon , the sell is given at the right point of reversal BUT my new short which should happen at that same point of reversal doesnot happen. instead i get a short at differnt point. iis there something

Re: [amibroker] Re: Chart suggestions for TJ

2009-10-03 Thread Deepak Patade
luck TJ  Deepak Patade, Nasik. From: Dennis Brown To: amibroker@yahoogroups.com Sent: Saturday, October 3, 2009 8:59:45 AM Subject: Re: [amibroker] Re: Chart suggestions for TJ   Tim, Since you say that you are just using the charting aspect of AB, then what

Re: [amibroker] One chart instead of several ones.

2009-08-30 Thread Deepak Patade
hello , i have a buy sell signal system wherin i get a sound when ever there is a buy / sell, I run around 20 charts at a time. The issue is that whenever i get a sound i have to look/ check all the charts to see which chart has given the signal. can some one help me witha simple afl code wherin