What have i done wrong

i got close to running my strategy i even got a crude unfinished version of it to work then as i was testing it on diffrent symbols i decided to change the intitial start amount of dollars and this error happened i returned it back to 100000 and still getting this error

Backtest error: Sequence contains no elements undefined

Hello!

It happens when some variable (variables are vectors in Seetu actually) contains no values. Then, when using such empty vector somewhere in the following calculations, this error is returned.
Send your question to help desk. Send us your Seetu strategy Id. (It is next to your Seetu code name in the editor title.)

fixed it made huge strides yesterday in learning to script seetu. it helped knowing what i am making ahead of time.