hhashim1

Results 103 comments of hhashim1

What is a `double*`? This is what I am trying to do. `rawRelVol = (volume - Average(volume, length)) / StDev(volume, length)` `tempBuffer2` is meant to be the `StDev` value that...

Ok, so I made some changes and added a loop to iterate however I have a different issue now. I don't know how else to initialize the variable. The error...

For lookback, here is what I have. `return LOOKBACK_CALL(SMA)(optInTimePeriod);` Here are my inputs: ``` /* Generated */ enum class Core::RetCode Core::RvStdev( int startIdx, /* Generated */ int endIdx, /* Generated...

@trufanov-nok given the below psuedo code, how would you code it in talib? ``` input length = 50; rawRelVol = (volume - Average(volume, length)) / StDev(volume, length); ```

@trufanov-nok thank you. I was getting an error saying `tempBuffer1` and 2 are uninitialized or something like that. I had to add the following code and it got rid of...

Ok, thanks @trufanov-nok I do have another error that I dont know how to fix. ![image](https://user-images.githubusercontent.com/62855649/176022023-1685c6ef-7640-4c3c-80bd-93304013d9d1.png) Also, while running `make` after running `./configure --prefix=/usr`, I get the following error. I...

Here you go... https://pastebin.com/daPXyTJ1

I still have the same error. I think I had copied the section together to share it with you but forgot to undo it. The compiled code had the correct...

Here is the updated pastebin https://pastebin.com/q41gRu85