Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 23:03:40 +0000



Post From: Automated Trading

[2019-01-16 08:59:40]
User575872 - Posts: 59
Yes I set J71/J73 on S and use a formula (=E3+0.03) for J22/J24 to get a offset. It works in the sense that all orders are actually canceled except the one filled.

I wonder why in these formulas of K5 and K4 is the speech and not by K3

Cell Y3: =IF(AND (K5 = 0, K4), FRACTIME(A3), Y4)
This formula returns the closing timestamp of a Buy Entry signal in Column K.

Cell Z3: =IF(AND(M5 = 0, M4), FRACTIME(A3), Z4)
This formula returns the closing timestamp of a Sell Entry signal in Column M.


Sorry I have another question:
How can I say that I want to trigger an order depending on yesterday's high and low?