CHECK CONSSECUTIVE LOSSES ISSUE
-
DOES "CHECK CONSSECUTIVE LOSSES" COUNTS AND REFFERS TO ALL THE HISTORY IN THE TRADING HISTORY ? OR THIS DAY ?
HOW CAN I MAKE IT CHECK ONLY THE LAST TRADES THAT WERE CLOSED IN THE PRESENT \LAST SESSION ? MY EA RELIES ON COUNTING CONSSECUTIVE LOSSES
-
A bucket of closed trades set to the relevant time period
-
PLEASE EXPLAIN MORE.....
-
-
set up a test project to get the relevant data add a shared link and I'll check. in a separate tree get the data and save it in a variable, alternatively use bucket with a pass block, and use in a condition block
-
HOW TO USE IT?
HOW TO DEFINE THAT IF THERE R 0 OR 1 OR 2 OR 3 LOSSING TRADES -
In what period? This is why I said set up a test project, so you can see how things work.
-
FROM THE MOMENT I PUT THE EA ON CHART....
https://fxdreema.com/shared/8Qsk9T0vbI ALSO TRIED TO MAKE IT ANOTHER WAY
https://fxdreema.com/shared/DfoZ8spueITS A MULTIBREAK EA THAT SUPPOSED TO OPEN AN OPOSITE TRADE WHEN A TRADE CLOSES WITH STOPLOSS AND AGAIN AND AGAIN
-
Bucket won't work without a pass block above it, put the result into a comment so you can see the result.
-
@YOSEF It refers to the most recent history. That means that if you are looking for 2 consecutive losses, as soon as they happen (ie, at the second one), the counter will immediately reset. Same if there is one loss and then one win. The counter resets immediately.