Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts MS

Status
Not open for further replies.

shankar4kv

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Not enough. More details required. Which index? Required screen shots of Nest, and RTD also

Yesterday I have tested several times with the same code RTD_V_1.20.au3 that you have uploaded every thing works fine, but today I am running the same code but giving error cant figure-out what problem it is!:confused:


when click delete Tics its giving error (RTD_V_1.20.au3" (1230) : ==> Subscript used on non-accessible variable.)

After took out $Npi condition in _On_DeleteTics_Click it works fine, cant figure out why it is reading line 1231 $TempSymbol = $NdxScrips[$i][0], if its a $Npy or $Npn

Tried If Not $Npy or $Npn no luck.






give us a solution please.



Edit:May be its an error from $Npi checked or not! that is not declared

Edit2:Yes $Npi Not Declared correctly as checked or not will do it in update tonight!
 
Last edited:

TracerBullet

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Yesterday I have tested several times with the same code RTD_V_1.20.au3 that you have uploaded every thing works fine, but today I am running the same code but giving error cant figure-out what problem it is!:confused:


when click delete Tics its giving error (RTD_V_1.20.au3" (1230) : ==> Subscript used on non-accessible variable.)

After took out $Npi condition in _On_DeleteTics_Click it works fine, cant figure out why it is reading line 1231 $TempSymbol = $NdxScrips[$i][0], if its a $Npy or $Npn

Tried If Not $Npy or $Npn no luck.

give us a solution please.
If you are not already doing it, learn to use debug. Then you dont have to do trial and error, just use breakpoints, inspect variables and run to see whats the problem.
 

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Edit2:Yes $Npi Not Declared correctly as checked or not will do it in update tonight!
Just replace this line
If $Npi Then
with these
Local $PlusState = ControlCommand($hgui, "", $Npi, "IsChecked")
If $PlusState Then

As we go on adding more features, more thorough testing is required. Add only those features which are felt essential.
Users will go on asking for more n more automation until trading is also automated and money credited into their bank account. :lol:

Edit 1 - Add these Lines in Function Func _Get_Scrips_from_IndexValueBar($hListView)
after Local $iItemCount = _GUICtrlListView_GetItemCount($hListView), $i, $j

If Not $iItemCount Then
MsgBox(64, "No Index found", "Add atleast one index in Index Watch",2)
Return
EndIf

Edit2 - After clicking on Backfill RTD and RTDMan were hidden. However, only RTDMan window became visible on clicking Show. That is to be checked.
 
Last edited:
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Kaspersky says its clean.

no need to listen to chrome. use ie.
Thank u , Did dat already
its just an info to the developer

(Even if Kaspersky says its not clean , i wud Download it without even a slightest apprehension -- my intention was to inform not to crib )
 
Status
Not open for further replies.

Similar threads