pink or green, the use is different?
Best posts made by jstap
-
RE: Request for Tutorialposted in Questions & Answers
With the loop block, you can check a condition using a candle ID in a variable. If true, complete what you want through orange. If false, add 1 to the variable, maybe adding 1 through orange as well. This way, for every loop, a new candle will be checked.
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
@l-andorrà That is not how it works, redraw will delete the original to draw a new
-
RE: OrderSend error 138posted in Questions & Answers
The correlation is that the new build of meta trader only works correctly on win 11
-
RE: How to make my EA count candles after a condition is met.posted in Questions & Answers
Put a variable into a comment to watch, once per par (in separate trees) +1 to the variable, then every time the indicator appears reset to 0, you can then check this number in a condition.
-
RE: 🚀 Maximize Your EAs with fxDreema: Open Q&A Session 🚀posted in Questions & Answers
I am not sharing them but, as I said 50000 accounts are not small and it is what is needed for martingale. If I wanted to sell my EAs I would share results, and it would not be on large accounts. But that is not what I use FX for, as for sharing I regularly help more people on this forum than anyone else, good backtest results with large account sizes are easy to achieve, and hide the real small account results, an EA that can pass prop challenges are not, and easily sell for good money.
I will say this can your EA on a 10000 account make 1000 on any week last year, by week I mean start trade on a Monday, and reach profit before Friday without drawing down past -1000 at any point? Because if not, it cannot do what is necessary for the average person's account.
-
RE: custom block to MT5posted in Questions & Answers
Ask ChatGPT, give it the code and say it is for MT4 please convert to MT5
-
RE: convert mql4 to mql5posted in Questions & Answers
ChatGPT is the way MT4 TO MT5, you can convert projects here. What exactly do you need?
-
RE: import mql4 and then compile again not workingposted in Questions & Answers
Add a shared link to check
-
RE: How can i add a shift parameter in a buffer of a custom indicator?posted in Questions & Answers
Add a shared link to look at, it is in the blocks you usde, candle ID1 = shift 1
-
RE: Buy market trough a buttonposted in Questions & Answers
You have this on the on trade tab, move to on tick as on trade only works once a trade is running
-
RE: Someone Please Explain This Strange EA Behaviourposted in Questions & Answers
I don't know if I can say that, but over the years many problems have only happened on MT5
-
RE: check dastanceposted in Questions & Answers
Just use the adjust field in a condition block, something like candle 0 close x> 200 ma (adjusted to -10 pips)
-
RE: Positions from alertsposted in Questions & Answers
When the arrow appears does the indicator appears block cause a reaction?
Are they in your object list?
If you hold your mouse over an arrow do you get the value in the data window? -
RE: Oldest- Newestposted in Questions & Answers
I need more information, but you probably need to use pink blocks 1 trade newest to oldest. And 1 trade oldest to newest. Both in separate trees
-
RE: Pause button for EAposted in Questions & Answers
@JairusDedino Mt5 is not as easy to backtest, and to stop each bot it will need to check something like a global variable. This will give you an example of how you can achieve this: https://fxdreema.com/shared/pTdDdY2Fb
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
Both these work, I have done it many times, although MT5 can be fickle compared to MT4 it should work the same. set it up this way and add a shared link if not working.
-
RE: Manipulating Pips, Price Fractions and Price Levelsposted in Questions & Answers
Run this on backtest and it will show you the difference, Ask and candle price are the price on the right of your chart, so it would be a price fraction: https://fxdreema.com/shared/6enAvYGOb
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
The principle is the same, draw on init, activate and re-draw on tick