Can you share your project ?
Looks like the volume limit got exceeded.
Posts made by seb 0
-
RE: Help meposted in Questions & Answers
-
RE: Finding Minimum and Maximum Value in Pips compared to current priceposted in Questions & Answers
@surrell
Sorry i did it wrong it's like that
-
RE: Finding Minimum and Maximum Value in Pips compared to current priceposted in Questions & Answers
@surrell
Yes you could do that

Here you have the difference between the actual price and high(of 10 last cdls), between actual P an low(of 10 last cdls). If you want the value in pips, just multiply it by 10.000 . -
RE: There are software errors on the site, I think.posted in Questions & Answers
Actually there are a lot of formula blocks in here, send my your project so maybe i can see what's wrong
-
RE: There are software errors on the site, I think.posted in Questions & Answers
I never noticed that error. Until few months ago, when you changed the name of a variable which was already used in a block, you had to re-select the variable(with new name) in that block. But it has been fixed. If it persists you can report it in the "bug reports" section.
-
RE: Multi symbols conditionsposted in Questions & Answers
Yes this is it only 3 blocks, i always start from the simplest

-
RE: Can fxDreema make an indicator?posted in Questions & Answers
@khacdiepvnc
Hi, this website is for EAs purpose, but you can draw simple objects like : straight lines, channels, squares.. -
RE: How to close most losing or biggest loss trade in multiple trades kindly helpposted in Questions & Answers
@seemab
Hi, what is that condition precisely ? -
RE: modify current stop loss to new position stop lossposted in Questions & Answers
@alexanderjohnson21
Can you tell us what are the conditions that will make modify the stop, for the next trade please. -
RE: Trailing Stop Issuesposted in Questions & Answers
@tfulls12
That is weird the version of your project with the "no trade" block opens positions on my broker, and i dont see why it wouldn't. Are you sure it doesn't come from yours ? -
RE: Multiple conditions in parallel (OR condition) for BUY ordersposted in Questions & Answers
@l-andorrà
Are you sure
the CCC indicator isn't plotted on the main window -
RE: Multiple conditions in parallel (OR condition) for BUY ordersposted in Questions & Answers
@leventecsibi
This is one of the simplest way : https://fxdreema.com/shared/MxS8fjy5 -
RE: Help with conditionposted in Questions & Answers
@sergi
Hi Sergi, here the condition is respected when the last candle closed is at least 10 pips above MA20
-
Multi symbols conditionsposted in Questions & Answers
Hi, i'm using the "symbol" parameter for the first time, and i d'ont manage to achieve the following : Open a position on a symbol, when a condition is met on another one. Looked pretty simple :
https://fxdreema.com/shared/0wSSB7zze -
RE: Current candle size open position.posted in Questions & Answers
@fxmich78
Blocks 2 and 3 can't match in the same time.
If you want the actual candle to have at least 20 pips body and, retracing about half at least, you need this :

-
RE: Multiple EAs - how to place only 1 Buy or Sell of 1 symbol - or how to delete duplicate tradesposted in Questions & Answers
@migen
I don't think running multiple EAs on the same chart is a good idea, however the solution 3 is possible:

Do the same with sells instead of buys, beside. -
RE: recovering lossposted in Questions & Answers
@zahraa20
Martingale system is a 100% profitable system on a short period of time, on a longer period you expose yourself to loose everything you gained and even more. I wouldn't use a fix multiplier by 3 or even by 2, i would use a "ln(lot)" multiplier or a "lot+lot^0.5" one.
You can't be 100% of the time winner, but you can optimize your gains. -
RE: What type of EAposted in General Discussions
So I've studied that a bit and I have 2 questions :
- in block 38, mid = (bbup+bbdn)/2
mid isn't simply equal to "middle line"/"MA" ? - in block 38, volgap = target + PositionGetDouble(POSITION_VOLUME)/lot1;
lotB = lot1 + pctOfT/100volgaplot1
Then whenever a buy position is gonna be opened, set the volume 3% HIGHER than initially if there is a sell position ; whenever an open position is gonna be opened, set the volume 3% LOWER than initially if there is already a buy position(correct me if i'm wrong).
So you can have 2 opposite positions and you can have several positions in the same side if i'm right. Is that multiple positions strat, still netting method ?
- in block 38, mid = (bbup+bbdn)/2
