Switching between charts automatically in Amibroker

#1
Hi,

Is there an option to switch between charts automatically in specified time frame.
Say Example i am having 3 different scripts open in amibroker
1) NIFTY
2) BANKNIFTY
3) SBIN

In a normal view we can view only 1 chart in a full window. Say my active frame / window is in NIFTY.
After 1 minute i want to switch to BANKNIFTY automatically.
Again After 1 minute i want to switch to SBIN
then again NIFTY again BANKNIFTY again SBIN
Like this the cycle needs to continue until i exit, whether i use 1 script or 10 scirpt.

Any members are having any idea about how to do this ? Or Is there any utility available ?
Regards
 
#3
Hi,
---------------------------------
To use this code, you can either:

1. Paste it as a block at the top of other charting code
2. Save it in your AFL Include directory and #include it above other charting code

The result will be 3 parameters that you can use to play a slideshow, rotating thru a specified number of symbols from a specified Watchlist.

SlideshowParams.png
------------------------------

I am seeing the above message below the code in the URL http://www.codefortraders.com/phpBB3/viewtopic.php?f=60&t=129

Can you explain, what exactly i need to as per sl.no : 2 in the above to use the said code.

Thanks in advance

Regards
 
#4
Hi,

I am not tested but seems put the code to any indicator at top OR simply put in include directory and name like slideshow.afl and call it #include_once <slideshow.afl> in any indicator.

Adopt any one method of above.

Thanks,

Rajeev
 

Similar threads