Support Board
Date/Time: Fri, 31 Jan 2025 09:11:24 +0000
Post From: Automated Trading
[2019-02-19 11:06:01] |
User575872 - Posts: 61 |
#40 okay, I put =AND(AC3<=E3+2,AA3<AB3,AA3>AC3) in K3 and =AND(AB3<=E3-2,AA3<AB3,AA3>AC3) in M3 and =IF(=AND(AC3<=E3+2,AA3<AB3,AA3>AC3, 1, IF(=AND(AB3<=E3-2,AA3<AB3,AA3>AC3, 0, P4)) in P3 because of this info in the support board Cell P3: =IF(BuyConditions, 1, IF(SellConditions, 0, P4)) In the above formula BuyConditions would be replaced with a desired Buy formula, and the SellConditions would be replaced with a desired Sell formula. But there comes a ERROR SYNTAX Also when I use the other info from the support board: Cell K3: =AND(P4 = 0, P3) Cell M3: =AND(P4, P3 = 0) I donĀ“t know where and how I have to place these formulas. I added them to the buy/sell formulas in K3 and M3 and used them alone ... both wrong |