♥ 0 |
Can we compare multiple FPL in Single Strategy to see which one works better for a particular Stock. Ex, def conditionOne = Average(close, 8) crosses above Average(close, 21); def conditionTwo = Average(close, 21) crosses above Average(close, 50); My question is in TOS can we compare FPL1 and FPL2 and see which one generate better results and show results as chart label? Note: I have taken above code from one of Pete’s examples and modified little bit.
Marked as spam
|
Please log in to post questions.