this is where it gets weird, if I save the namespace and load the table the same day without a restart I have no issues inserting. However, after a reboot of my machine if i load my namespace I get errors when inserting. For example, I have saved a namespace a few days ago, today I ran another instance with the same code and saved the namespace. If i try to load the namespace i saved a few days ago the insert does not work. The one that I saved today however does work. I tried this:
tick200 insert (“z”$cbarstart),(“z”$tabdatal[0]),(“f”$cbaropen),(“f”$tabdatal[4]),(“f”$cbarhigh),(“f”$cbarlow),(“j”$cbarvolume),(“f”$cbarvwap),(“f”$netchg),(“f”$totchg),(“f”$effratio),(“f”$thatshit),(“f”$diff),(“f”$valuep),(“f”$truncValue),(“f”$fish),(“f”$upmajor),(“f”$downmajor),(“f”$exits),(“f”$exitl),(“f”$pos),(“f”$entryprice)
but it results in a type error
meta tick200 yeilds:
![]()
I also verified that the variables are all defined and are the same type as the table columns by executing :
(“z”$cbarstart),(“z”$tabdatal[0]),(“f”$cbaropen),(“f”$tabdatal[4]),(“f”$cbarhigh),(“f”$cbarlow),(“j”$cbarvolume),(“f”$cbarvwap),(“f”$netchg),(“f”$totchg),(“f”$effratio),(“f”$thatshit),(“f”$diff),(“f”$valuep),(“f”$truncValue),(“f”$fish),(“f”$upmajor),(“f”$downmajor),(“f”$exits),(“f”$exitl),(“f”$pos),(“f”$entryprice)
![]()
This is totally bizarre completely mind-boggled