Add a shared link, this is how to achieve it.
Posts made by jstap
-
RE: How To limit the number of open trades EA can hold at the same time.posted in Questions & Answers
-
RE: How to avoid correlated pairsposted in Questions & Answers
this will take a bit of work but before opening a trade you can loop through running trades, get the symbol with OrderSymbol(), strip it down to quote and base, do this with the trade symbol, then compare before placing the trade or not.
-
RE: Problems with trailing stopposted in Questions & Answers
They work similar but use a for each and modify. Create a test project and add a shared link to look at.
-
RE: Break even then Trailing stopposted in Questions & Answers
Set the trail start at after or the same as breakeven.
-
RE: EA to detect when ADX line and negative Di both move upposted in Questions & Answers
To have both working you need them in a line, but a cross only happens once so is unlikely to happen, so test using > or <, then when working you will need to use something like a flag to turn on/off as things happen. With the link, you need to have a space before adding.

-
RE: indicator lines cross condiotion doesnt work on version mt5 eaposted in Questions & Answers
I would draw lines on these indicator values to make sure you have the prices to work with.
-
RE: Turn on and off every x number of pipsposted in Questions & Answers
The buy block should go under any block that creates the trade signal, in this you could put it under the switch on block
-
RE: Turn on and off every x number of pipsposted in Questions & Answers
Blocks rarely work singularly.
-
RE: edit fieldposted in Questions & Answers
Draw the EF on init, then get the value using object on chart
-
RE: Problems with trailing stopposted in Questions & Answers
Use pink blocks to get value and move.
-
RE: EA to detect when ADX line and negative Di both move upposted in Questions & Answers
Add a shared link to look at, but by the sound of it need 2 condition blocks, 1 checking if ADX is > 30, connected to another condition checking if +Di is above 30.
-
RE: How to buy based on priceposted in Questions & Answers
To start save this price into a variable, draw a line on this price using the variable, so you can visually check things are how you want. Once you have this a condition block will check for the candle close.
-
RE: How to buy based on priceposted in Questions & Answers
Well, a lot more information is needed to answer that...
-
RE: HIstoryposted in Questions & Answers
Various options, you need to be more specific, but generally get this number from a loop
-
RE: robot problemposted in Questions & Answers
You have already had an answer https://fxdreema.com/forum/topic/19807/transaction-robot
Stick to 1 thread -
RE: Break even then Trailing stopposted in Questions & Answers
BE happens once at set pips, the trail can then start at these pips, and step at your pre-determined pips. both work together.
-
RE: Error market closed MT5posted in Questions & Answers
Add a shared link so what's happening can be assessed, there will be something causing things to work when they shouldn't.
