I have few trades BUY, and I want to close all BUY trades when current price is 50 pips away from lowest trade (for example). But lowest trade is not oldest trade.
How to create this situation in fxdreema generator ?
Posts made by casebefx
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Is it possible to merge (for example) Group 1 and Group 2 into Group 3 ?
If yes, how to do this ? -
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Two problems
-
How to display the current profit or loss from a specified pair? I have a few specific trades opened and every one of them I want to show a profit on its chart. How to do it?
-
How to protect against unauthorized use EA on different computers? Is it possible to insert a stutter function id or something else? Fxdreema do you have any idea?
-
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
I do not know how to do ....
I have EA that opens trades. Start the account $ 5,000.I would like to close all trades if equity will increase by $ 100. for example
start 5000
next equity amounts to more than 5100 -> EA closes all trades and other EA opens trades from start
next Equity is more than 5200 -> EA closes all trades and other EA opens trades from start
5300 next ... and so onI tried to create something but I have no idea
https://fxdreema.com/shared/keJJADbAcFxdreema please help.
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
I have one Group 1 (for example)
In this group I have opened trades
first : BUY
second :BUY
third: BUY
fourth: BUY
fifth: BUYand now I want to set SL on third BUY for all trades. I do this by Trailing group, but how to determine that it is to be on the third trade or other trade ?
Could you show example ? -
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Return to questions and explanation with an example:
From the time when there was no open trades loss is -100 $ in history. Now Open trade is + 200$. And it is 200% of the loss in the history of the moment when it was not open any trades. And now closes all positions.
Or otherwise:
If history is a loss of -100 $ from the moment when there was no open trades. And now is open trade and is $ 200 (profit is greater than the loss in the history of $ 100) - closes positions.Is it possible to generate by fxdreema ?
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Question again
I have no trades.
Than my EA opens trades but I have loss ( many losses transactions ) and account is loss.
Later some trades are profit. And my profit ( on all account) is 200 % more than loss . Than EA closes all trades. I now I have no trades.
EA starts again from begining.Is it possible that functions ?
I have no idea how to do this. -
RE: The strategy from scratch questions and problemsposted in Questions & Answers
How can I check the volume of one opened (and existing trade ) ?
Could you give an example

-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
I have such a strategy.
https://fxdreema.com/shared/Bvb1Pd5Yc
and the indicator
http://prntscr.com/3uqhtnI would like to trade when opened appears arrow up or down, regardless of the indicator.
Is it possible to do this program?
-
RE: Problem with PC version Fxdreemaposted in Bug Reports
A little badly expressed.
I can not export XML files.
Export to MQL4 properly.
After the crash I wanted to keep the xml files, because when program "crashed" I lost my ready projects.
I will instal Viever Team l and let you know on PM.
-
RE: Problem with PC version Fxdreemaposted in Bug Reports
The program showed errors all the time. I had to uninstall it. Now I installed a new one.
But I can not export the project.
I changed nothing in Windows 7where is the problem?
I'll try today to install the latest version.
-
RE: stopped generate to mq4 fileposted in Bug Reports
I have same problem.
Some time ago I generated MQ4 file but now I can only "Save" or "Open"
-
RE: Problem with PC version Fxdreemaposted in Bug Reports
Hi!
I used PC version FX dreema one month.
Today I wanted entry PC version but I have message "Compression error"What is problem ?
Can I lost my projects ? -
RE: confuse with martiangleposted in Questions & Answers
__
This is something again in that fashion: https://fxdreema.com/shared/5ed5rD4hb[/quote:18kwo64m]
Why this EA opens few times a same trades ? For example price goes -5 pips > opens trades > return back > again -5 pips > and again opens trade.
How to prevent ? - it must opens only once in same level .For each trade > "not more than 1 trades" will be OK ?
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
ok. I will try do it in other way.
If it will be wrong
I will wait for you after your holiday -
RE: The strategy from scratch questions and problemsposted in Questions & Answers
ok. I will try do it in other way.
If it will be wrong
I will wait for you after your holiday -
RE: The strategy from scratch questions and problemsposted in Questions & Answers
For all open trades as a group.
I have one trade 0.1 - no action becouse it has TP 3 pips.
I have second trade 0.2 ( 10 pips lower than first trade ) - at this point I want to modify the TP for the first and second trade [first and second trade from Group 0 "empty" and specified market and all trades types BUY ]. I want to modify the TP to the point where the profit from the first and the second will be 0 plus 3 pips.
Whenwill open the third trade, my EA modify trade first ,second, third to level where profit from this trades is 0 plus 3 pips.
Similary with next trades...I know that I can close this differently, but a greater number of trades it takes longer than closing on TP.
BE is for SL but I want modify TP.Is it some way for my problem ?
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
I have an example of the strategy.
https://fxdreema.com/shared/7fxXqMded
I would like to set TP for all open positions on the level where the profit of all open trades is 0 [zero] plus 3 pips. <for BUY>
If is opened the first trade - nothing happens because there is a TP 3 Pips.
If is opened a second trade - EA modify TP for first and second trade to level where profit for two trades is zero plus 3 pips.
It will be the same level of TP for the first and second trades. If there are more trades BUY EA should modify TP for all open trades on the level where profit is 0 plus 3 pips.Conversely to sell - profit 0 minus 3 pips.
How to do this ? Could you give an example ?
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Hello !
I'm starting to build a strategy. Some problems have been solved in this topic.
https://fxdreema.com/forum/viewtopic.php?f=2&t=2452However, I have another question:
I want to open new trade on New Bar , not on new Tick. How can I do this?
When conditions are met I want to open trade on new Bar (at the beginning of a new bar). Not "Once per bar".
Part of my strategy must work onTick and the other part be performed on each new Bar.I created an example of a strategy where I put the code MQL4 with a different strategy.
https://fxdreema.com/shared/jH5DPZsVd
But it does not work.Can I get an example of how to do it. Or improve the MQL code in my strategy? Maybe some other way?
-
RE: Hedging tradeposted in Questions & Answers
Hi !
I have another problem.
I have a strategy that opens trades. This Strategy is managed by the magic number of 1000. If the strategy of MagicNumber 1000 opens 7 trades BUY another strategy opens 1 trades SELL with Group 2 (or group 1 for BUY).
And now: 7 trades BUY (Magic Number 1000), 1 trades SELL (Group 2)- if SELL trades will be bigger than 1 USD of the last two trades BUY - closes the last two BUY and SELL.I created strategy but it does't work. Does not closes 2 last trades and 1 hedge trade. What is problem ?
Could you fix my strategy or show me example.