GetEstimatedEarnings ();
Description
Returns estimate earnings for the current symbol.
Example
declare lower;
plot EstEarning = GetEstimatedEarnings();
EstEarning.SetPaintingStrategy(PaintingStrategy.POINTS);
The example draws estimated earnings for the current symbol as points on a separate subgraph.