Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 14:10:36 +0000



Post From: Automated Trading

[2019-01-23 05:29:36]
Sawtooth - Posts: 3952
the command for Cell J89 "Cancel order at 11:00:00" does not work for me at all.
You must enable this with a =1 in J88.

The following happens: Time entries 1 and 2 are executed, 3 and 4 are not, 5, 6 and 7 are executed again
Some possible causes:
- You have 'Allow Multiple Entries In Same Direction' or 'Allow Entry With Working Orders' set to No.
- J41 is not updated within the time window in your formula.
- K4 or M4 are 1 and there is no transition from 0. (You could set 'Reset Condition On New Bar' to Yes)

canceling the non-executed orders does not work
You must use J78 instead of J27 for this.

Is there a formula for regular entry, for example every ten minutes?
The formulas you are using should work. But here is another way if your signal chart is time based with a shorter evenly divisible time than 10 minutes:
Add a 10 min chart, and overlay the Main Price Graph on your signal chart using the Study/Price Overlay study, with the 'Fill Blanks With Last Value' set to No. Then include this in your entry formula:
=ID1.SG1@3>0
where ID1 is the Study/Price Overlay study; edit as needed.

Is it possible to trigger an order via volume?") I found the following formula: = AVERAGE (SG1 [0: -10)]> 100
That formula is using the Simple Alert syntax. The syntax for spreadsheets would be:
=AVERAGE(F3:F13)>100