If in the data window, you have 2 buffers that change value, when the colour changes, then indicator appears will work
Posts made by jstap
-
RE: How to custom an indicator to give signal as the indicator changes colour.posted in Tutorials by Users
-
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
What do you mean exactly? That EA won't take martingale trades unless it takes an original trade.
-
RE: controlling the last 50 bars pls helpposted in Questions & Answers
I think you want to do something like this: https://fxdreema.com/shared/b5UOpxyS
-
RE: loopposted in Questions & Answers
To get this working use 10 condition blocks, if 1-10 are true draw the box.
-
RE: Range Bound indicators like RSI return after crossingposted in Questions & Answers
Use multiple condition blocks, if 1d 2 (etc) are >70, then ID1 X<70 then you have your condition.
-
RE: MA cross over instancesposted in Questions & Answers
Yes, the principle is the same, set up a separate tree, and when a X< happens reset the existing variable (modify variables) to 0.
-
RE: MA cross over instancesposted in Questions & Answers
Like this, the numbers will count from left to right: https://fxdreema.com/shared/7yaezRs5d
-
RE: MA cross over instancesposted in Questions & Answers
I assume this is the crash index, can't trade in the UK, but this was exactly my plan to use, which was just to open on the cross and then close long before the drop. If you set up every time a cross happens to add 1 into a variable, reset it to 0 when needed, and you will get what you need.
-
RE: EA improvement - Distance based on ATRposted in Questions & Answers
1 Daily ATR(14) is the average true range of the last 14 days, from candle ID1, you can do this:

-
RE: Create EA to fight broker manipulation????posted in Questions & Answers
Banks manipulation is in the 100's of millions of $'s range, not very common (if ever) for a retail trader, Keeping customers is more important than losing them.
-
RE: Profitable test results on Falcon and Condor, and forward testing looking goodposted in General Discussions
I have created bots that mimic backtest results on live trading, win or lose, when backtesting over the same time period that live trading was ran for. Not common but one of my tests for a possibly good bot.
-
RE: several levelsposted in Questions & Answers
Set it up on a test project, if not working add a shared link
-
RE: Using a Delay Function in the MT5 Testerposted in Questions & Answers
Backtest uses server time, not tested MT5 but should work the same as MT4:
MT4 https://fxdreema.com/shared/4cQR6lW9c
MT5 https://fxdreema.com/shared/IwxuA3zKdhope this helps
-
RE: Candle ID 1 and once per barposted in Questions & Answers
Light pink only goes under dark pink, it is like 2 blocks to make 1, dark selects the trade to work with, and light adjusts it.
-
RE: Can anyone share a tutorial to create our own block?posted in Tutorials by Users
You can do it with a few standard blocks
-
RE: Add indicator tradingviweposted in Questions & Answers
Trading view indicators, are similar but not the same, you would have to find a coder to change the coding.
-
RE: Can anyone share a tutorial to create our own block?posted in Tutorials by Users
Good luck, for years very few can do this.
-
RE: Using a Delay Function in the MT5 Testerposted in Questions & Answers
Create one, start by adding 1 onto a variable every second, then reset this to 0 when needed. Then you can check this with a condition, and do what you want.
-
RE: buy order 100 pips away from the first buy orderposted in Questions & Answers
It won't without a block
-
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
Don't know how, the cross should stop trades unless a cross has happened