Posts made by Uriel 0
-
RE: Close every # secondsposted in Questions & Answers
Ok, done. Thanks @iandorra. I haven't seen "check age" block
https://fxdreema.com/forum/topic/10549/close-position-after-a-specific-time -
Close every # secondsposted in Questions & Answers
Hi, I'm struggling with the build of this EA. Basically I want that if I created a trade, (manually or automatic), close every N seconds. I have done it in a lot of ways and looks that nothing works haha
The last try...
Plase heelp -
RE: EA download failedposted in Questions & Answers
@koollexmiles maybe you put something wrong on a block, like an input or variable no definied...
-
RE: market properties candle IDposted in Questions & Answers
@saeed-2 The example that I provided to you was to get the price level; If i got it well, then this would be what you are looking for

-
RE: market properties candle IDposted in Questions & Answers
@saeed-2 I made this few time ago

the problem is the point value input (I put manually; E.G. EURUSD 0.0001) ...
-
RE: Verify Correct Logic ?posted in Questions & Answers
@ontradingx Looks as you want, but I don't get why put bulls in row and the others candle conditions, if bulls in row do it (?). Just add the candle ID in bulls in row

My E.G.

-
RE: I'm trying to experiment with grid trading.posted in Questions & Answers
@iagnew well, this is depending; plase, be most specific about you are looking for
-
RE: Formulaposted in Questions & Answers
@vypchela do you mean something like this?
https://fxdreema.com/shared/g5mVhvffc

I'm not programmer yet. COuld you explain to me what it mean on your iMA inputs?
(iMA(NULL, 0, 50, 0, 3, PRICE_TYPICAL, 1)
iMA is the indicator, Null is the Trading Pair , 0 is the timeframe (?), 50 is MA Period, 0 is the shift, 3 is the MA Method (??), then MA apply; and the last what is (1) ??
..
(iATR(NULL, 0, 18, 1)
Null- Trading Pair, 0 TF (current), 18 -- ATR period, 1 shift (?)If someone knows, please explain it to me
-
RE: Cant fix lot size on EA (SOLVED)posted in Questions & Answers
@gtoat777 what do you want with those??

I've never tried them before
Why don't add constants and variables to you can check it out individually and get where is the mistake? sometimes the mistake is in the calculation of the variable or constant...
-
RE: Setting expired pending by candleposted in Questions & Answers
@l-andorrĂ it doesn't work well. In my case, on backtesting, just closes the order on a bad candle... I have put 6 candles to expire, but it closes just literally at 6 candles of 5 minutes... no at current TF


-
Candle ID, how to use it?posted in Questions & Answers
Hi, I'm writting this post because put the candle ubication on a contidion, always could be hard (at least for me); I've done some projects and until now I usually put a bad ubication for a candle...
I know that this depends of what do you want on your demand, but I'd like to know how to identify how use it. I know that per deffect C ID is 0 (current), then 1 is the candle before 0 and so on...
but just an example here... 2 Moving Avarage cross on this example is 0 and 0, but why some people put 0 and 1? ... Etc

But on this the Candles ID Are not 0....

Sorry for the noob and annoy post, but is something important to take decisions

-
RE: Opinion about backtesting.posted in Questions & Answers
@tipsywisdom sometimes the EA got sobreoptimized... You can know it by its stats and perfect curve, to avoid that there are some filters
-
RE: Opinion about backtesting.posted in Questions & Answers
@ontradingx well, there are Many, many and a lot of variables here...
Starting with MT4/5 history data. Metaquotes provide no trustworthy data (causing so many results that are not reliables...). After that, on Strategy tester, swaps, slippage, etc... Are not considered. To you can check if EA is robust, make the backtest om the 3 options of ticks ( Open prices, tick and control points), the stats must be similars, the graph curve too..
And more:)
-
RE: Using custom SnD indicatorposted in Questions & Answers
@slimmz because fxdreema don't recognize indicators buffers... You need to adjust them
-
RE: Using custom SnD indicatorposted in Questions & Answers
@slimmz Well, I can see that the indicator doesn't have source code and to work with it, is necessary that you adjust it on fxdreema, you can check these tutorials that people experienced made:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileSecond, you indicated to me that there are another indicator that is for confirmations, I didn't see it, but I can imagine that them are a type of MA (by the pic that you sent before)
I let you the project with MA condition E.G



