PureBytes Links
Trading Reference Links
|
G
You could declare your variables upfront.
Col1value = ...................;
Col2Value = Col1Value *3;
Col3Value = col2Value/Ref(HHV, whatever);
>
>
>
>
Col21Value = Col1Value/Col2Value^4*Col6Value;
Then you can place the order of your columns on a line by line basis any
way you want...
Addcolumn(Col21Value,"Col21",..............);
Addcolumn(Col2Value,"Col2",..................);
Addcolumn(Col3Value,"Col3",..................);
// etc
Regards
ChrisB
gmorlosky wrote:
>
> Is there any way to have, for example, column 21 re-positioned to
> column 5, by code, rather than manually dragging it over in Explore. I
> can't calculate certain column values until later in code but they are
> important that I want them positioned further to the left when looking
> at Explore.
>
>
------------------------------------
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|