Depends on what you mean... the EX file is locked, the MQ file can be... the code in blocks comes with the MQ file but inside blocks is locked... sections can be used in custom code... what exactly do you need?
Posts made by jstap
-
RE: 转换器问题posted in Questions & Answers
-
RE: SCALE AND MARTINGALE AT THE SAME TIMEposted in Questions & Answers
You need your check to go through the no trade to stop too many trades.

-
RE: SCALE AND MARTINGALE AT THE SAME TIMEposted in Questions & Answers
Why? To help the reasons why it needed to be different or what is wrong is needed.
-
RE: how to fix an EA that generates double lotsposted in Questions & Answers
Looks ok, but what tree is causing the extra trade? Switch blocks off and test to see where the problem is...
-
RE: how to fix an EA that generates double lotsposted in Questions & Answers
That's not really enough information... add a shared link to look at project, and give mote detail on the problem.
-
RE: how i can use this macd in fxdream please. i want to use value when blue line cross red line above 0 or below 0 for sell or buyposted in Questions & Answers
You can add any indicator to FX, but you need the mq file, or at
least the ex file. -
RE: SCALE AND MARTINGALE AT THE SAME TIMEposted in Questions & Answers
add your trade conditions to this, but you need a tree to place trades in the first place, as this only works if a buy and a sell is already open. https://fxdreema.com/shared/Ec3Xeq1cc
-
RE: Códigos antiguos fxdreemaposted in Questions & Answers
not really, 1 is a page of code you open in meta editor, 2 means you need to know the code to add, example would be: variable = (Bid - Ask); but there is lines to compile the needed code. ask AI for some and you'll see.
-
RE: SCALE AND MARTINGALE AT THE SAME TIMEposted in Questions & Answers
Sounds like you just need to put a condition above buy/sell that stops a trade if rsi is =< or => 50, maybe an if trade on the top of the tree...
-
RE: Códigos antiguos fxdreemaposted in Questions & Answers
you have 2 options, 1 is download and edit the mq4 file (a lot of code to find and change) and would need changing with every export, 2 is to add and use a custom code block will stay in your project.
-
RE: Filter by Lot Sizeposted in General Discussions
loop through open trades, check lo, do what you want:

-
RE: save multiple closed trade profit in one variableposted in Questions & Answers
Set variable to 0 - for each closed trade/position - add each looped trade to the variable. This will get the sum of all closed trades in the variable.
-
RE: Why won't my Builder pan, in both Edge and Chrome?posted in Questions & Answers
ctrl (+) (-) will change screen size, but not on meta trader
-
RE: My connection to fxdreema.com has been very unreliable latelyposted in Questions & Answers
It is, doesn't happen to me very often, but can at certain times happen to everyone.
-
RE: SCALE AND MARTINGALE AT THE SAME TIMEposted in Questions & Answers
The process is the same for both, place a trade - pips away (-) for martingale - place order --- pips away (+) for continuation trade - place otder
-
RE: highest and lowest price between two time stampsposted in Questions & Answers
You can add this into the block time stamp box: TimeToString(xxxxxxxxx,TIME_DATE | TIME_MINUTES);
-
RE: Lot size limit.posted in Questions & Answers
Did not mention too bigger lot, That is your choice, just mentioned how to limit it when you trade.
-
RE: Lot size limit.posted in Questions & Answers
@Chen-7 I guess you mean if you click the place trade button in the top left... if so you will need to create buttons that place a trade when clicked buy using FX blocks.