 |
QuantShare
2010-04-06 11:25:28
0
|
|
Best Answer
In the next release, you will be able to plot signals directly from the rules analyzer tool.
You can manually plot signals on chart, using the following formula:
PlotSymbol(RULE, "buy", 1, 1, BelowLow, colorGreen, colorGreen, PlotSymbolArrow);
Example:
PlotSymbol(rsi(14) > 70, "buy", 1, 1, BelowLow, colorGreen, colorGreen, PlotSymbolArrow);
|
|