Don't use, 2 blocks teed off from 1st, then connected to the 4th.

Posts made by jstap
-
RE: How to properly use the OR block.posted in Questions & Answers
-
RE: Move horizontal line depending on the given price of askposted in Questions & Answers
Yes but how do you want this to change?
-
RE: my bot dont works in thid condition cand anybody help me?posted in Questions & Answers
Everything in your tree should work, I can't say about the likelihood of your condition being true, the only way to know is to backtest with 2 indicators on the chart and see whether it works as needed
-
RE: Why does my ea work in the strategy tester but not in the live account?posted in Questions & Answers
When you have such a vast amount of blocks it is nearly impossible to work out what could be causing the problem. Strip this back until the problem is in a few blocks.
-
RE: Why does my ea work in the strategy tester but not in the live account?posted in Questions & Answers
Is hard to say with out looking, add a shared link to look at.
-
RE: HOW TO SET SL ON SUPERTRENDS BUFFER 1?posted in Questions & Answers
This depends on the indicator you are using
-
RE: No Record Found Errorposted in Questions & Answers
Yes, it will move to the last as this is the latest price value, if the indicator is not on the chart it will still work.
-
RE: Move horizontal line depending on the given price of askposted in Questions & Answers
create on tick, and just adjust Ask price by +5 pips this way it will constantly be 5 pips from the ask. On init is done once on EA initialisation, you could create there, then adjust on tick, but I see no point.
-
RE: capture the volume of an opened position before running fxdreema EAposted in Questions & Answers
What is creating this position? Regardless though, you will need to use pink blocks.
-
RE: No Record Found Errorposted in Questions & Answers
Yes, the line will be on the last arrow, so it visually shows if this is the value you would want to use.
-
RE: Help for Trailing Stopposted in Tutorials by Users
This https://fxdreema.com/shared/QpwznbiF will save the value into a global variable, it has to run on the chart until the fractal appears but, you can use this value to place/move the stop
-
RE: No Record Found Errorposted in Questions & Answers
Fractals are hard to work with, this https://fxdreema.com/shared/QpwznbiF will save the last fractal into a global variable and, draw a line on it. It has to be running on a chart to get the value, but maybe it will help
-
RE: Help for Trailing Stopposted in Tutorials by Users
Fractals only appear on ID 2 or 3, but you need to record this value every time one appears, that way you know its value. I think you need to place it initially at a set point, then trail until is level with open, then start to move with fractal. This is why I said to start with drawing a line.
-
RE: Help for Trailing Stopposted in Tutorials by Users
Is a little to get it working, make a start, if not working add a shared link and say what you are trying to do. I will help but not create the Whole EA. Bink blocks: for each trade - conditions - modify stops will move the stop, above the trail block check if SL is still at a loss to move
-
RE: No Record Found Errorposted in Questions & Answers
You can use ChatGPT code in FX, just add it to custom code, some though will need slightly amending, or deleting though.
-
RE: Help for Trailing Stopposted in Tutorials by Users
First, get the fractal moving a line to the fractal, and then when SL is < or >the open, check if the fractal is < or > the open, then move SL to fractal and keep moving if new is < or > the current SL. Set up a project doing 1 bit, then when working, move on to the next, then add it all together.
-
RE: take profit as object on chartposted in Questions & Answers
The draw line block was just on the project I used. You only need to do what in in the buy block
-
RE: EA ignores other conditionsposted in Questions & Answers
I don't think I can't help with this, anything I have tested, if it works singularly, it works together. Maybe try putting the divergence blocks at the bottom, just above buy/sell