Hi,
Im using python-Amipy to place the order and all signal generation is from AFL. To place an order first i need to login and create a python-broker-objectand use it place the order.
I was thinking of creating an object begining of the session and use it thoughout the session, but i see that python-object return is not supported. Is there any alternative way to implement this. Otherwise i need to login everytime right before i place the order.
Im not sure why this question requires the Formula code, this is pretty generic.
is the AFL-amipy supports python-object return from the python function?
Yes code is needed to know what you did. We don't have magic mirrors.
Did you read the docs?
Where in the docs did you find that you can return Python objects????
You can't. Read the docs. It is written in the docs what types you can return. If something is NOT in the docs it is NOT available.
AmiBroker is NOT PYTHON. Why you expect PYTHON objects to be assignable to AFL variable (that is NOT PYTHON based) is beyond any reasonable person understanding.
So again: read the docs. If something is NOT in the docs, it does NOT exist.