Trade the weekdays candles not Candle ID
-
Hello,
Im not sure how to do this ?
I want ex. take Thursday candle compare it with a Wednesday candle, then Friday I want to make the trade. That way every week on real trading hours.
Is that possible
-
@fireblade Yes day filter for Friday, check what has happened on ID1& ID2 or over previous days.
-
Im not sure I get that one.
I want to compare every Monday trading day with Thursday trading day. Then make the trade Friday. So I will properly use Daily candle (Trading hours, not ext hours), but it need be like ex. those weekdays. Every week.
-
@fireblade Comparing what exactly? Monday's close price with Thursday's maybe?
-
@l-andorrà
Yes ex. Mondays high with Thursdays high, then trade Friday. Its important that it is those weekdays I pick. -
@fireblade Then you will need 2 variables. One to store each value. That way you'll be able to compare them to Friday's price. However, you'll have to reinitiate them on Monday each week.
-
@fireblade You don't need variables on Tuesday day candle ID1 is Monday, ID 4 is Thursday, if you only alow this to happen on Tuesday it will be correct.