people speak many languages around here, and there is more than 1 time the word "Pass" is used in Dreema.
Posts made by TipsyWisdom
-
RE: WHAT IS PASS?posted in Questions & Answers
-
RE: Trade Timing Issuesposted in Questions & Answers
Now its your turn, you analyze the LOGIC and the output and hopefully you can tell me what you're doing wrong.
click the link below to subscribe and hit the bell
-
RE: Spread Filter & Pending Ordersposted in Questions & Answers
I would do something like...if spread filter is true, delete pending orders
-
RE: How to turn off pending order using constant input?posted in Questions & Answers
to learn more, swipe up now.
-
RE: Anyone know where @roar went?!posted in Questions & Answers
@iceyheart said in Anyone know where @roar went?!:
@l-andorrà Do you know of any other good MQL4 coders?
there are 2 guys on my team that are versed.
-
RE: How to build pip steps matingale?posted in Questions & Answers
@l-andorrà said in How to build pip steps matingale?:
@smith8 Please don't waste your time with ANY martingale. They don't work in the long rune. Here you have mine if you want to create one:
this is the best advice I've read from you EVER.
I wish I could upvote it 10 more times.
-
RE: Trade Timing Issuesposted in Questions & Answers
@djlaserman said in Trade Timing Issues:
This is some sort of coding issue / optimization or lack of that on the backend of fxd. It just can't time trades well. This leads to huge accumulative losses.
See how much of the beginning of the bar is missed!This following clip is from another ea creator application. See how exact it times the beginning of the bar to get maximum profit if trade goes in favor. Note that I'm not using fixed TPs or SLs. Everything in my EAs is dynamic, such as is the market.
.If I have free time to kill, I will attempt to debug the actual mql4 code produced to find out why there is this huge delay getting things done... or perhaps one of you knows how to get a perfect (new bar open trade placed like the later using fxd)?
in short, the problem is most likely with your logic. I precisely test things in my EA's so I understand every detail. There are not delays in mine as you experience.
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@djlaserman said in EA not taking trades or taking false trades:
I can't say for sure but I suspect this all comes from the delay placing trades by fxd. It's difficult to get it to place trades at the very beginning of bars correctly. Most just miss the mark.

compared to other ea builder

Someone needs to debug the core fxd web application... I hope the owner is still actively doing so.
You might be confusing slippage in real time VS backtest.
this trade opened perfectly at candle open after some significance around the 62 fib for example.

-
RE: How to define a portion of a variable name from user input as a constantposted in Questions & Answers
@nmbruno easiest way to comment is in the bottom of each buy and sell block.
-
RE: flag reset not workingposted in Questions & Answers
i might try removing the blue block above the false setting flag, and use a pink once trade. that'll get rid of the need for a counter.
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@coinmaster if you want help, the best thing will be to share that indicator.
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
Sounds like you ought to abandon that indicator my friend.
I dont experience that with indicators in Dreema. I frequently use comment blocks displaying many various things and its only 0 if I jacked something up.
-
RE: 100 errors, 16 warningsposted in Questions & Answers
@bk7 lol. it was just many lines using iHigh & iLow. I was using 25 candle lookback for each, and simply forgot the ; and a ) in the whole thing every line displayed an error.
-
RE: A problem in MQL5posted in Questions & Answers
@abbas3 it required a subscription if its over 10 blocks



