kjnho

Results 22 comments of kjnho

It seems importing the file below cause the problem. `/sys_plugin/data_structure/stack.cls` Could you paster the file contents of yours? Or Could you delete the file and try?

@mhmichalski Hi, I'm sorry that macOS is not supported, since I don't have excel on mac. maybe some APIs are not on mac. If there are alternative ones, it would...

Thanks for reporting. Could you show the your screenshot of images like #10 ? Firstly I would like to confirm that the xlam file is reconized properly.

Do you mean a feature that keystroke can get a parameter of number like below? press: 32G - > jump to line 32 (as normal vim) press: 10dd - >...

Or you can press : to launch command line mode. There you can call any macro functions and also pass parameters. Also in this case, there is need to define...

@wiky2 I have implemented G feature on the dev branch. (you can try with only check-outing to dev branch in your installation folder.) Could you try it? And if you...

@ttodua Hi, is there any update on this?

It seems 'contractSize' is set from 'sizeMultiplier'. But this is not apporopriate. By the document by bitget, 'sizeMultiplier' is something like unit number. https://bitgetlimited.github.io/apidoc/en/mix/#get-all-symbols

If you think this is not bug, could you tell me the definition of 'contractSize'? I'm using 'contractSize' for adjusting the amount to be passed for create_order(), because the amount...

By the ccxt document, 'contractSize' definition is below. So I think this is a bug as I expected.