Managing a new position
-
hi dear friend
i have a problem
how to manage position for this:
when close a buy position, i want to dont open a new position until specified time( 4H or 6H) -
Try use Once per bar block, set to H4.
-
i do this
but did not work properly.
often time period start before close previous position -
You can also try use the On/off block.
-
@h_s9100 You can do that by storing the closing UNIX time on a variable. Are you familiar with variables?