-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to modify the definitions of "BodyLong", "BodyShort", etc. in python? #624
Comments
What are you trying to do?On Nov 17, 2023, at 11:41 PM, sadboytom889 ***@***.***> wrote:
I'm not familiar with C, how should I define "long" or "short" when using it in python?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@mrjbq7 |
Do you have an example in C that is what you're hoping to have work? |
I assume what you're looking for is And this is how you'd do it in python: import talib._ta_lib
talib._ta_lib._ta_set_candle_settings(settingtype, rangetype, avgperiod, factor) |
Thank you, this is exactly what I need |
I'm not familiar with C, how should I define "long" or "short" when using it in python?
The text was updated successfully, but these errors were encountered: