@rick01 Like below:
bool == true/false
double == number with a decimal, like 8.2 or 0.0, etc
int = whole number, like 1, 2, 3, etc
you also get type's like ENUM_TIMEFRAMES but you shouldn't need these.
@rick01 Like below:
bool == true/false
double == number with a decimal, like 8.2 or 0.0, etc
int = whole number, like 1, 2, 3, etc
you also get type's like ENUM_TIMEFRAMES but you shouldn't need these.
Scrips are very similar, but they only work on human actions. You can set one up, and try it on your live/demo chart.
@r1ley You only have a candle close on 0 for a split second, change to candle 1 and see if it helps, I would use < rather than x as your looking for the close price level to be below the BB price level, change the trailing block to a for each trade trail, you have no group trades being created so no need for group trail block.
I will add this, make sure enum is on top, before adding the named type, so the code as added to meta platform before it tries to use.
@l-andorrà Yes I try to stay away from custom but some times it is the only way.
Actually it's 10 connections, if all you want is a simple crossover, then this is enough connections.
@sirluk getting the distance is simple high-low will give you that, place in a variable then modify to give you pips, this can be used for SL and position size, then you can modify stops to move it completely out of the way, I don't know how to not have it placed, then have a condition to close trades once condition's met, I do think selecting LOT without SL can be done I have just never done it.
on trade tab, trade closed by SL, set flag to off, on tick tab condition to set flag back to on, check this in buy/sell tree.
If your strategy relies on a quicker connection to what you have in your home, you either need a new internet provider, or a new strategy.
@livephenom In this link you will see how you can achieve this.
Click this, let me know what happens: https://mybook.to/fxDreema or this but you might to change the .co.uk https://www.amazon.co.uk/Creating-Robots-fxDreema-J-Sterling/dp/B0CNP3WPZV/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=&sr=
@tempol This is true as amazing as FXDreema is it has some floors, there is code to reference the data window, been a long time since I tried and didn't work for what I needed but could be worth looking at.
This is a question, not a tutorial. If created here there is a converter
That is not a link that is the mq file.
project screen - projects - create a shared link - open in web - copy address bar and paste here
@andrew-b Is hard to asses without a shared link but the pink check TP block is just checks the level used on trade creation so no good for what you want, check unrealised should work but only n the 1 asset, if you want it to work on all assets change specified.
Not sure if there's any, MT4 is practically the same as MT5, what you can do is create a project and ask how to do what you want
Need more information, how many trades per layer, does each layer interfere with trades placed on the previous layer?