Under buy & sell modify count variable to 0
Posts made by jstap
-
RE: are you expericing this?posted in Questions & Answers
Some blocks there's not but, internally the code is different, and although lots between MT4 & MT5 is the same or similar, but some is not. So I tend to use exact, just in case.
-
RE: SL and Breack even controlposted in Questions & Answers
Try this, above trail have a loop (for each trade) with a condition SL < open
-
RE: How to create condition "Candle1 < Candle 2 to 5"posted in Questions & Answers
candle 1 (open/close(etc) < market properties (low/how 2-5)
-
RE: are you expericing this?posted in Questions & Answers
I would, if a block says position it is MT5, if trade MT4
-
RE: Pending order Stop Loss changes when it fillsposted in Questions & Answers
There is still a vast amount of blocks, knuckle this section down to more like 10, and then the problem can be easily identified
-
RE: Simple Stop-Loss and BE projectposted in Questions & Answers
There is no constant in that, only 1 variable...add a shared link to show what's causing this
-
RE: are you expericing this?posted in Questions & Answers
That convertor will convert any FX EA, but some blocks need to be replaced
-
RE: Draw Line X-pips away from Priceposted in Questions & Answers
Show the shared link to see what's not working
-
RE: Draw Line X-pips away from Priceposted in Questions & Answers
What constantly redrawing, or drawing once? If once use a block first to dictate when EA can draw. Do this to draw candle 0 close and adjust by + or - x.xx pips
-
RE: Pending order Stop Loss changes when it fillsposted in Questions & Answers
Ok but there are still about 130 blocks that could interfere, so limit this, and the only blocks that could interfere would be minimal. When I create a EA, I still test 1 section before adding the next. It takes longer but if there's a problem it can only be with the last few blocks I added.
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
This is not once per bar, this is if this has happened, but this would be true continuously for a whole candle, add a once-per-bar block at the top
-
RE: Pending order Stop Loss changes when it fillsposted in Questions & Answers
When you have a large number of blocks it is hard to ascertain the problem, create a test project with a few blocks, and then the problem can be seen
-
RE: Open positions viewerposted in Questions & Answers
As it is once 50 candles have opened, a trade can be placed, maybe under placing a trade, you should set this variable to 0
-
RE: Simple Stop-Loss and BE projectposted in Questions & Answers
Something like this, have used the on tick and on trade tabs: https://fxdreema.com/shared/fUHbO3ync
