eSignal v11: I can't find Bar and Tick Replay Tools .
Regards
Massimo
eSignal v11: I can't find Bar and Tick Replay Tools .
Regards
Massimo
Bar replay will come in 11.1 and tick replay should follow shortly thereafter in an subsequent release.
Thanks.
Ok, ScottJ.
Thanks.
Please, go back to EFS2 Toolbox of v10.6 in the Script Editor.
It's very usefull and easy to use.
In my opinion better than v11 script-help-tool.
Regards
Massimo
Oops, I can't find nor SyntaxCheck !!!
Well, now I can't find how to Auto Scale Price Data on the Chart.
Ok, I give up !!!
I think I will unistall v11 and wait for a few months new releases.
Massimo
You don't need to uninstall. We designed v11 to work side-by-side with 10.6 so customers could get used to it. Simply use 10.6 if that works better for you, while you get to know 11 at your own pace. We'll have a fairly rapid fire succession of 11.x releases in 2011.
And, please, keep the feedback coming.
Thanks.
I really hope you quickly add Data Export feature to ver. 11 also. How many months away might that be?
Thanks,
Mark
Ok, if useful to eSignal let's keep on giving feedbak:
Please improve Arrange Windows of v11.
When in Window Mode Docked add
Window Tile Horizontally and Tile Vertically of v10.6.
When in Window Mode Standard and Standard with Autosize
in v11 windows Arrange Horizontally and Vertically only on a row.
About the Cursor Window in v11 I can't find the Csr% feature
after mouse left button double click, like in v10.6
Regards
Last edited by maxmax68; 01-14-2011 at 06:10 PM.
Please add "Save Formula As" in v11 Script Editor.
Massimo
And please add the possibility to switch from one maximized window chart to another maximized window chart without the need to rearrange them, just with a click like in v10.6.
For example, you could add a list of opened windows in the eSignal icon (eS) in the top left corner of the main menu.
Thanks
There is a bug in the edit inputs of formula parameters in eSignal v11.
For example this script doesn't work :
function preMain(){
setPriceStudy(true);
}
// EDIT PARAMETERS
var fpArray= new Array();var w=0;
fpArray[w] = new FunctionParameter("b_Flag", FunctionParameter.BOOLEAN);
with(fpArray[w++]){
setName("RealTime==true ; BackTest==false");
addOption(true);
addOption(false);
setDefault(false);
}
fpArray[w] = new FunctionParameter("nAmmount", FunctionParameter.NUMBER);
with(fpArray[w++]){
setName("Ammontare in Euro");
setLowerLimit(0);
setDefault(30000);
}
function main(b_Flag, nAmmount) {
return ;
}
Amibrokers latest release has a nice way to handle the maximized chart switching. It has a separate row of tabs on the top for each chart open (sort of where the ticker scroller is in eS11). It's a bit of a space eater and I don't actually use it at the moment but I can see how people would want it. Something similar with an on/off function for each tabbed area would be very handy as I wouldn't want it on every tab layout.Originally posted by maxmax68
And please add the possibility to switch from one maximized window chart to another maximized window chart without the need to rearrange them, just with a click like in v10.6.
For example, you could add a list of opened windows in the eSignal icon (eS) in the top left corner of the main menu.
Thanks
Scott I hope you haven't given up on including Tick Replay in Version 11. Specifying a constant play speed in Bar Replay eliminates the varying volume induced rhythm out of the market's intraday dance by temporally constricting it.
Mike
Tick replay is a feature that is going to be coming to eSignal 11 via a feature called Page Replay. I'm not sure if we will have a part of this feature included in an earlier build of 11, but right now this is set for version 11.6 to be released next year.
Thank you,
Eric O.
eSignal Support
With regards to my previous post I should have specified that the suppression of the fluctuating volume induced temporal rythms occurs only when replaying volume and tick bars, otherwise the bar replay feature is okay.
Mike