Lena

Results 63 comments of Lena

Hi @xbionicx, The volume is given in the market currency, which is in your example means ETH. Lena

Thanks @avolution , we will investigate this.

The calendar start date was updated to `2013-04-01`

Thanks @sam31415 ! I would suggest to add the new functions to a new directory - `catalyst/utils` - as they are catalyst utility functions (the catalyst code base is under...

You don't mean `catalyst/catalyst/utils`?

Yes, you are correct: if you want to add your code using `from catalyst.utils import ...` your functions should be under `catalyst/catalyst/utils`. Then perhaps a better idea will be -...

This should work. You should be able to import your module using: `import catalyst.utils.research` and then be able to run your function using: `catalyst.utils.research.your_fucntion_name()`. But please do not use `utils`...

Did you install catalyst from the source code allowing you to run the most updated lib, using: `pip install -e `?

Hi @sam31415 , were you able to overcome your issues? If you still have trouble with creating a development environment please have a look at [this section](https://enigma.co/catalyst/development-guidelines.html#creating-a-development-environment) of the docs.

Thanks @Amarchuk . For positions that were not performed originally by the algorithm itself, currently no such way is supported. There is however a [mechanism](https://enigma.co/catalyst/live-trading.html#algorithm-state) for preserving the algorithm state...