can you share what you did?
Posts made by miro1360
-
RE: Indicator condition on multiple historic candles. Lookbackposted in Questions & Answers
-
RE: Open new order with new lot size depend on how far loss in pips are!posted in Questions & Answers
you can do all calculations ...
here is example of some calculation, edit it for your purposes:
https://fxdreema.com/shared/ODGXMpm2c...
-
RE: can i convert file.ex4 to mq4 or edit on file.ex4 ?posted in Questions & Answers
in describtion tab can be contact, or through google
(describtion tab is visible when EA is inserting) -
RE: miro1360 help pleaseposted in Questions & Answers
ok, just this example can help you ... edit it for your purposes

as I said, using blocks it can be little complicated but can be done ... test it 10000000x on demo because it is little dangerous
...https://fxdreema.com/shared/GR23PVXSb
note, more sections are used (on Trade for lots calculation)

-
RE: can i convert file.ex4 to mq4 or edit on file.ex4 ?posted in Questions & Answers
ex4 can not be converted into mq4
if somebody do this, it is not allowed
when it is not working with demo or live, it is only for tester, in that case ask author of EA for more details
-
RE: miro1360 help pleaseposted in Questions & Answers
with standard blocks this need a lot of blocks and loops which check closed trades and count them and based on counting results edit lots for new trade ... this is not easy to do but it is possible to do
... but it takes hours of work to complete it correctly ... ....
another way is create custom code (or new block in studio) but this need programming skill and also take a lot of time and testing (longer as using standard blocks, but result is nicer) ...question is, have you tried this strategy with tester manually? because if exist situation which leads to big volume accumulated on a lot of lossable trades in row, there is big chance that result fails

-
RE: Order of Highest High and Lowest Lowposted in Questions & Answers
it are examples ... first example is how to store candle number with highest price into variable for further work ... second example is condition block where you can directly compare which candle is older (have greater ID), if highest or lowest price ... these blocks alone are not completly project, it shows you only how to work with information which you asked ...
-
RE: Cannot make Z-Orders workposted in Questions & Answers
what I think, z-order in mql is meaning not for "visible order" but for selectable order, that means when you have object at deepest bottom with highest z-number, and obove are next objects with lower z-numbers, when you come with mouse above and select object - first object which is selected is one with highest z-number ...
--- and objects order is based on time when they were created, it means at top of objects is last created object, not object with highest z-number ...
... when you will have object as top, you need re-create it
-
RE: Creating EA to buy when price crosses below Bollinger Bandposted in Questions & Answers
can you create shared link to your strategy?
-
RE: Setting stop loss at previous trade entry levelposted in Questions & Answers
pink blocks use together with dark pink blocks

-
RE: Undeclared Identifierposted in Bug Reports

.. note, MT4 will open only trades equally as selected Symbol in tester ... only MT5 can open multiple pair trades
-
RE: Art Collins_Scoring Systemposted in Questions & Answers
try this


... how to do it easier ... instead of many orange blocks you can use "Custom code block" to calculate more variables in one row:

score you can see using blocks Comment ...
-
RE: partial close based on candle size of the pastposted in Questions & Answers
maybe like this, but I have not tried if it is working


note, block numbers order is important (4,7,10 --- from lowest)
-
RE: a code for candle open timeposted in Questions & Answers
try this:

block numbers order is important in this case






