Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 04:34:54 +0000



Post From: Anyone help for spreadsheet code?

[2015-01-14 15:29:20]
Sawtooth - Posts: 3992
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.