@Alipaviz-99 just see the events and its blocks 
Posts made by Uriel 0
-
RE: Counte trades were opened in a period of time.posted in Questions & Answers
-
RE: How to put a variable into constant sectionposted in Questions & Answers
@nasserminaei I just write to you an example of how to asign a value to the variable from constants, just to you can see how to use it...
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
@jstap sure, I have put it (As the link above). But the idea is works with more than 1 pending order of the same type at same time without be affected for the new variable data
-
RE: How to put a variable into constant sectionposted in Questions & Answers
@nasserminaei depending of what do you want, you can create a formula there you use 2 constant to make an arimetic operation, then put the result on a variable. Do not forget to reset the variable (if you need it) when it finalize its function
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
@jstap Sure, as I put before, I use the variables to put highest/lowest level of candle (1) just when a pending order is put. The problem is when there are 2 or more Types (the same e.g. 2 buy pending o) because the variable be changed by the Candle 1 of the new pending order. What I want is save the highest/lowest (this is for delete the pending if price crosses the level) and that it don't be affected if is open or more, then those have save its own level
-
RE: No tradeposted in Questions & Answers
@Edtoloza Puedes evitar eso definiendo los grupos del trade. En el bloque "No trade", pon el grupo. Yo siempre pongo en variables, por ejemplo, BnS (buys and shorts) = 1. Este número se suma en el magic y le ayuda al EA a clasificar mejor los trades. Si el problema persiste, puedes agregar el bloque de trades count y le pones lower than 1 por arriba de los bloques de compra y venta

-
RE: open trades at certain hourposted in Questions & Answers
@oskars There somethings wrong on your logic, first of all, on No trade block you are not putting the group (99). Then, you are using "No trade block", it means that every time that a trade is not opened, the EA will open several pending orders until one be opened. You can use "no pending orders" Or "no trade/order" blocks, depending or your logic. Also, about the trailing and the the others block, you have to specify or put another block that tells if trade, etc. Or just connect the yellow circle of the no trade block as I put .
Work with seconds with EAs made by the builder means that no be specifically precise, always there are more seconds than expected
-
RE: open trades at certain hourposted in Questions & Answers
@oskars Put the time filter above no trade block

-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
Hi @roar , could you help me with this? please
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
@jstap Nice. But would it works if I store at same time some candles because new pending orders are opened? I mean, it would not be changed every time a new pending order is opened? I Will test it also
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
Hi @jstap , do you have any another idea of how to save the lowest/highest (1) price every time that a new pending order is opened? Just to cancel it if price break the variable. Please:)
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
@Uriel-0 Sorry, I'm trying to put Pinned but is not getting. Blocks 40 is for the storing to longs, 112 is for storing of Shorts. 40 block is for the block condition 156, that if price is lower than the variable level, then delete long pending order. Viceversa for 112 and 174 blocks.
-
Storing lowest/highest price on Variablesposted in Questions & Answers
Hi the logic that I want to get is:
1.-Candle conditions is met, then
2.- Candle lowest (for longs, highest for shorts) is stored on variables (and it must not be deleted until pending order is opened or expired...
3.-How to save those having more than 1 pending order opened?The problem: Every time that another pending order is opened (at same time than other is opened), the variable reset and get the data from the new price (lowest/highest)


-
RE: Help with this formula and order position levelposted in Questions & Answers
I solved it just adding up this: body Candle pips + Candle Botton wick pips on offset Pips (Buy Pending order) and mid price
-
RE: Help with this formula and order position levelposted in Questions & Answers
@l-andorrà Yes. The order will be by Pending order, SL Will be (taking as example Buy Stop Order) on the bull candle closed (last one) but taking in consideration to get it, would be SL= Low Candle closed (1). TP by SL percent (1:1=SL 100%)
-
RE: Help with this formula and order position levelposted in Questions & Answers
How would you get the values and make the logic? I always think on the most hard way to get it, is the reason that I'm consultation this to you....
-
Help with this formula and order position levelposted in Questions & Answers
Hi, someone could help to me making a kind of formula or condition for this logic? I just need get how to put it...
1.-We define Long order position after Bull candle closed (At close) (1)
2.-Our SL will be on Candle low...
3.-TP will be 1:1 SL (100% SL)
...
Then this is the hard thing: Now this is how the order must be positioned:
The TP (SL 100%) Level, will be our level for the Buy Stop Order

And we will continue with the same Pips for SL but SL must be on the candle closed (1) -
RE: How can i calculate PIP VALUE for each pair?posted in Questions & Answers
@Ali332133 and about the formula, is not necessary. On the long/short block you can setting the risk by some múltiples of mm
