Posts made by ambrogio
-
RE: Connecting multiple conditionsposted in Questions & Answers
There is no difference between blocks regard the pip size. Some intrument you want to trade, instead can have one or two or three or four digit, so make sure to setup the pip rules size inside evry project. This way i have no problem:
0.1 = 1
0.01 = 0.1
0.001 = 0.01
0.0001 = 0.001
0.00001 = 0.0001
0.000001 = 0.0001
-
RE: Connecting multiple conditionsposted in Questions & Answers
@Lerumo do not confuse points with pips

-
RE: Connecting multiple conditionsposted in Questions & Answers
In your inputs you chose a minimum candle size of 200 pips, that's a lot. Change this value and you will see that it works.
-
RE: Connecting multiple conditionsposted in Questions & Answers
yours is the link to the builder not to the project

-
RE: Connecting multiple conditionsposted in Questions & Answers
please can you share your project to look inside
-
RE: Connecting multiple conditionsposted in Questions & Answers
please, first, check the journal of strategy tester.
-
RE: problem enumerations: en Display Typeposted in Questions & Answers
try to import the .ex4 file instead
-
RE: New Position error: market is closed (10018)posted in Questions & Answers
@Uriel-0 said in New Position error: market is closed (10018):
@l-andorrà sure, it does look wrong? Works well in all TF, just on daily not. Thanks
"once per bar" daily happens at 00:00 , at this time your broker doesn't accept any order/instruction. Likely it start to works at 00:04 (just a guess). There are some topic on this question on forum.....and a solution (time filter and weekend filter just above buy/sell )
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
please mark this topic as solved
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
@Byens said in Strugling with automatic validation mql5:
so here is my solution,

set once a day block before buy and sell
forgive me but i don't understand, it is working now this way?
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
this way should work, even if the validation software were to put for example: 200, the maximum number of orders is still limited to 60.


-
RE: transaction robotposted in Questions & Answers
hi, i suggest you to look at many example here
https://fxdreema.com/examples -
RE: Strugling with automatic validation mql5posted in Questions & Answers
@Byens said in Strugling with automatic validation mql5:
this is input, i tried to set 10 , not working too. Error 28 order openedI think I didn't explain myself well in my post above. The mql5 com site software that checks the product before publishing, forces this input and all other inputs. You have to put a hidden limit number in your code to prevent this.
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
@Byens said in Strugling with automatic validation mql5:
yes limit is 60 but i set lower and it is not working too.
is this lower number hidden?
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
the same for the numbers of pending orders, free margin ecc..
