Re: [amibroker] Problem with mixed database and TimeFrameSet

2007-12-11 Thread Padhu
ers,Padhu - Original Message - From: hrokling To: amibroker@yahoogroups.com Sent: Tuesday, December 11, 2007 7:58 AM Subject: [amibroker] Problem with mixed database and TimeFrameSet I have a mixed database with 5-minute data as the lowest resolution. I've got EO

Re: [amibroker] Is native AFL or AFL converted to a Plugin faster?

2007-12-09 Thread Padhu
Hi Ara, correction - 6000 lines. So would a plugin be faster ?. Thanks,Padhu - Original Message - From: Ara Kaloustian To: amibroker@yahoogroups.com Sent: Sunday, December 09, 2007 5:27 PM Subject: Re: [amibroker] Is native AFL or AFL converted to a Plugin faster

[amibroker] Is native AFL or AFL converted to a Plugin faster?

2007-12-09 Thread Padhu
have the AFL code converted into an AFL plugin(similar to the chandlier plugin)?. Does this improve speed?. 3. What else can be done to manage legnthy codebase better?. I have already eliminated various repetitions in my code. Thanks,Padhu

Re: [amibroker] plotshapes?

2007-12-03 Thread Padhu
Why not try something like this? Range=H-L; WR4=RANGE >=HHV(RANGE,4); Now plot this and see. Cheers,Padhu - Original Message - From: Anthony C. Abry To: amibroker@yahoogroups.com Sent: Monday, December 03, 2007 8:37 AM Subject: [amibroker] plotshapes? Hi, I

Re: [amibroker] Does any have suggestions on a good Oscillator ?

2007-12-03 Thread Padhu
is also better near tops and bottoms as it is not range restricted. You should be able to Google "most anchored momentum" or Rudy's name to get information on the details. Sid Ton Sieverding <[EMAIL PROTECTED]> wrote: If so please let me know ... Regards, T

[amibroker] Does any have suggestions on a good Oscillator ?

2007-12-03 Thread Padhu
Has anyone done any study on various Osciallators out there and which one works better with less whipsaws... RSI,Stochastics,CCI, anything else? Thanks,Padhu

[amibroker] how can i copy watchlists from one database to another database?(automated not manual)

2007-12-02 Thread Padhu
that ?. Any ideas?. Thanks,Padhu

Re: [amibroker] ami broker not able to plot weekly charts

2007-12-02 Thread Padhu
Do you have any data feed ?. Have you done any backfills at all?. Do you see daily charts. How many bars are there? - Original Message - From: vijay_aggarawal To: amibroker@yahoogroups.com Sent: Sunday, December 02, 2007 7:45 AM Subject: [amibroker] ami broker not able to plot

[amibroker] Looking for plotforeign examples

2007-11-30 Thread Padhu
folks: reading this link... http://amibroker.com/guide/afl/afl_view.php?id=115 If main chart is EURUSD, I'd like to plot chart of eurjpy as an overlay If main chart is GBPUSD, I'd like to plot chart of GBPjpy as an overlay. Any ideas ?. Thanks,Padhu

Re: [amibroker] TimeFrameSet Assistance requested

2007-11-30 Thread Padhu
Hi, No problem. Its fun learning AFL. Its very powerfull. weeklyifish=TimeFrameExpand(ifish,inWeekly,expandfirst); You missed the expandfirst Try now and let me know if this works. Cheers,Padhu - Original Message - From: Alma Miranda To: amibroker@yahoogroups.com Sent

Re: [amibroker] TimeFrameSet Assistance requested

2007-11-30 Thread Padhu
Your code is not correct. Pls use my previous post an example and try that medthod using timeframeset/timeframe expand combination. http://finance.groups.yahoo.com/group/amibroker/message/116186?threaded=1&l=1 Cheers,Padhu - Original Message - From: safetrading To: amibr

[amibroker] How can I draw upper and lower boundary lines for stochastic in the indicator?

2007-11-27 Thread Padhu
Folks: How can I draw upper and lower boundary lines for stochastic in the indicator? For example line at 30 and line at 80 level. Thanks. Cheers,Padhu

Re: [amibroker] gap in data-money lost

2007-11-26 Thread Padhu
with Indicator?. IN AA mode you have the option to wait for backfill when you scan. Another thing to keep in mind is that first hour is always prone to whipsaws...You can adjust lotsize for before 09:30 CST and another lotsize for rest of the day. Just a silly idea. Cheers,Padhu - Original Me

Re: [amibroker] I cannot plot candlesticks -- "=" (assignment) vs "==" (equality c heck)

2007-11-25 Thread Padhu
Marzetti: In your rule 5, are you checking if open is equal to close ?. If so, your code should be rule5=O==C; O=C merely assigns the close array to open. pls see http://amibroker.com/guide/a_mistakes.html Cheers,Padhu - Original Message - From: marzettimarco To: amibroker

Re: [amibroker] Plot ATR trailing stop which only increases

2007-11-22 Thread Padhu
Style") ); "YourHold_Buy is "+YourHold_Buy; "ATR20 IS "+ATR(20); "hhv_buyhold is "+HHV(Close,YourHold_Buy); _SECTION_END();/// Cheers,Padhu - Original Message - From: amickan1958 To: amibroker@yahoogroups.com Sent: Thursday, November 22

[amibroker] anyone using DDE PLUGIN for RT trading?

2007-11-22 Thread Padhu
I understand backfill is not possible with DDE plugin. so if one is using DDE Plugin for RT trading, how is blackholing the quotes addressed, if there is a connection hickup or source problem etc?. thanks,Padhu

Re: [amibroker] Re: Premium data service - TBSP

2007-11-21 Thread Padhu
TBSP was a pleasant surprise for me..never heard of them untill I read Larry Mcmillan's Book on options recently. What I liked the best was they provide pretty much all data sets required for a very reasonable price. I am happy with their phone support as well. Cheers,Padhu - Ori

Re: [amibroker] Re: How can I automate importing EOD data into Amibroker?

2007-11-20 Thread Padhu
Mike, Thanks so much. I will give the generic ascii a try. Cheers,Padhu - Original Message - From: Mike To: amibroker@yahoogroups.com Sent: Tuesday, November 20, 2007 5:38 PM Subject: [amibroker] Re: How can I automate importing EOD data into Amibroker? I don't

Re: [amibroker] Re: Is there a way to pass value from an array as input to a function that uses

2007-11-19 Thread Padhu
Hi GP: Thanks for the reply. But if I have myvalue=valuewhen(rulepass,High,1); Is that not picking only 1 value(most recent one) when that condition had passed. Thanks,Padhu - Original Message - From: gp_sydney To: amibroker@yahoogroups.com Sent: Monday, November 19

[amibroker] Is there a way to pass value from an array as input to a function that uses for loops?

2007-11-19 Thread Padhu
ue is numeric 10, why is that for loop detects it as an array.(since valuewhen returns only a SINGLE value from the array). Any suggestions?. Thanks,Padhu

[amibroker] Exporting realtime data quotes between a time range

2007-11-19 Thread Padhu
Hello, say I want to export the OHLC with timestamp to a csv file between 11/10/2007 1:30PM to 11/19/2007 1:30PM. Any thoughts on how to do this?. Thanks. Cheers,Padhu

[amibroker] How can I automate importing EOD data into Amibroker?

2007-11-18 Thread Padhu
help. Appreciate any pointers. Thanks,Padhu

[amibroker] Plotting Seasonal Trend for multiple symbols in a single indicator

2007-11-18 Thread Padhu
yleNoLabel, -0.1, 50 ); Thanks,Padhu

Re: [amibroker] Re: Does anyone have list file with all Foreign ADR stocks?

2007-11-18 Thread Padhu
Brian, Thanks so much. This is very good. Cheers,Padhu - Original Message - From: brian_z111 To: amibroker@yahoogroups.com Sent: Friday, November 16, 2007 3:25 PM Subject: [amibroker] Re: Does anyone have list file with all Foreign ADR stocks? --- In amibroker

[amibroker] Can I run 3 different databases with same data source?

2007-11-17 Thread Padhu
hello, Is it possible to have 3 different databases with foloowing names esignal_1hour esignal_4hour esignal_daily and all 3 databases use esignal as the data source. I'd like to run AA on these 3 instances. Is this possible?. thanks,Padhu

Re: [amibroker] Can someone post a link to the Amibroker Dev Kit?

2007-11-16 Thread Padhu
Clicked send too soon. This is for creating a datafeed plugin for Metatrader for Forex. If anyone has VC++ experience, it would be helpful. Cheers,Padhu - Original Message - From: Padhu To: amibroker@yahoogroups.com Sent: Friday, November 16, 2007 9:47 PM Subject: Re

Re: [amibroker] Can someone post a link to the Amibroker Dev Kit?

2007-11-16 Thread Padhu
Thanks so much Howard. Anyone here who has experience with writing a Datafeed plugin for Amibroker?. Main feature required is the backfill. Thanks,Padhu - Original Message - From: Howard B To: amibroker@yahoogroups.com Sent: Friday, November 16, 2007 9:32 PM Subject: Re

[amibroker] Can someone post a link to the Amibroker Dev Kit?

2007-11-16 Thread Padhu
I lost the bookmark and have been searching around both amibroker.com and amibroker.org for the ADK link with examples on creating data feed plugins etc. Can someone post a link to the Amibroker Dev Kit site pls ?. Thanks,Padhu

Re: [amibroker] Re: Real Time Data Feeds

2007-11-15 Thread Padhu
into it for automatic position limits, diff types of trailing stops etc. Only problem is quotes from metatrader and esignal are not in sync. Hence the need for realtime data feed interface with MT4 and Amibroker. Cheers,Padhu - Original Message - From: murthysuresh To: amib

[amibroker] Does anyone have list file with all Foreign ADR stocks?

2007-11-15 Thread Padhu
Hellom Does anyone have list file with all Foreign ADR stocks? . Thanks,Padhu

Re: [amibroker] Real Time Data Feeds

2007-11-14 Thread Padhu
For those interested in Realtime datafeed for Forex, I have a suggestion posted on the amibroker website. Pls vote for it. I have let Tomasz know that I am ok even if its a paid add-on. Obviously it has great dela of time and effort going into it if he dediced to pursue this for the forex users

Re: [amibroker] Re: How to find out when a new 52 week Low was set in the past 90 days?

2007-11-12 Thread Padhu
Hi Gp and Brian, Thanks so much for your response. I will give your suggestions a try . Thanks again. Cheers,Padhu - Original Message - From: gp_sydney To: amibroker@yahoogroups.com Sent: Monday, November 12, 2007 6:25 AM Subject: [amibroker] Re: How to find out when a new

[amibroker] How to find out when a new 52 week Low was set in the past 90 days?

2007-11-11 Thread Padhu
, new 52 week low emerges and if trend continues, we will have new 52 week lows everyday. What I am looking for is the VERY FIRST occurance of the "FiftyTwoWeek_Low_New" in the past 90 days. Any thoughts on this?. Thanks,Padhu

[amibroker] Can a user defined function be used in various time intervals with same name?

2007-11-10 Thread Padhu
,Padhu

Re: [amibroker] Re: how to run more than one strategies on different timeframe

2007-11-03 Thread Padhu
Sure. gimme couple of days and i'll post some good examples. Cheers,Padhu - Original Message - From: doggy2050 To: amibroker@yahoogroups.com Sent: Friday, November 02, 2007 7:42 AM Subject: [amibroker] Re: how to run more than one strategies on different timeframe

Re: [amibroker] how to run more than one strategies on different timeframe

2007-11-01 Thread Padhu
upon match of strategies. You need to ensure strategy1 and 2 don't match on same signal bar to avoid duplicates. Cheers,Padhu - Original Message - From: jack To: amibroker@yahoogroups.com Sent: Thursday, November 01, 2007 7:41 PM Subject: [amibroker] how to run mor

Re: [amibroker] need help with barsince fuction

2007-10-29 Thread Padhu
AFL Writing Service http://www.aflwriting.com On 30/10/2007, Padhu <[EMAIL PROTECTED]> wrote: folks: I am having a tough time to get this rule working: basically I am looking for two candles to have closed above the condition1 value SINCE most recent condition1 is true.

[amibroker] need help with barsince fuction

2007-10-29 Thread Padhu
(condition1==1)>=1 AND SUM(C > condition1_high,BARSINCE(condition1==1))>=2; but the code is not working. I am probably messing up somewhere. Appreciate if someone can help. thanks,Padhu

Re: [amibroker] Simple If statement question

2007-10-28 Thread Padhu
James: Pls try If (Lastvalue(newHigh) { do this } - Original Message - From: jamesmarkharmon To: amibroker@yahoogroups.com Sent: Friday, October 26, 2007 1:25 AM Subject: [amibroker] Simple If statement question newHigh = IIf(H > Ref(H,-i),1,0); if(newHigh == 1) {

Re: [amibroker] Wrong signal with MACD

2007-10-24 Thread Padhu
6),3/4*inhourly,expandfirst); use same logic for rest of the code. Cheers,Padhu - Original Message - From: tradeuk59 To: amibroker@yahoogroups.com Sent: Wednesday, October 24, 2007 5:25 PM Subject: [amibroker] Wrong signal with MACD Hi, Can someone able to help me with thi

Re: [amibroker] Re: Data updation through MT4 Plugin

2007-10-16 Thread Padhu
With this plugin, are you able to switch to any chart interval supported by Amibroker?. When I tried they were greyed out. If MT4 was setup for 60mins, Amibroker also had to be 60mins... I cant right click on chart and do other time intervals... One possibility is to get the MT4 set to 1min and

Re: [amibroker] TimeFrameExpand ADX

2007-10-15 Thread Padhu
eRestore(); ///Now in 5mins ADXIncreasingIn15Minute_expandedto5mins=TimeFrameExpand(ADXIncreasingIn15Minute,,1/4*inHourly,expandFirst); Now use ADXIncreasingIn15Minute_expandedto5mins to do the coloring logic etc. Chee

Re: [amibroker] Data updation through MT4 Plugin

2007-10-15 Thread Padhu
estimate the user demand for the dedicated plugin feature. Thanks,Padhu == - Original Message - From: umrperumal To: amibroker@yahoogroups.com Sent: Monday, October 15, 2007 7:44 AM Subject: [amibroker] Data updation through MT4 Plugin Hi all

Re: [amibroker] Re: test

2007-10-15 Thread Padhu
recognise that Amibroker is the best. coding a strategy - it probably should be called "Easiest Language". now can we see your email displayed as AmibrokerV50 ?? -) Cheers,Padhu - Original Message - From: metastockv10 To: amibroker@yahoogroups.com Sent: Saturday,

[amibroker] need help aligning plotshapes

2007-10-14 Thread Padhu
above the signal candle like that?. PlotShapes( IIf( Strategy6_Sell, shapeDigit6 , shapeNone ), colorYellow ); PlotShapes( IIf( Strategy3_Buyl, shapeDigit6 , shapeNone ), colorBlue); Thanks,Padhu

[amibroker] Dedicated datafeed plugin for Metatrader Forex Platform - Suggestion Issue#1231- Attn Amibroker Forex users

2007-10-13 Thread Padhu
will help TJ and team estimate the user demand for the dedicated plugin feature. Thanks,Padhu

Re: [amibroker] AmiBroker 5.01.1 BETA update (fixed)

2007-10-04 Thread Padhu
Tomasz, Do you ever rest and get some sleep? . Thanks so much for responding so quick in putting together the profiler and also fixing the ui issue. Cheers,Padhu - Original Message - From: "Tomasz Janeczko" <[EMAIL PROTECTED]> To: Sent: Thursday, October 04, 2007

Re: [amibroker] Re:DDE Plugin/Excel Professional 2007

2007-10-03 Thread Padhu
Hi, So you have this working with Metatrader DDE server?. Can you pls post a screenshot for #3 and #4?. If DDE plugin is the only source you have configured, I am perplexed why your realtime quote window is showing something other than what you see in the platform and Excel. I wasn't even awa

Re: [amibroker] Re: Amibroker High CPU Utilization-anyone else seeing this?. - Issue Resolved

2007-10-03 Thread Padhu
not least and I have said this many times in the past. Amibroker Support Rocks. Cheers,Padhu - Original Message - From: qavatina To: amibroker@yahoogroups.com Sent: Tuesday, October 02, 2007 3:03 PM Subject: [amibroker] Re: Amibroker High CPU Utilization-anyone e

Re: [amibroker] How to make the opposite of this formula

2007-10-02 Thread Padhu
use NOT operator ! myrule=BarsSince(LongSetup) < Maxbars AND Cross(C,ValueWhen(Longsetup,H)); oppositeofmyrule=!myrule; - Original Message - From: Mohammed To: amibroker@yahoogroups.com Sent: Tuesday, October 02, 2007 5:58 PM Subject: [amibroker] How to make the opposite of th

Re: [amibroker] Amibroker High CPU Utilization-anyone else seeing this?.

2007-10-02 Thread Padhu
every day of my experience with it. Its just that I am perplexed why the CPU would get bogged down like this. Thanks again. Will try the AFL timing you and Herman put together. Cheers,Padhu - Original Message - From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent

Re: [amibroker] Amibroker High CPU Utilization-anyone else seeing this?.

2007-10-01 Thread Padhu
s CPU hog. Thanks again for your help. Cheers,Padhu - Original Message - From: Ara Kaloustian To: amibroker@yahoogroups.com Sent: Monday, October 01, 2007 10:07 PM Subject: Re: [amibroker] Amibroker High CPU Utilization-anyone else seeing this?. The chart refresh se

Re: [amibroker] Amibroker High CPU Utilization-anyone else seeing this?.

2007-10-01 Thread Padhu
So as soon as I set to ZERO, Machine just FROZE. It stays at 100 unlike earlier where it was spiking between 80-100. - Original Message - From: Padhu To: amibroker@yahoogroups.com Sent: Monday, October 01, 2007 9:43 PM Subject: Re: [amibroker] Amibroker High CPU Utilization

Re: [amibroker] Amibroker High CPU Utilization-anyone else seeing this?.

2007-10-01 Thread Padhu
Thanks Jerry. I will try that. So how frequently does the chart refresh when this is set to zero?. Thanks. Cheers,Padhu - Original Message - From: Jerry Gress To: amibroker@yahoogroups.com Sent: Monday, October 01, 2007 9:17 PM Subject: RE: [amibroker] Amibroker High CPU

Re: [amibroker] Amibroker High CPU Utilization-anyone else seeing this?.

2007-10-01 Thread Padhu
I use esignal realtime datafeed ...base chart interval is 1min...so not tickdata per se.. I ran msconfig and stopped unwanted services. even if i shutdown all other apps, ab 4.90 soaks the cpu. Cheers,Padhu - Original Message - From: Ara Kaloustian To: amibroker

Re: [amibroker] Re: Confusion about Amibroker Alert

2007-10-01 Thread Padhu
then attach the same AFL to 8 diff charts separately. why are you so hesitant about not wanting to scan? each chart refresh takes cpu cycles AA scan works great...I have 18 FX pairs in AA. Cheers,Padhu - Original Message - From: Mohammed To: amibroker@yahoogroups.com

Re: [amibroker] Confusion about Amibroker Alert

2007-10-01 Thread Padhu
if you run the AFL as indicator, only the chart which has the indicator willtrigger alertif. if you run the same AFL in automatic analysis, then all symbols in your database will scanned and alerted. you can AA against a watchlist of symbols instead of entire database. cheers,Padhu

Re: [amibroker] Re:DDE Plugin

2007-10-01 Thread Padhu
Tomasz, >From What I understand it was written for MT3 and it works with mt4 but not >tested etc. also if its from Amibroker, then it can be considered a official third party plugin, which means it will be reliable. Hence I mentioned. I will forward details shortly. Cheers

Re: [amibroker] Re:DDE Plugin

2007-09-30 Thread Padhu
MT4 platform is forex, it woud be really nice to have an official plugin from Amibroker for the datafeed. I have some documentation/codebase etc that i can forward. Is this something you can pls consider for near future development if you have time?. Cheers,Padhu - Original Message

[amibroker] Can Amibroker take advantage of dual cpu system?

2007-09-30 Thread Padhu
hello, Can Amibroker take advantage of dual cpu system? Thanks,Padhu

Re: [amibroker] Creating Multiple Time Frame Filter (Exploration)

2007-09-28 Thread Padhu
and ; cheers,Padhu - Original Message - From: Amohedas To: amibroker@yahoogroups.com Sent: Friday, September 28, 2007 8:13 PM Subject: [amibroker] Creating Multiple Time Frame Filter (Exploration) Hi all, I'm attempting to create a filter (or scan) that uses multi

Re: [amibroker] Measuring AFL Execution Times

2007-09-23 Thread Padhu
) Thanks again for your posting. Amibroker rocks. Pls keep up the good work. Cheers,Padhu - Original Message - From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent: Sunday, September 23, 2007 6:50 PM Subject: Re: [amibroker] Measuring AFL Execution Times Hello, Th

Re: [amibroker] Measuring AFL Execution Times

2007-09-23 Thread Padhu
Herman, Thanks so much. this is something I was eagerly looking for. Looks like I need to spend quality time reading all the articles on the ukb site. very neat. Pls keep up the good work. As soon as I finish my forex AT working, I'll post some on this site on lessons learned. Cheers,

[amibroker] basic working sequence of automatic analysis - Detecting end of AFL processing in AA

2007-09-22 Thread Padhu
n movefiles(source,destination) dim result, fso2 Set fso2 = CreateObject("Scripting.FileSystemObject") Set objfilemove = fso2.GetFile(source) result=objfilemove.Move (destination) movefiles=result end function %> script=GetScriptObject(); sourcefile1="C:\\Program Files\\A

Re: [amibroker] Re: Candle formations and automated trading-why not use bacomplete and your_rule.

2007-09-22 Thread Padhu
hello, why not use bacomplete and your_rule. barcomplete = BarIndex() < LastValue(BarIndex()); buy=(barcomplete AND your_rule); - Original Message - From: Keith McCombs To: amibroker@yahoogroups.com Sent: Saturday, September 22, 2007 11:00 AM Subject: Re: [amibroker] Re: C

Re: [amibroker] Bracket Order with IB Auto-Trading interface

2007-09-22 Thread Padhu
hello, this is a work in progress for me...but you can get idea from below code. // CODED BY PADHU ON 08/08/2007 ibc = GetTradingInterface("IB"); STOP=1.3665; LIMIT=1.3705; BuySTOP=1.3695; TICKS=1; JPY_TICKS=0.01; Broker_Symbol="EUR.USD-IDEALPRO-CASH"; Quan

Re: [amibroker] Re: Best practices on tuning up Amibroker for faster scanning

2007-09-21 Thread Padhu
periodicity set. Say periodicity is set to hourly, as soon as the hourly bar is complete, initiate a scan. Cheers,Padhu - Original Message - From: murthysuresh To: amibroker@yahoogroups.com Sent: Friday, September 21, 2007 2:46 PM Subject: [amibroker] Re: Best practices on tuning

[amibroker] Best practices on tuning up Amibroker for faster scanning

2007-09-21 Thread Padhu
uired only when previous bars data is missing in the database?. Thanks. Cheers,Padhu

[amibroker] Is there a way to calculate Automatic Analysis Starttime and Endtime using AFL?

2007-09-20 Thread Padhu
ea so that set the scan interval accordingly. Thanks. Cheers,Padhu

Re: [amibroker] Need help with setting a variable to 1 if condition is matched otherwise set to 0- Solved

2007-09-20 Thread Padhu
this has to be an exe. I will submit a reuest to support script launching from alertif on the suggestions box. If anyone else thinks it has value, pls chime in on the suggestions board. Thanks. Cheers,Padhu - Original Message - From: Padhu To: amibroker@yahoogroups.com ;

[amibroker] Need help with setting a variable to 1 if condition is matched otherwise set to 0

2007-09-20 Thread Padhu
quot;,"+ 2 + ","+ (High+Entry_Offset_For_ScalperTrades) + ","+ (Low-Stop_Offset_For_ScalperTrades) + ","+ (High+-EXIT_Offset_For_ScalperTrades) + "," + ScalperSwing_BuyStrategy_Name; thanks,Padhu

Re: [amibroker] Re: esignal data only compatibility

2007-09-19 Thread Padhu
Hi Mark, So are you able to pull up a realtime chart of any forex symbol in Amibroker example: EUR A0-FX?. thanks. Cheers,Padhu - Original Message - From: MarkK To: amibroker@yahoogroups.com Sent: Friday, September 14, 2007 7:03 AM Subject: RE: [amibroker] Re: esignal data

Re: [amibroker] Re: Forex data using metatrader plugin for amibroker

2007-09-16 Thread Padhu
unt i use is demo. if any of you have this working in a live metatrader account, pls let me know. I'd like to know if there is anything else that needs to be done to get this working. Cheers,Padhu - Original Message - From: sunzhaomang To: amibroker@yahoogroups.com Sent

Re: [amibroker] Re: [AmiBroker-at] Has anyone done an AT type system like this? - Moderator pls delete my replies for this thread

2007-09-16 Thread Padhu
here are quite a few in the "big forum" who have had good ideas on AB as well as AT related. bottomline, Sorry if you feel that YOUR THREAD has been "hijacked". I will request the moderator to delete both my replies. I will start a new thread. Cheers,Padhu - Ori

[amibroker] Re: [AmiBroker-at] Has anyone done an AT type system like this?

2007-09-16 Thread Padhu
per1_Buy" + "," + "0"; mvOrderOIFLog = Broker_Symbol+ ","+ "BUYSTOP" + ","+ 2 + "Lots " + ","+ (High+Entry_Offset_For_ScalperTrades) + ","+0+ ","+ (Low+Stop_Offset_For_ScalperTrades) + &qu

Re: [amibroker] How to incorporate ChandelierCl stop to any trading system?

2007-09-15 Thread Padhu
Nevermind. There is another formula that addresses my question. http://amibroker.com/library/formula.php?id=583 - Original Message - From: Padhu To: amibroker@yahoogroups.com Sent: Saturday, September 15, 2007 11:06 PM Subject: [amibroker] How to incorporate ChandelierCl

[amibroker] How to incorporate ChandelierCl stop to any trading system?

2007-09-15 Thread Padhu
ideas. Thanks. Cheers,Padhu

[amibroker] generating orders from amibroker to a text file

2007-09-11 Thread Padhu
ust to let ninjatrader know that file has changed. I dont know why this vaiable is used here?. any thoughts?. thanks,Padhu NINJATRADER OIF INTEGRATION /// Ninja Trader Automation - START /// fileischanged = 0; if (LastValue(Buy) == 1 AND Automation

[amibroker] How can I send a modify order to raise stop to breakeven after the first lot is closed?

2007-09-09 Thread Padhu
) ( Initial stop loss set for 30 pips trailing below entry when long is entered) If ibc.isconnected() placeorder( for 2 lots) sell lot1 at exit1 upon exit1 send order with exit2 condition. Any ideas on how to do this?. Thanks. Cheers,Padhu

[amibroker] Fw: [AmiBroker-at] trying to generate a unique order id that gets sent out with each alertif output.

2007-09-08 Thread Padhu
Trying to see if anyone on this group can share some ideas to do this. - Original Message - From: Padhu To: [EMAIL PROTECTED] Sent: Friday, September 07, 2007 10:52 PM Subject: [AmiBroker-at] trying to generate a unique order id that gets sent out with each alertif output. Hello, I

Re: [amibroker] Multiple time frames

2007-09-03 Thread S Padhu
hello, use timeframeexpand(CCI30Min,0.5*inhourly,expandfirst) instead of cci30min in your rule. cheers,Padhu - Original Message From: Perumal Ramasamy <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Sunday, September 2, 2007 10:19:07 AM Subject: [amibroker] Multipl

Re: [amibroker] Re: Forex data-MT4 Plugin to fetch forex data to Ami.

2007-08-28 Thread Padhu
hello haresh, could you pls let us where this mt4 plugin is available?. google search is not helping much. thanks,Padhu - Original Message - From: hareshbhai patel To: amibroker@yahoogroups.com Sent: Monday, August 27, 2007 11:49 AM Subject: Re: [amibroker] Re: Forex data

Re: [amibroker] esignal data only compatibility

2007-08-18 Thread Padhu
://secure.esignal.com/Registration.aspx?/AMI&bhcp=1 So not sure why they are telling folks Amibroker is not on their list. Thanks. Cheers,Padhu - Original Message - From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent: Friday, August 17, 2007 5:05 AM Subject: Re: [amibr

Re: [amibroker] Re: Creating a datafeed and Autotrading plugin for MBTrading forex

2007-08-07 Thread Padhu
that don't fall into that conversion. I am working around that now. Thanks. Cheers,Padhu - Original Message - From: murthysuresh To: amibroker@yahoogroups.com Sent: Tuesday, August 07, 2007 7:47 AM Subject: [amibroker] Re: Creating a datafeed and Autotrading plugin for

[amibroker] Creating a datafeed and Autotrading plugin for MBTrading forex

2007-08-06 Thread Padhu
n't use IB for some reason, this may be a better alternative if all goes well. I am willing to do whatever it takes to get this Auto trading interface done. All I need is some process, so that we know who does what. Once ready we can get Amibroker user commuinity to test it as wel

[amibroker] Is it possible to check for certain rules in 4hr chart from a onehr chart using timeframe commands

2007-08-06 Thread Padhu
n2=Sum(Condition1,3)>=1; TimeFrameRestore(); // restore time frame to original ///Switching again to HOURLY charts... Hourly_and_4Hourly_Rule=postiveclose and Condition2; // Mixes hourly and 4 hour rules here. Is this possible?. Thanks. Cheers,Padhu

[amibroker] will need a special CMS data plugin

2007-08-06 Thread Padhu
e can work together and have something out there for the AB Forex user community. Thanks. Cheers,Padhu - Original Message - From: firefly To: amibroker@yahoogroups.com Sent: Monday, August 06, 2007 6:05 AM Subject: [amibroker] Re: Newbe Question Object Orientation in AFL

[amibroker] Re: Is anyone here making good money using Amibroker?

2007-08-04 Thread Padhu
looking for. You may also want to check out http://www.amibroker.com/at/ which talks about automated trading. Hope this helps. thanks. Cheers,Padhu

[amibroker] Mapping esignal symbol names with actual trading platform symbol names

2007-08-02 Thread Padhu
t; "USDJPY", IIf(StrFind(Name(), "GBP A0-FX"),"GBPUSD", IIf(StrFind(Name(), "GBPJPY A0-FX"), "GBPJPY", " "))); I am getting errors when I verify this on AFL formula editor. Appreciate any help if you can show an example. Thanks. Cheers,Padhu

[amibroker] Best practices on avoiding multiple alerts being triggered on the same bar

2007-07-31 Thread Padhu
the same timestamp on that bar are suppressed?. I see in the doc about Buy = ExRem(Buy,Sell); Can this help here?. Something like Buy=Exrem(buycondition1,buycondition2); Will this work?. Thanks. Cheers,Padhu

[amibroker] Re: [amibroker-ts] Re: Is anyone using Amibroker to trade Forex using Automatic Trade execution?

2007-07-14 Thread Padhu
ailing list about Auto execution via Strategy Runner. Thanks. Cheers,Padhu - Original Message - From: Ara Kaloustian To: [EMAIL PROTECTED] Sent: Friday, May 25, 2007 5:06 PM Subject: Re: [amibroker-ts] Re: Is anyone using Amibroker to trade Forex using Automatic Trade execut

[amibroker] How to write this is the first buy signal in the past 6 bars

2007-07-10 Thread Padhu
bar if the condition matches. I tried something like this buy=condition1 and ref(buy,-1)=0 and and ref(buy,-2)=0 and and ref(buy,-3)=0 and and ref(buy,-4)=0. But its not working. How do I code this in AB 4.9?. Thanks. cheers,Padhu

[amibroker] Plotting Fib levels from Daily charts into Hourly charts

2006-10-08 Thread Padhu
Hello,   Is it possible to compute fib levels (using most recent 100day high/100day low) and plot them on the hourly chart?. If anyone has ideas on AFL for this I greatly appreciate it. Thanks.   Cheers,Padhu   __._,_.___ Please note that this group is for discussion between users only

[amibroker] Generating Unqiue Alert IDs using datetime functions

2006-09-23 Thread Padhu
work. Appreciate if anyone can point me in the right direction. Thanks.   Cheers,Padhu   __._,_.___ Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check

[amibroker] Anyone currently using AB to autotrade Forex?

2006-09-19 Thread Padhu
Hello,   Are there any trading interfaces available to connect Amibroker with any FX trading platforms for automatic execution for signals generated from Amibroker?. Thanks.   Cheers,Padhu   __._,_.___ Please note that this group is for discussion between users only. To get support

[amibroker] Re: [amibroker-afl] Writeval using conditions

2006-09-17 Thread Padhu
it, then I want the Daily_50EMA value written in 3.2 format. If the symbol does not have JPY in it, then I want the Daily_50EMA to be written in 1.4 format. USDJPY   Daily_50EMA=115.62 EUR A0-FX Daily_50EMA=1.2614 Appreciate if you can help.   Thanks.   Cheers,Padhu - Original M