| You are not authorized to post a reply.
|
|
| Author |
Messages |
|
Bebop Posts:8
 |
| 06-06-2010 1:25 PM |
Alert
|
| I have the following statement in my system code: Plot1 (LastTrailingATR).
LastTrailingATR is dimensioned as Double. When I save the system I get the following message: undeclared variable: 'Plot1'.
What am I doing wrong?
Thanks,
Bob |
|
|
|
|
murray Posts:519
 |
| 06-06-2010 9:13 PM |
Alert
|
| Plot statements only work from indicator plots, not systems or anything else. This is the same as TradeStation. |
|
|
|
|
Bebop Posts:8
 |
| 06-07-2010 1:19 AM |
Alert
|
| Is it possible on a Chart to add a bararray to it? |
|
|
|
|
quest Posts:20
 |
| 08-03-2010 5:10 PM |
Alert
|
| Hi,
Yes it is. But you can't pass a bararray from a system to an indicator plot. Think of them as separate walled off functional domains. If that will change, it won't be for some time.
What you can do is replicate the logic of your system in the indicator plot and so build and plot the relevant bararrays from there.
Regards,
Dave |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|