Hey guys,
I was playing around with the charts in amibroker and I accidentally closed my default chart. All of my trend lines, resistance/support lines etc. have been removed, how can I get them back?
Thanks.
Chorlton,
Are you talking about during a backtest? What do you then want to do with the count values, before you reset the counter each new year?
If you want it as a metric in the backtest results, you can do it in the high level custom backtester by iterating through all the trades at the end of the backtest.
GP
A few more questions then:
Where will the count be accessed - in indicator AFL, or in a scan or exploration?
How do you intend to persist the count value - in a file?
How will the AFL know when a trade has been taken? Is this some sort of automatic trading AFL, or will you have to do something to tell it there's been a new trade?
GP
I recently got a trial version of Amibroker and am keend to test it out.
I am aware there is free unclean data and paid clean data. For now I'm happy to try things out just with the former... but is there anyone out there who can tell me step by step how to do this?
(P.s. how live is the data?)
the count would be assessed within the AFL code which defined the BUY & SELLSignals
Can anyone tell me how to get different time frames into Amibroker's tabbed sheets that retain their individual time frame?
I searched a bit back through this thread and found the pic below from one of Wayne's posts and it describes what I want to do.
However, I can rename the tabs, but as soon as I click on one of the time frame buttons (eg 1 minute), it turns ALL the sheets to 1 minute. Does it need a code for each time frame?
I've already wasted way too much time today trying to get this to work, so any help would be much appreciated!
Can anyone tell me how to get different time frames into Amibroker's tabbed sheets that retain their individual time frame?
I searched a bit back through this thread and found the pic below from one of Wayne's posts and it describes what I want to do.
However, I can rename the tabs, but as soon as I click on one of the time frame buttons (eg 1 minute), it turns ALL the sheets to 1 minute. Does it need a code for each time frame?
I've already wasted way too much time today trying to get this to work, so any help would be much appreciated!
Window layouts
A window layout is a complete set of multiple windows open each with different symbol, different display interval, different size, different set of chart sheets.
The picture below shows 4-window layout each with different set of indicator panes. To the left you can see "Layouts" pane in the Workspace window showing the list of stored local and global layouts.
Using AmiBroker 4.20 you can now have unlimited number of custom, multiple-window templates that can be switched between with just double click on layout name in the "Layouts" tab of the Workspace window.
You can open, save, delete layout by clicking on the Layout tree with right mouse button and choosing appropriate function. "Save As" option saves current layout under new name.
Local layouts are per-database while Global layouts are visible from all databases.
Information saved in layouts include: window sizes and postions, maximized/minimized state chart panes available on each sheet (independent for each window), selected bar interval, selected symbol, selected chart sheet
Most recently used layout can be saved on exit and database switch automatically (see: Tools->Preferences->Miscellaneous "Save on exit: Layouts")
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.