Real Time Data Now / Nest Trader to Amibroker, Fcharts

What I am starting to understand, you all have already understood and executed! You see I am taking my baby steps in learning AHK.

I should be most grateful if any senior member would kindly help unveil the mystery for me.

Upon running the below code1:
Code:
WinTitle := "Welcome"
WinActivate, %WinTitle%
sleep, 333
ControlFocus, SysListView323, %WinTitle%
sleep, 333
ControlGet, RowNum, List, Count, SysListView323, %WinTitle%        ;Total number of rows in MarketWatch
MsgBox, Number of Rows: %RowNum%
I get:




Thinking that AHK might not work on this NEST platform, I wrote code2:
Code:
WinTitle := "Welcome"
WinActivate, %WinTitle%
sleep, 333
ControlGetText, TxtVal, Edit3, %WinTitle%
MsgBox, %TxtVal%
To my surprise it worked and got:



Apart from the code2, nothing seems to work - not even ControlClick or Click, Rel. Where am I wrong in code1?

P.S. A question for Josh1 - How to effectively cook AHK scripts for NEST Trader? In another post, you mentioned that you learned it in 7 days. Please help!
 
Last edited:
"]Sir ,

I have now version 1.5 version 1.21 version 1.40 rtd not one version works only message says scrip downloade when backfill seleced but no graps in amibroker even for backfill C an you assist me thru Teamviwer to set up confure to show graphs in amibroker

Regards,
Sachin

Regards,
sachin[/QUOTE]
 

josh1

Well-Known Member
"]Sir ,

I have now version 1.5 version 1.21 version 1.40 rtd not one version works only message says scrip downloade when backfill seleced but no graps in amibroker even for backfill C an you assist me thru Teamviwer to set up confure to show graphs in amibroker

Regards,
Sachin

Regards,
sachin
[/QUOTE]

View all videos first. Configure after that. If you still don't get charts, post screen shot s here
 

josh1

Well-Known Member
What I am starting to understand, you all have already understood and executed! You see I am taking my baby steps in learning AHK.

I should be most grateful if any senior member would kindly help unveil the mystery for me.

Upon running the below code1:
Code:
WinTitle := "Welcome"
WinActivate, %WinTitle%
sleep, 333
ControlFocus, SysListView323, %WinTitle%
sleep, 333
ControlGet, RowNum, List, Count, SysListView323, %WinTitle%        ;Total number of rows in MarketWatch
MsgBox, Number of Rows: %RowNum%
I get:




Thinking that AHK might not work on this NEST platform, I wrote code2:
Code:
WinTitle := "Welcome"
WinActivate, %WinTitle%
sleep, 333
ControlGetText, TxtVal, Edit3, %WinTitle%
MsgBox, %TxtVal%
To my surprise it worked and got:



Apart from the code2, nothing seems to work - not even ControlClick or Click, Rel. Where am I wrong in code1?

P.S. A question for Josh1 - How to effectively cook AHK scripts for NEST Trader? In another post, you mentioned that you learned it in 7 days. Please help!
You asked for too many things in code1
 
Sir,

I watched all videos installed nest and amibroker on c drive instead of program files Installed dataram as D:\ d drive with 5mb There is no error shown when I run rtd1.5 as admin but no graphs
when I run rtd not as admin I get error There should be atleast one symbol present in marketwatch I have started nestplus graph started data table from nestplus also column order arranged There is backfill data in rtd folder scrip. csv file I dont get what is missing on my part not once have got any graphs in amibroker
Message from rtd is rtd started backfill completed but no graphs in amibroker also tried RTD1.4 and RTD1.21 there is no error shown so what screenshots can i attach ?.

Regards,
Sachin

View all videos first. Configure after that. If you still don't get charts, post screen shot s here[/QUOTE]
 
All the prices are updated all csv scrip files except abquotes is blank and last_prices file shows only scrip names with 0 value against it so data is comin thru rtd in some csv files throgh backfill but data is not going to amibroker also in quotes.csv file in d:\ real time data is updated
I cannot fiure it out what is te missing link for data to go to amibroker
 

josh1

Well-Known Member
Sir,

I watched all videos installed nest and amibroker on c drive instead of program files Installed dataram as D:\ d drive with 5mb There is no error shown when I run rtd1.5 as admin but no graphs
when I run rtd not as admin I get error There should be atleast one symbol present in marketwatch I have started nestplus graph started data table from nestplus also column order arranged There is backfill data in rtd folder scrip. csv file I dont get what is missing on my part not once have got any graphs in amibroker
Message from rtd is rtd started backfill completed but no graphs in amibroker also tried RTD1.4 and RTD1.21 there is no error shown so what screenshots can i attach ?.

Regards,
Sachin

View all videos first. Configure after that. If you still don't get charts, post screen shot s here
[/QUOTE]

You have to run NestTrader, RTD and Amibroker all as non admin.

I get error There should be atleast one symbol present in marketwatch

You get that error because you are not selecting any scrips from the drop down list.
 

Similar threads