Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 17:38:12 +0000



Post From: Market on close orders with automated trading

[2017-10-07 16:36:54]
GiantAvocado - Posts: 67
tomgilb; thanks a lot for the help; I finally settled on these formulas for now;

L3 =AND($J$8>0,$J$41 > (Int($J$41) + TIMEVALUE("16:10:00")))
N3 =AND($J$8<0,$J$41 > (Int($J$41) + TIMEVALUE("16:10:00")))

for now & for testing I just want to be out before the close. I think my problem is that I use a 2t Renko chart and the times are updating in the spread sheet at the end of each renko bar, these can be very long, If this is true I may add 1M chart to reference for time. With this scenario I need to add, in the 'buy entry & sell entry' columns, not to trade after 1600; Still working this out. Much appreciated!

Steve