no, only files with source code
Posts made by miro1360
-
RE: Variables constantly changingposted in Bug Reports
@fxDreema you can check it, I was not able replicate this issue, maybe it is something special

-
RE: how i can know orders buy or sell created by people ?posted in Questions & Answers
I think you can not see this, because there are many brokers and each have own people
.... there is something like oanda book:
https://www.oanda.com/forex-trading/analysis/forex-order-book
and few indicators based on that, but again - it is case only for this one broker -
RE: Variables constantly changingposted in Bug Reports
I dont see a problem, it open trades without problem ..
... maybe are you asking why is variable "Stop" changing? it is, because for it calculation is used ATR indicator ... ATR is average true range for some period and it is logically changing - therefore ATR is reason ...
-
RE: How To Set Maximum Number Of Open Tradesposted in Questions & Answers
there is block "Check trades count" - use it ...
-
RE: Project versions / revisionsposted in Questions & Answers
export project.mq4 from fxdreema, import project.mq4 to fxdreema and rename it -- it is like save as ...
-
RE: Is there a way to run EA with computer off?posted in Questions & Answers
use something as VPS service, there are many, I found good stability with contabo - I found it as best stability+power+price (about 15€ monthly +5€ for windows and any customization in power like more RAM, or CPU power, and it can hold >10 metatrader together or many EAs), https://contabo.com/?show=vps (select with SSD, not HDD, because SSD is much faster)
... or find own VPS service (with windows if you are not familiar in linux)there are also another services from amazon, or you can pay for whole dedicated server
but these are not cheap ... -
RE: Lowest low since openposted in Questions & Answers
your problem can have many factors, even live trading ... because some brokers dont allow scalp trading (they have antiscalp plugins which detects fast trading and reject some request) ...
or your problem have some logic base, I dont know because your project have a lot of blocks and I am not able to read it all and find error
you should add some "log" blocks between another blocks and in that way looking for error (where it stucks) ... or also you can look for some errors in terminal from broker ... -
RE: EA which add SL, TP and TRSL. Doesnt workposted in Questions & Answers
do you have Magic number 0? ... 0 is default for manually opened trades ...
or try set also here for all:

-
RE: Trying to move stop loss to the 50 EMAposted in Questions & Answers
try to add some "debugging" between your blocks, to find where it stucks

-
RE: bottleneck of the bollinge bandsposted in Questions & Answers
ah you mean squeze ... this is little problem because each pair have different squeze ... but you can use indicator called bb_squeze .. this indicator is identifing bollinger band squeze .. try download this one modified (it should add speed to tester because original is very slow) :
https://www.forexfactory.com/showthread.php?p=8754944#post8754944 -
RE: EA which add SL, TP and TRSL. Doesnt workposted in Questions & Answers
Trade created must be in on Trade section, not in on Tick ...
-
RE: How to get price range from highest price and lowest price in specific time rangeposted in Questions & Answers
I think they dont slow optimization
-
RE: Pending orders near ordersposted in Questions & Answers
check this, if there is no Buy trade arround current price (+10pips above, -10pips below) it place buy pending order:
https://fxdreema.com/shared/gMCv6NTVb -
RE: Pending orders near ordersposted in Questions & Answers
it still be the same as I told you, instead of checking existence of pending order you can check market order
-
RE: Pending orders near ordersposted in Questions & Answers
you must consider some distance above and below active pending order
if your active pending order is at 1.2210 and some of conditions is active around this price lets say 20 pips above and below (1.2230 & 1.2180) pending order will not be placed here - you must specify this distance ... you can do it with a combination of condition blocks


