Hi,
I have tried installing two IDEs but so far got neither to connect correctly.
I am using a Win 10 laptop and a Win 7.
Testing with CMD window is fine but .. if I enter q next to the command prompt
it does not invoke q - I think I set the PATH and HOME etc.,correctly but maybe not.
I still have to enter an explicit path to the q.exe
currently these are set
QHOME C:\q
QLIC C:\q
i am user as per
TEMP C:\Users\GWM2\AppData\Local\temp
The cmd prompt defaults to
C:\Users\GWM2<font size=‘“2”’>
but
C:\Users\GWM2\q does not work
I have to go back to C:\ and enter C:\q\w64\q
which works
The full path to q.exe is C:\q\w64\q.exe
1. Installing Developer as per instructions, I get as far as
Connecting to Developer
“To connect to Developer, open a modern web browser and navigate to the URL output to the q console when you start Developer.” … But there is no URL generated , just the path to launcher.
q)til 6
0 1 2 3 4 5
q) C:\developer\launcher.q_
That gets me this:'\ [0] C:\developer\launcher.q_
q is installed
C:\q\w64\q.exe
2. qStudio
Install goes OK, try to set a server as per the instructions, but I get no connection to any server:
q)-p500
'-
[0] -p500
^
q)
Server localhost:5000 not connected
But I dble clicked on the file in C:\q\q.k and it opened in qStudio
But server still shows not connected or ##Server changed to ->null
Are there some checks I can do on environment settings that might be wrong?
What IDE is widely used that might be integrated with an automated install?
Eventually I want to automate searches for patterns in price tic data that I currently apply manually to candle charts. Existing tools for time and price patterns? i’d need to connect to TradeStation currently.
Thanks
Cheers,
Gary