@roar sorry roar there were 2 mistakes in this post i have used the strikethrough on the mistakes so you can see , and modified it to the correct logic.
need some advice on this
so here is what i am trying to do .
Buy:
let say once condition 1 is true and condition 2 is true and condition 3 is true.
it opens up a buy , now if the buy gets in to the profit before condition 4, 5, and 6 becomes true then well and good .
but if the buy trade turns against us before and when the condition 4 , 5, 6 becomes true , then open a sell on each candle as long as the condition 4 ,5, 6 is true and after that when condition 1,2,3 becomes true start opening buy trades on every candle so on and so forth. (i am planning to average them out )
Sell:
once condition 4 is true and condition 5 is true and condition 6 is true.
it opens a sell, now if the sell gets in to the profit before condition 1, 2, and 3 becomes true then well and good .
but if the sell trade turns against us before and when the condition 1, 2, 3 becomes true , then open a Buy on every candle as long as the condition 1, 2, 3 is true and after that when condition 4,5,6 becomes true start opening sell trades on every candle so on and so forth. (i am planning to average them out )