[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: Managing multiple systems - alerts


  • Date: Tue, 19 Jan 2010 09:26:11 +0100
  • From: "Edward Pottasch" <empottasch@xxxxxxxxx>
  • Subject: Re: [amibroker] Re: Managing multiple systems - alerts

PureBytes Links

Trading Reference Links



yes I run the code from a chart. But each time a data point comes in into one of the chart windows, the code in that chart window runs / is executed. You could also force the code to execute using RequestTimedRefresh(). If you need to scan through a list of symbols I guess that could be done from a single chart refresh as well although I have not written code like that myself. But I would think it is easy to do.
 
The autotrading from multiple chart windows works very well but I would not say it is "easy" to setup. It needs some work,
 
rgds, Ed
 
 
 
----- Original Message -----
From: gariki
Sent: Tuesday, January 19, 2010 12:03 AM
Subject: [amibroker] Re: Managing multiple systems - alerts

 

Edward,

When you say "run" you mean plot right? i currently plot each system in a separate chart window and plot Signals on each of those windows as they come along. The problem with running alerts however is that i need to pick any "One" AFL program to continuously scan for signals; so somehow i need a single representation of these multiple systems which is pretty confusing because (apart from some of them being in different time frames) of the possible name conflicts.

Or your "run" probably means you are routing the orders through AFL; in that case how easy is it to have a basic automated routing setup? i reckon i need to visit the automated trading board and learn more; but just trying to get a basic estimate of how much work is involved in getting that thing setup.

Thanks
-gariki

--- In amibroker@xxxxxxxxxps.com, "Edward Pottasch" <empottasch@...> wrote:
>
> what I do is just run each system within a separate chart window simultaneously and tile these windows inside your main window. But these are systems and not explorations. So each system creates buy/sell/short cover signals and executes them real time.
>
> see example charts
>
>
>
>
> ----- Original Message -----
> From: gariki
> To: amibroker@xxxxxxxxxps.com
> Sent: Sunday, January 17, 2010 3:25 PM
> Subject: [amibroker] Managing multiple systems - alerts
>
>
>
> hello folks,
>
> For single systems i am able to get intraday email alerts using alertif by setting the system to scan every 10seconds or so.
>
> But how do i run multiple systems in this mode?
>
> one option would be to create a gigantic code file with all the systems in it but it would be horrible to manage or even create as there will all these name conflicts between multiple systems. What are people doing to manage multiple systems? are there any trick that let me do something like:
>
>
>
> //System-1
> Buy = ..
> BuyPrice = ..
> Sell = ..
> SellPrice = ..
> //end-system1
>
> //System-2
> Buy = ..
> BuyPrice = ..
> etc
> //end-system2
>
> Alert if Buy on System1 or System2
>
>
> Having slightly different names for arrays is probably not useful; as BuySystem1 and BuySystem2 are ok for generating signal arrays but for the inbuilt BuyPrice arrays if i change the names they might not be considered by the backtester as they should be.
>
>
> thanks
> -gariki
>



__._,_.___


**** 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/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___