How can you change time stored in a variable as unix to candle id
Posts made by OD
-
UNIX TO CANDLE IDposted in Questions & Answers
-
RE: I cant check the exact price IN MT5 even the candle OHLC valuesposted in Questions & Answers
@OD I found the issue. When representing that type of data in a variable use a double instead of int
-
I cant check the exact price IN MT5 even the candle OHLC valuesposted in Questions & Answers
Like if you want to check the open price of the last trade which is 1.0543 for example my platform is just saying 1.0. Is this common or is it a bug on my side
-
RE: BLOCKS NOT CONNECTINGposted in Bug Reports
@Mantadiver Restarting the browser or giving it some time seems to work but sometimes it can still be nagging
-
BLOCKS NOT CONNECTINGposted in Bug Reports
In the screenshot it shows me trying to connect one block to another but it just leaves glitches like those. Why does this happen and how can you stop it. I've tried reloading and restarting but it still reacts that way. This is not the first time but funnily it happens in only one project other projects work just fine.

-
RE: Poor countries, poor peopleposted in General Discussions
@fxDreema Interesting more better even knowing the journey for making this tool; what it takes to reach this level of perfection in programming.
-
Question about crossovers on two timeframes.posted in Questions & Answers
How can one arrange the condition blocks if in one day price crossed above a moving average like (50) in two different timeframes such as H4&H1.
-
RE: How to identify trades open after a certain timeposted in Questions & Answers
@jstap I guess you can only test a comment in a live market
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio No prob I'll try to build another better one. You have my appreciation for the support.
-
How to identify trades open after a certain timeposted in Questions & Answers
If you have many open trades during at a time like noon and you want to close the trades that were opened only after 8.00 a.m...how can it be done in fxdreema.
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio So is there no way to possibly do that in fxdreema
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio But with 100% the close partially block is not closing partially and opening another trade as it is supposed to
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio Not really . Cant the close partially block close 100% volume and open new one with same settings?
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio What the strategy is is if a trade is 20 pips in profit it should take profits and open a trade similar to the one just closed. Lot size should be the same and also the stop loss level and take profit. In this case there is no take profit so if a trade is profiting, at every 20 pip interval it should "close partially" and the new trade should have the same volume not reduced.
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio What if you want the new partial trade to have the same lot size as the previous one, so that with the same stop loss the strategy is sort of taking partial profits. If 50% is put the lot size keeps reducing with each close partially.
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio I've tried both ways it is not solved plus still the OCO is not deleting some trades . I wish you could share with me your full backtest results for a pair for a substantial amount of time like a year or two to find out if it is my system of back testing that is really wrong.
-
RE: Why is this EA not taking trades when it is supposed toposted in Questions & Answers
@ambrogio I want if a trade is in profit it has to close partially every 20 pips while the stop loss level of the parent trade remains the same for all partial trades.
Is this possible?