@frank-2 I really don't get your point, but here I got the way of work with digits
https://fxdreema.com/forum/topic/14168/sp500-con-fxdreem
https://fxdreema.com/forum/topic/14119/tp-sl-by-highest-lowest-candles-period-average/17
@frank-2 I really don't get your point, but here I got the way of work with digits
https://fxdreema.com/forum/topic/14168/sp500-con-fxdreem
https://fxdreema.com/forum/topic/14119/tp-sl-by-highest-lowest-candles-period-average/17
@youngtreptrader use "Once per minutes" block instead "once per bar"
@l-andorrà do you know if this block works well now?
@l-andorrà using "for each trade" block, not works the trades as a bucket, if not, literally as for each trade. "If position" works well, but i put directly "bucket" block to save memory and using it for the comments. I have the pips count but just works with one trade
I write because can be interesting the answer
@jstap actually, worked with check unrealized. I put the example here
https://fxdreema.com/forum/topic/14305/how-to-show-all-pips-of-open-positions
@perfectjj at least, with me always have been immediately
Hi, I'm struggling on get a way to show the total bucket pips. The only way that I got was to show the profit as money, but not on pips...
btw, the only way on that i got a Stop loss global (of bucket) and TP, was with these conditions: 
But "close positions" block continues with its market closed bug... @fxdreema
@perfectjj Wait until the admin check it out the payment, usually an email is sended to you when the payment was registered
if all running trades, set a condition to be correct at 100pips, under put a close trades block.
How would you make that condition? I'm meaning about stop loss of total running trades. E.g. If the sum of all trades open are >= -100 pips, then close all trades in lost
Hi guys, someone could share to us an example structure of how a support/resistance EA is build? Thank you:)
@rodrigo-ortuzar man, la lógica de los bloques está mal diseñada
1-Time filter
2- Once per bar
3- añade "no trade/order"
... Tus condiciones
4- vender ahora
5- no sé qué condiciones tengas después del bloque de venta, pero podrìas separar esos bloques, agregando "if trade", luego "tus condiciones" ---> close positions
Por cierto, no tiene sentido ponerle las mismas flechas para todos, mejor ponle a cada uno un bloque de fechas diferentes y sobretodo, customízalas... Sino todas serán iguales y no identificarás cada condición...
@nuyasd130 use the block "every n candles" and yout condition. And depending of what you want, you can create a counter and a true/false variable that changes every your conditions happens
@luanainteglia same, Bug continue existing. For the moment, only what occurrs me is make a condition to if "market is closed" then do something... like wait or idk
@oriol-0 you can specific the expiration time in the Buy/sell blocks, or use these blocks
@iagnew you could create a variable that put true/false when your conditions happen https://fxdreema.com/forum/topic/11289/pass-one-bar-candle
Put the modify variables block
Or another way to do it, is with turn on/off blocks below/above your conditions
Hi, someone has the HMA source code on MQL5? That can be working on Fxdreema, I found some HMA but doesn't works well by its buffets. Thanks