Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 00:25:38 +0000



Post From: Combining two conditions in spreadsheet studies

[2014-01-27 21:11:42]
User57878 - Posts: 24
Hi,

I have two indocators that i want to automatise.
One is the Psar, and the other is a crossover system.
The conditions taken solely works like a charm.
The Psar is in the AA column, the last price in E, and the 2 moving averages are on AE(short ema) and AF(long ema).
For the buy conditions it's:

Psar: =AND(AA4>E4;E3>AA3)
Crossover: =AND(AE4<AF4;AE3>AF3)

Theses codes works, and i want now to combine them in one code in these ways:
1- psar AND crossover conditions respected
2-psar OR crossover conditions respected.

Can someone help me with this please? how way can i link them with AND and OR ?


Date Time Of Last Edit: 2014-01-27 21:12:03