@seb-0 Well! So with that "bulk" command there will be no need for custom scripts anymore! Thanks for the information!
Posts made by ambrogio
-
RE: MT5 platform update, possibility of closing all positions at once, etc.posted in General Discussions
-
RE: Mt5 setup not installing on my vpsposted in Tutorials by Users
@ibrozango have you tried what i suggest above? The links i have uploaded
-
RE: How to do constant for time frame?posted in Questions & Answers
@gtoat777 Yes, this is what you will see on MT4 if you make the example I showed you above:

-
RE: Problem with block once per bar and time filter.posted in Questions & Answers
@ilario-vizziello "Once per bar" pass only once, so if you put it above the time bomb, the expert cannot calculate how many pips within how much seconds.
This way works. And check the constant in block #9

-
RE: How to do constant for time frame?posted in Questions & Answers
@gtoat777 You don't have to write anything. The drop-down menu will appear. Try it!
-
RE: How to do constant for time frame?posted in Questions & Answers
@gtoat777 in the type of constant write ENUM_TIMEFRAMES

you can also find more on the forum typing Enumeration
-
RE: My EA only opens SELLS...not BUYS...?posted in Questions & Answers
- have you tried these two blocks only ? "once per bar" ===> "buy now" and doesn't work ?
- Is your account "netting" or "hedge" ?
-
RE: My EA only opens SELLS...not BUYS...?posted in Questions & Answers
@eren-0 and here in the tester you can allow buy or sell or both

-
RE: My EA only opens SELLS...not BUYS...?posted in Questions & Answers
@eren-0 try this way to check it out:

-
RE: My EA only opens SELLS...not BUYS...?posted in Questions & Answers
@eren-0 it works for me. I've tested on M1 chart. However i suggest every time to put candle ID 1 when we are using indicators.

-
RE: Constant (input) number Positive and input adjust Negativeposted in Questions & Answers
@duepips said in Constant (input) number Positive and input adjust Negative:
hello, it is possible to set a field constant to a positive number for example: 1000 and then connect it to an adjust field in negative example: -1000? thank you
in the adjust field type the negative sign - then click on constant (or even type its name directly) then update the block

-
RE: My EA only opens SELLS...not BUYS...?posted in Questions & Answers
@eren-0 your link doesn't work
-
RE: Change symbol panel BUGposted in Questions & Answers
@uriel-0 Maybe at that moment ticks do not arrive from the market ? In "waiting for tick" mode the expert does not work

-
RE: Please am new here how do I convert my custom Indicator into EA or robotposted in General Discussions
@kazma4real Just to be clear: We cannot convert an indicator to an Expert Advisor, just use the indicator to set the conditions we have decided.
Like this:
See more example here :

