Re: [amibroker] HIGH VELOCITY MARKET MASTER

2009-11-27 Thread Edward Pottasch
you have the trading rules? - Original Message - From: binjobingo To: amibroker@yahoogroups.com Sent: Friday, November 27, 2009 3:56 AM Subject: [amibroker] HIGH VELOCITY MARKET MASTER Does anyone have the AFL for High Velocity Market Master ?

Re: [amibroker] HIGH VELOCITY MARKET MASTER

2009-11-27 Thread Bimbo Bingo
Yes Sir, I have seen the videos which are very well explained in youtube other videos

Re: [amibroker] HIGH VELOCITY MARKET MASTER

2009-11-27 Thread Edward Pottasch
ok thanks but these videos do not explain how all these setups are defined. To write the code one would need clear rules. These videos are just advertisement videos. regards, Ed - Original Message - From: Bimbo Bingo To: amibroker@yahoogroups.com Sent: Friday, November

[amibroker] Re: How do I use ticksize in futures?

2009-11-27 Thread dubi1974
Hi, you can buy SP Mini Futures just for 1153.25 or 1153.50, 1153.37 is not possible. I use a trick with indicators. e.g. EMA. I divide through the TickSize (0.25) then I round the outcome and multiply it back with the TickSize. example: iEMA = EMA (C,20); iEMA = Round (iEMA/TickSize) *

[amibroker] need help to write stoploss fromula

2009-11-27 Thread rink
Hello all i want to move stoploss on r(risk) based if my position reach 2r then automatically my stop should trail at cost my risk is 2% instance if i buy abc at 100 with sl of 98, if abc goes at 104 then stoploss should automatically trail at 100rs thank you

Re: [amibroker] need help to write stoploss fromula

2009-11-27 Thread Keith McCombs
Sorry, I don't quite understand. When stock goes to 104, do you want your stop loss to stay at 100, or to move up to 102? rink wrote: Hello all i want to move stoploss on r(risk) based if my position reach 2r then automatically my stop should trail at cost my risk is 2% instance if i buy

[amibroker] pl, help me to provide code

2009-11-27 Thread prasantaroy36
Dear Friends, I want last 5 days closing price avg to plot my system.So,pl, help me to provide request code(avg 5 days closing price). Thanks

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

2009-11-27 Thread Prashanth
Plot((Sum(C,5)/5),Average, colorAqua, styleLine); Cheers Prashanth - Original Message - From: prasantaroy36 prasantaro...@yahoo.com To: amibroker@yahoogroups.com Sent: Friday, November 27, 2009 22:35 PM Subject: [amibroker] pl, help me to provide code Dear Friends, I want last 5

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 prash454...@gmail.com To: amibroker@yahoogroups.com Sent: Fri, November 27, 2009 10:55:08 PM Subject: Re: [amibroker] pl, help me to provide code  

Re: [amibroker] need help to write stoploss fromula

2009-11-27 Thread ram vel
hi have you ever heard of Jimberg FORMULA? If you did not, better go there at least now. rvlv --- On Fri, 11/27/09, Keith McCombs kmcco...@engineer.com wrote: From: Keith McCombs kmcco...@engineer.com Subject: Re: [amibroker] need help to write stoploss fromula To: amibroker@yahoogroups.com

[amibroker] Value of all open positions - HELP needed

2009-11-27 Thread Markus Witzler
not??!! If there is anybody out there being proficient in CBT and who cares to help me, let me know. Thanks Markus __ Information from ESET Smart Security, version of virus signature database 4643 (20091127) __ The message was checked by ESET Smart Security. http://www.eset.com

Re: [amibroker] Re: need a loop

2009-11-27 Thread Panos Boufardeas
hi again I have 1 minute database, I look inside at the “quote editor” window and the data looks like that sample here = 1.2658 Then I press BarReplay to see what happen with this 2 following lines BuyNot =!(Close % 0.0010); WriteVal(BuyNot )+ = buyNot ; BuyNormal = (Close % 0.0010);

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

2009-11-27 Thread Anthony Faragasso
5dayAvg = MA(c,5); - Original Message - From: prasantaroy36 To: amibroker@yahoogroups.com Sent: Friday, November 27, 2009 12:05 PM Subject: [amibroker] pl, help me to provide code Dear Friends, I want last 5 days closing price avg to plot my system.So,pl, help me

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

2009-11-27 Thread Anthony Faragasso
5dayAvg = Ref(MA(c,5),-1) ; - Original Message - From: Deepak Patade To: amibroker@yahoogroups.com Sent: Friday, November 27, 2009 12:46 PM Subject: Re: [amibroker] pl, help me to provide code can you write how to get moving average till yesterday and not today

[amibroker] Re: need a loop

2009-11-27 Thread Mike
For all the values you gave, the results you describe are correct. None of the value you gave are multiples of 0.0010, which means that none of them will return true for !(Close % 0.0010) Likewise, none of them are multiples of 0.0010, which means that all of them will return true for (Close %

Re: [amibroker] need help to write stoploss fromula

2009-11-27 Thread rink
Hi keith i want to move stop loss at 100(so i won't loose money anymore if stock falls ) once stock surge gain 2r then stoploss should trail at buying price and no trailing stoploss any more thank you Keith McCombs wrote: Sorry, I don't quite understand. When stock goes to 104, do you

[amibroker] I can't download KRI-Tse [1 Attachment]

2009-11-27 Thread Yves
I'm use AB and IB for my data Real Time. I'm would add a new stock, KRI on Toronto Stock Exchange I'm add the new stock with symbology: KRI-SMART-S-CAD(same symbology of my all other stock on Toronto) I'm received a BAD message from TWS: Msg 3, 162...(see KRI- Can not download.gif) WHY ?

Re: [amibroker] Better volume Indicator pls Can afl experts make an afl out of this TS code

2009-11-27 Thread Amon Ra
It's no so hard if you know what means range in this code. I don't. --- On Thu, 11/26/09, ram vel r...@yahoo.com wrote: From: ram vel r...@yahoo.com Subject: Re: [amibroker] Better volume Indicator pls Can afl experts make an afl out of this TS code To: amibroker@yahoogroups.com Date: