Registered User Joined: 10/14/2008 Posts: 23
|
I'm trying to create a new indicator in Real Code, and am having trouble compiling it. The only error message the compiler is sending is for the last line which is:Plot= Price.low - AvgPenLow.The error message is: "Name 'Plot' is not declared".Why is the compiler not recognizing the keyword "Plot"?If needed, how do I send you the code?
|
 Administration
Joined: 9/30/2004 Posts: 9,187
|
You can copy and paste the code directly into the forum topic. However, it sounds like you're trying to program an indicator in the condition editor. Select Add Indicator, Create in RealCode, and paste the code into the RealCode indicator editor.
|