In the single candle template block you can choose the wick size %, and put a bull/bear above to minimise the pip size
Posts made by jstap
-
RE: body sizeposted in Questions & Answers
-
RE: Blocks Ordering (sequencing) Issueposted in Questions & Answers
Try adding flags so that when something happens, the flag checked for areas 1, 2, or 3 is switched off until you switch them on.
-
RE: Enter a trade when price crosses a valueposted in Questions & Answers
no trade block - condition block (candle 0 close x< or x> daily candle 0 open, adjusted to + or - 10 pips) - sell or buy block
-
RE: BUY or SELL at horizontal line and also use horizontal line as TPposted in Questions & Answers
on trade event data only works on the trade tab:

-
RE: Security Concern : Uploading indicatorsposted in Questions & Answers
You would have to message and ask support: https://fxdreema.com/support
-
RE: Security Concern : Uploading indicatorsposted in Questions & Answers
To my knowledge just the metadata
-
RE: On Trade blocks Issueposted in Bug Reports
On trade seems to be fine. I have never used no position nearby but what is setting the dato variable?
-
RE: Project does'not start (Variable)posted in Questions & Answers
Once per bar needs to be below a cross condition
-
RE: enum . add indicator . my indicatorposted in Questions & Answers
MODE-MA is a predefined meta trader enum. Does the project creating these errors have any more in it than the indicator? pass block - a block using this indicator
-
RE: ENUM for Color Dropdwnposted in Questions & Answers
To change the colour the only thing (that I know of) is to draw a rectangle over it, not worth the trouble in my opinion
-
RE: Project does'not start (Variable)posted in Questions & Answers
What I mean by comment is put this variable into a comment, so when you backtest you can see what is happening. I would rather than using the change variables section use 2 modify blocks, at least at the start.
-
RE: Project does'not start (Variable)posted in Questions & Answers
For a start, you need to reset the variable if the condition is not true, put the variable into a comment and watch if it changes before worrying about it placing a trade.

-
RE: Hope to add āStop Limit Orderāposted in Questions & Answers
I think a stop limit means the price crosses over, then returns to activate the limit order, so in a buy price x> the place you class as the stop, then a limit order is placed at this price. You can manually set this with existing blocks
-
RE: enum . add indicator . my indicatorposted in Questions & Answers
An indicator added by MQ will already have this added, so you do not need to do anything
-
RE: I“ve a problem with personalized indicator in my EAposted in Questions & Answers
By the looks of this, you have added the MQ file, which means there should be no problem with using it. Strip this down (or create a test project) by just testing using the indicator for 1 thing, and you eliminate additional problems, faults will be easier to identify.
-
RE: Can this be automated on FXDREEMAposted in Questions & Answers
Blocks 6 and 8 need a for each block above
-
RE: enum . add indicator . my indicatorposted in Questions & Answers
Thinking about it you will need to add the enum names and values to the Enumerations section at the top, you will need to write the enum type, which will be similar to this picture: ( sorry for forgetting you would need to know the name of the enum)

-
RE: enum . add indicator . my indicatorposted in Questions & Answers
What do you mean by alert parts? This looks correct; just ensure spelling, type, and value are correct for all inputs. You will probably need to add buffers. Look in your platform's date window and see how many the indicator has.
