Use standard condition blocks you can get all these values, then compare them to any other value you want.
Posts made by jstap
-
RE: single candle Templateposted in Questions & Answers
-
RE: ma strategyposted in Questions & Answers
Very true, also on this type of indicator shift does the same thing.
-
RE: lineposted in Questions & Answers
I would have the EA draw the line, then use this line value by it's name using object on chart.
-
RE: Intermarket robotposted in Questions & Answers
Ok so you know what to look at in each market, and then you are comparing them. So what would you like help with?
-
RE: Intermarket robotposted in Questions & Answers
I think you need to start by deciding what makes one market different to another, then sort how you identify this, then compare this across all required markets.
-
RE: I can't manage MAX AND MIN SPREAD SHOWING on chart when spread is floating.posted in Questions & Answers
I am unsure how you would get this.
-
RE: lineposted in Questions & Answers
That is a link to the builder page, not your project, lines can change when you change the chart, you just need the reason to do so.
-
RE: I can't manage MAX AND MIN SPREAD SHOWING on chart when spread is floating.posted in Questions & Answers
I am not sure what you are asking, but this will add 0. to the start of a whole number, StringFormat("%02d", 1); this = 0.1
-
RE: i will give 10$ for find a solve of problemposted in Questions & Answers
This won't save it, it will just use the open trade price.

-
RE: i will give 10$ for find a solve of problemposted in Questions & Answers
I try not to create things for people, otherwise I will spend all day doing so for people. Make the test project and add a shared link, then I can advise on why it's not working.
-
RE: i will give 10$ for find a solve of problemposted in Questions & Answers
In a variable save the current candle 0 close price, or pink for each trade and save the open into the variable via the loop into the variable. Or get this value when needed from a for each closed trade block.
-
RE: i will give 10$ for find a solve of problemposted in Questions & Answers
What do you mean by value in this case? You have 2 ways to get a last trade value, save to a variable under buy/sell, or use pink blocks to get the a previous trade value.
-
RE: i will give 10$ for find a solve of problemposted in Questions & Answers
This might help, every time a trade is placed delete the other in the buy/sell tree, use a variable with the lot size, and update the value under each buy/sell. Then reset back to the starting value in a separate tree when 0 trades are running.
-
RE: please help meposted in Questions & Answers
These strategies look on paper like they will be Profitable overall, but any strategy that uses martingale to increase lot sizes every trade will eventually lose. I suggest you find a strategy that doesn't rely on multiple trades, then when working you can add other trades to make it more profitable.
-
RE: Please help me create Prop challenge passed Ea for mt5posted in Questions & Answers
Isn't that the holy grail
learn how to use the platform and practice, then you will probably find using highs and lows is a good way to achieve this. -
RE: UPDATE LINEposted in Questions & Answers
Add a shared link to look at, you need to display the value via object on chart
-
RE: Does anyone want to help me improve this HFT EA (High Frequency) for US30 at NY or London opening and create Sets to pass NOVA funding, Funding Pips and Next step funding tests?posted in Questions & Answers
I don't have anything to add, for me if I am at this point, I test, change, test, change etc until I am happy
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
You can try to learn from this, but there is no step by tutorial: https://fxdreema.com/forum/topic/19004/help-custom-mql-code/28