"Study Properties" Dialog Box Bugs:
1. Formula Parameter List box does not always show vertical scroll bar if number of parameters exceed list box height. The problem seems to be intermittent, especially when I define parameters in EFS/preMain(). To workaround, place focus on last visible parameter then use arrow key to scroll down.
2. When you define a Boolean Formula Parameter in EFS/preMain(), it is passed to main() as a string containing "true" or "false", depending on its check state. Seems like it should be passed into main typed as a Boolean.
FEATURE REQUEST:
1. It would be nice to synchronize charts based on crosshair position using a hotkey. For example, I have multiple advanced charts on the ES, each on a different time frame. I would like to be able to position my crosshair on one chart, then press a key to reposition or center all other charts to the same time.
Thanks,
K.
1. Formula Parameter List box does not always show vertical scroll bar if number of parameters exceed list box height. The problem seems to be intermittent, especially when I define parameters in EFS/preMain(). To workaround, place focus on last visible parameter then use arrow key to scroll down.
2. When you define a Boolean Formula Parameter in EFS/preMain(), it is passed to main() as a string containing "true" or "false", depending on its check state. Seems like it should be passed into main typed as a Boolean.
FEATURE REQUEST:
1. It would be nice to synchronize charts based on crosshair position using a hotkey. For example, I have multiple advanced charts on the ES, each on a different time frame. I would like to be able to position my crosshair on one chart, then press a key to reposition or center all other charts to the same time.
Thanks,
K.
Comment