Add a shared link to see what you have done, I have used it lots.
Best posts made by jstap
-
RE: How can i find highest price from specific time. e.g 21/11 21:45 to 22/11 03:50posted in Questions & Answers
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@sheeraz @Abbas25 Once per bar can also be used to limit crosses and stop the re-entering, I prefer stopping trading until I want it to restart.
-
RE: SCALING IN ON A PROFITABLE POSITIONposted in Questions & Answers
Pink blocks, pips away - buy/sell
-
RE: How to user Counter and Consecutive losses Box ?posted in Questions & Answers
Remove the AND block and connect in a row, connecting orange and yellow makes the block irrelevant because this says if true or false pass onto the next block
-
RE: Odd and Even Numbersposted in Questions & Answers
To make this a little dynamic in 1 condition Bloch, text code input MathMod(constant, 2) == 0
orange dot would be true and yellow dot would odd -
RE: Bucket of positionsposted in Questions & Answers
Do you mean the attribute? Yes but don't trust on MT5
-
RE: Bucket of positionsposted in Questions & Answers
In MT5 most bucket actions don't work as well as in MT4. in MT5 you are better off using a more complicated way, and recording the value into a variable like this: https://fxdreema.com/shared/VPIlGJ96c
-
RE: Bucket of positionsposted in Questions & Answers
You have to use different trees to get the different results
https://fxdreema.com/shared/itNWJzpqd -
RE: Communication with VPSposted in Questions & Answers
Surely you can just log in start your meta trader platform and open the inputs?
-
RE: Drawing an arrowposted in Questions & Answers
Remove the once per object as it has no reference to what you are doing. You can not use - candle IDs, use ID 1 & 2, ID 3 for your reference ID, and ID 4 & 5 to complete the 5 candle set
-
RE: TRENDLINE BREAKOUT EAposted in Questions & Answers
Yes but that was the whole point in your post, for a breakout price has to be < > the trendline price, so use this value to trigger a signal. Candle x< or place trade or candle closes < >, or something similar.
-
RE: object is not deleting every timeposted in Questions & Answers
project page - projects - create shared kink - open in web page - copy address bar - paste here
-
RE: Request for Adding More Indicators in FXdreemaposted in Questions & Answers
Custom indicators work correctly on FX, if not either you are expecting it to work differently to how it does, or it is a badly written indicator.
-
RE: How to stop trading after a pre-defined Equity profit!!posted in Questions & Answers
above buy/sell tree - check profit (period of time) < day profit - place trade
If you want all trades to close if profit is made - separate tree - check profit (period of time) > day profit - close -
RE: enum . add indicator . my indicatorposted in Questions & Answers
When you export the EX file copy all the inputs as they are written in the exact order they are in although 123 is a number it is actually a enum in cases like this
-
RE: enum . add indicator . my indicatorposted in Questions & Answers
enum - HistoryLoadMode - In Days
datetime - HistoryStartTime - (can't see this value)
int - HistoryMonths - 0 (can't see this value)This is the first 3, the rest are something similar (the last one is a bool type)
-
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.
-
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