Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 05:25:10 +0000



Post From: How to have only 1 trade per candle with timed entry from spreadsheet

[2022-09-11 01:14:03]
Sawtooth - Posts: 4000
One way to assure only one entry per day is to compare J41 to J42, like this in your entry K3/M3 formulas:
=AND(YourOtherEntryConditions,INT($J$41)>INT($J$42))
The INT (integer) of the DateTime is the date only.

The 'Signal Only Once Per Bar' set to Yes should only allow one entry in the 08:30:00 bar.
If you'd like to troubleshoot why that is not working as expected, take a closer look at your K3 formula.
And look at entries in the Trade Activity log's *Trade Activity tab on the day the spurious entry occurred.

You can DM me, if you like.