Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 12:55:15 +0000



Post From: Spreadsheet Alert with 3 different Futures

[2013-05-06 16:32:54]
Sawtooth - Posts: 3993
If this will eventually become an autotrader, you can use the Spreadsheet System for Trading study.

Start with a formula in cell K3 that will go TRUE when the DX has 3 consecutive bars with lower lows. For example:

=AND(D3<D4,D4<D5,D5<D6)

Then build on that success to include more conditions:

=AND(D3<D4,D4<D5,D5<D6,AA3>AD3,AM3>AP3)

Where AA and AD are the Open and Close of the EC, and AM and AP are the Open and Close of the BP.

Then keep building on the success.
Date Time Of Last Edit: 2013-05-06 16:33:33