Add a shared link rather than the mq file.
Posts made by jstap
-
RE: when stopp loss active open position in opposite directionposted in Questions & Answers
Something has to set the flag before you check it, under check what the flag is starting/stopping needs to be there. pass once allows the block above to pass through it once, then when necessary you reset using reset.
-
RE: after 3 touchesposted in Questions & Answers
Count each touch in a variable, check the number, and place a trade, reset when the trade is placed.
-
RE: Error in mt5 position bucketposted in Bug Reports
All you can do is ask the admin... see if he can help.
-
RE: Find volume of currently open positionsposted in Questions & Answers
This becomes a lot of work, trade tab for SL moving, or pink blocks across the tabs to see when all have the same SL, then you need to get the values and work with them.
-
RE: Error in mt5 position bucketposted in Bug Reports
I only use MT4, because it is more stable, FX, and MT.
-
RE: How to properly load a custom indicator On fxdreema to avoid 'load error' while testing.posted in Questions & Answers
He used the MQ file. Try changing all values that contain words to the int number they are in the indicators list, starting at 0. (1st picture chg_on outer would = 1), I would copy and recreate the indicator with a separate name.
-
RE: News during Backtestposted in Questions & Answers
Isn't DLS time set by your broker (server time)? Meaning as this is used on backtest, DSL happens anyway...
-
RE: Multiple time frame conditions eaposted in Questions & Answers
Add a shared link to see what has/hasn't been done.
-
RE: HTF PROBLEMposted in General Discussions
Adding a shared link will help people to see what is happening
-
RE: Error in mt5 position bucketposted in Bug Reports
Try setting the ID to the used colour, not well practiced on MT5 so cant help more than this
-
RE: skip tickposted in General Discussions
Never use it, and to me is random because there is no specific time to when you get a tick, but if you want to skip a tick, put this block above the block you want to wait.
-
RE: Multi time frame EAposted in Questions & Answers
Your flag will do nothing, as you are not setting it anywhere, pass once will do nothing as it is not in between blocks, and is reset straight away.
-
RE: EA project assistanceposted in Questions & Answers
Try what I said and add a shared link, I will show you what you are doing wrong.
-
RE: Help - Custom MQL Codeposted in Questions & Answers
You get code to do all that, but can take a lot of work, why don't you use a variable to start/stop trading, use a terminal (global) variable to stop and close trades on all charts?
-
RE: Close partially by amount of moneyposted in Questions & Answers
Never tried but, on the trade tab, purple trade closed, pink for each trade, close 53% (is close), and there are no blocks closing a specific lot size.
-
RE: EA project assistanceposted in Questions & Answers
You do not use on timer tab, that tab only works on demo/live, not backtest. If you want a trade placed at a certain time, use no trade, and a time filter block, on tick tab.
-
RE: Is it possible to draw a line on zigzag?posted in Questions & Answers
For some reason I can't get vertical lines to draw, this draws a horizontal line at every point, it is probably your condition that is causing this. https://fxdreema.com/shared/fwTRUqDtd
-
RE: EA project assistanceposted in Questions & Answers
Go on the tab and the purple blocks are on the left.