Is easier to see if you add a shared link... you do not need the for each position block - you still need a value in the trailing pips box - trail wont start until start, but it will then move to the trail stop distance and every step in a positive direction move to the stop distance.
Posts made by jstap
-
RE: Trailing struggleposted in Questions & Answers
-
RE: How do I find the highest and lowest levels for each Monday?posted in Questions & Answers
I would filter each Tuesday, then get the candle ID 1 high and low and save to a variable that I change on the following Tuesday.
-
RE: Stuck on Process - What's next after FXDreema?posted in General Discussions
I agree, assets all tend to act similar if they are the same type, following trend can eliminate losses as as long as the direction is correct after the pull back profit is next, as for backtest data, this can help but live trading is the only real way to test a strategy.
-
RE: Pip vs Pointposted in Questions & Answers
@Frankyennis instead of trying to push someone in to another app, at least say what it does...
-
RE: Pip vs Pointposted in Questions & Answers
I just mean use bigger numbers in the pip box, you should be able to change the pip rules but you will need to test and ask AI what values to use.
-
RE: Pip vs Pointposted in Questions & Answers
That is why I don't do it, I just use the bigger number in the pips box.
-
RE: Pip vs Pointposted in Questions & Answers
Metals, indexes etc, anything other than forex will work as points rather than pips in blocks. You have 2 options, 1 is to add the name in pip rules, 2 and how I use them is to drag the cross hair (ctrl f) across the screen, and use the points number as the pips distance to use in blocks...
-
RE: 转换器问题posted in Questions & Answers
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?
-
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.