Support Board
Date/Time: Tue, 02 Sep 2025 17:30:54 +0000
Post From: Anyone help for spreadsheet code?
[2015-01-14 15:29:20] |
Sawtooth - Posts: 4261 |
The MA Difference study will output its values in a column AA and above. Columns K-N are for autotrading signals, but only when using the Spreadsheet System for Trading study. So to get a signal at the zero crossing of the MA Difference study, try this: cell K3: =AND(AA4<0,AA3>0) cell M3: =AND(AA4>0,AA3<0) where the MA Difference study is in column AA. |