Yes open the MQ file in meta editor and compile
Posts made by jstap
-
RE: How to create .EX4 file on meta editorposted in Questions & Answers
-
RE: What's wrong with MT5 on this platform?posted in Questions & Answers
@tec-nacks On MT5 you will need to create the same with pink blocks
-
RE: Trailing stop for sell isn't working.posted in Bug Reports
I think you are wrong, they always work for me, create a small test project showing the problem... I don't see a trail block in your project
-
RE: Cannot obtain price from Zigzag indicatorposted in Bug Reports
Then make a small test project to show it, I have used ZZ for years on here and it always does as expected
-
RE: I need help on this EAposted in Questions & Answers
Try moving draw shape into a separate tree, and once per day into a once per daily bar

-
RE: Cannot obtain price from Zigzag indicatorposted in Bug Reports
To check 1 thing set this alone up in a project and ask why it is/isn't working, by setting it up together there is too much that could be causing problems.
-
RE: Will this Daily profit area work for my botposted in Questions & Answers
Let me know if something doesn't work as expected
-
RE: Will this Daily profit area work for my botposted in Questions & Answers
Looks like it, alyhough it's difficult to say without a shared link to look inside the blocks
-
RE: Bull and Bear Candlesposted in Questions & Answers
Add a shared link to see what you have done, bull/bear block, once per bar - buy/sell block
-
RE: MT5 drawingposted in Questions & Answers
I don't know somethings on MT5 don't work as well, if you add a shared link it can be looked at but unlikely to see the problem
-
RE: Help with "Check Profit" Pleaseposted in Questions & Answers
@sktsec could be wright I didn't notice that, normalise block id's is in options project options, I mean number 1 - 20
-
RE: ایجاد پندینگ اردر بعد از فعال شده پندینگ اردر قبلیposted in Questions & Answers
Need more information on what you need
-
RE: paraboric sar crosses above candle issueposted in Questions & Answers
You don't have a second condition indicating the change, for now until you get things working leave the time frame on current
-
RE: Help with "Check Profit" Pleaseposted in Questions & Answers
Try normalising your block IDs as this could be causing problems, possibly the time 00:01:00 is causing problems - set it back to 00:00 and see if this helps, on MT4 this would work,
-
RE: paraboric sar crosses above candle issueposted in Questions & Answers
I don't mind helping but start by making the simple, then add to it, then post a shared link and I'll help out with what needs done.
-
RE: PLS help in adding Fibonacci money management to DCAposted in Questions & Answers
So it's a kind of martingale strategy, you can do this with standard blocks, set up a variable starting at 0.01, in separate trees to your on tick buy/sell tree on trade (for each closed trade, on trade closed by SL - check consecutive losses - modify variable to 0.01 - place buy using the lot variable if less than 2 (orange output) or yellow output for each closed trade set to 1- last trade lot size in a loop saved into a variable - for each closed trade set to 2- trade lot size in a loop saved into a variable - formula block and save the result into the lot variable -place trade with the lot variable. Set this up and test, inform us of any problems and add a shared link.
-
RE: paraboric sar crosses above candle issueposted in Questions & Answers
That is exactly what my example does - no trade block - condition block (PSAR < candle 1) - condition block (PSAR > candle 0) - sell block, reverse for buys, you will see this doing what you want, test and report back for any changes
-
RE: Help with "Check Profit" Pleaseposted in Questions & Answers
Add a shared link to see what you have done