In fx you won't be able to recreate, what you can do is get the indicator, and add to your fx, if there are buffers in it, you can get the line values.
Posts made by jstap
-
RE: Draw Indicators on the Main screen.posted in Questions & Answers
-
RE: Change ENUM Parrametter for ex4 fileposted in Questions & Answers
Show pictures, also close is not an int value.
-
RE: % trailing stop percentageposted in Questions & Answers
The trail needs the variable, the SL will follow x% behind price.
-
RE: Auto closeposted in Questions & Answers
You do not need the or block, I would just use a standard condition block, if profit > or < constant.
-
RE: % trailing stop percentageposted in Questions & Answers
You can do this by taking the tp, dividing by 100, multiplying by your %, saving it into a variable, and using it in your trailing block. https://fxdreema.com/shared/gEpnIswje
-
RE: Get Price of Horizontal line on chartposted in Questions & Answers
More information, personally drawn, or ea drawn? Add a shared link to look at
-
RE: EA is working with only one condition instead of four.posted in Questions & Answers
Light pink blocks only work properly under dark pink.
-
RE: Bucket of positions doesn't workposted in Bug Reports
I can't help much as I do not use MT5, but to have two buckets using the same colour:

-
RE: when stopp loss active open position in opposite directionposted in Questions & Answers
You still have this set up the wrong way, run this on backtest and watch what happens: https://fxdreema.com/shared/WtCMBbHMd
-
RE: Which option is used for channels?posted in Questions & Answers
Even standard indicators use buffers, they are what you see in the data window...

-
RE: EA built 2023posted in Bug Reports
Don't duplicate threads, is likely your system that is at fault.
-
RE: Bucket of positions doesn't workposted in Bug Reports
Test this and see if it works for you: https://fxdreema.com/shared/9lvqPGHBd
-
RE: Error in mt5 position bucketposted in Bug Reports
Deriv did not exist upon FX creation, sometimes the developer does work, but for the main, it is how it is.
-
RE: when stopp loss active open position in opposite directionposted in Questions & Answers
Set up a test project, add the link here.
-
RE: every tick based on real ticks - MT5, huge variance in resultsposted in Questions & Answers
Test on real ticks, unless you are just testing something, and want to quickly visually see what's happening.
-
RE: TRAILING STOP NOT WORKING PROPERLYposted in Bug Reports
I think you need to put the trail under an if trade block, as is if less than the number of selected trades, it will not activate yellow because it is waiting for the conditions to be checked.