Bhanu Pratap Chaudhary

Results 9 comments of Bhanu Pratap Chaudhary

Would appreciate if something of this sort is included as it improves the development experience and is a very elegant way to fix errors in an handwritten sql files.

My Bad. Feeling guilty for the wrong assumptions.Love your fantastic attitude. Lets wait for more people to come on board if any.

> I just get permission errors when i try what you suggested @andris9 You must be trying to run the mx port on 25, listening on anything below 1000 requires...

I am planning to migrate this project to typescript, as I want to use a similar template written for typescript for my future projects. @diegohaz will you be interested adding...

@tadruj Here you go https://gist.github.com/bhanuc/bda0c4b48aa39fdf8aa2

Thanks for your prompt fix. I am still not sure if I am getting anything in the output. ``` pr > realtimebar ROG 17:28:30.971487 pr: Sending RealTime Bars For ROG...

Switching to the main account fixed it, but now I am getting the following error: ``` pr > realtimebar FB 10:03:06.074028 pr: Sending RealTime Bars For FB pr > 10:03:06.320603...

Thanks for the heads up. I added the following to the main code to support forex symbols. ``` func NewForexContract(symbol string, currency string) ib.Contract { return ib.Contract{ Symbol: symbol, SecurityType:...

The issue was the permission got toggled somehow. Thanks for all the help. The above code is working fine except I am getting -1 for "Volume" ,"WAP","Count" from TWS in...