|
Posted by ynotssor on August 29, 2006, 3:54 pm
> Does anybody knows what is the word for "LastBarOnChart" in Easy
> Language-TradeStation 2000i?
The "secret" word for EL TS2000i is ... LastBarOnChart, as in:
if lastbaronchart and barstatus(1) = 2 then
{do some stuff}
You should get in the habit of consulting the online Help. Just click the
little white "open book" icon on the toolbar, or use the menu to navigate to
the Wizard, and use the search capabilities to your advantage.
|