| LastSignal as Number |
This function has no parameter
Example:
|
It can be usefull when you have big systems that give you more than one buy signal before a sell signal. Use for example at the end of the "For" loop: If Signal = LastSignal then Neutral(0) to cancel previous action. |