@alphaomega The top blocks I would have left removing them just reduces the number but I wouldn't connect with the yellow dot. The lower would stop from passing so I would connect separately.
Best posts made by jstap
-
RE: Only for Martingale Expert Loversposted in Questions & Answers
-
RE: Only for Martingale Expert Loversposted in Questions & Answers
@alphaomega I would do it like this, not tested though.

-
RE: HOW CAN I SET LIMIT ORDER AT THE HIGH OR CLOSE OF MY CANDLE?posted in Questions & Answers
@daverazon As soon as you get the candle number use this to set a pending order, in pending set custom orice and use the candle high.
-
RE: how to close manually opened trade by EA ??posted in Questions & Answers
@basharshatat Magic number 0 is manually opened, in many blocks you can select manually opened:

-
RE: line tradeposted in Questions & Answers
@trader-1978 Use a comment block with object on chart selected by name once the numbers match up with your terminal crosshairs you will know how to reference this line to do as you like.
-
RE: How to get signal from this indicator?posted in Questions & Answers
@ambrogio Even if you can get the object on chart to be recognised by an EA, it will have no way of knowing if it is buy or sell.
-
RE: 10 Pips a day EA - Turing Off EA after making profits +10 Pips per dayposted in Questions & Answers
@wadz91 This is how I do this, https://fxdreema.com/shared/DIKg752P, hope this helps.
-
RE: Formulaposted in Questions & Answers
@vypchela You don't need custom code in FX, a formula block with MA on left - atr adjusted to *2, put into a variable you have created called double_up
-
RE: Time Filter - "Relative to Start Time" not working??posted in Questions & Answers
@dre I would think this is how this works, you could a shared link here if still doesn't work. Your other option is to just set end time at 01:00, I personally don't have this block passing over midnight, I would put 23:00 - 23:59 and then connect yellow to another block 00:00 - 01:00, you loose a minute but should work if single block doesn't.
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@uriel-0 You could do it this way: https://fxdreema.com/shared/ugWWCHz6 You could also add if statements to reduce the blocks more, I haven't tested but should work
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@uriel-0 This will likely do all in 1 block:
-
RE: using EA for different assetsposted in Questions & Answers
@andrewfrank Set market for next blocks, is in the controlling blocks section.
-
RE: N candles from open?posted in Questions & Answers
@uriel-0 This can be done by counting the candles after the buy/sell happens, groups would need used with different variables if more than 1 trade of the same type is placed:
-
RE: N candles from open?posted in Questions & Answers
@uriel-0 This is the basic idea:
https://fxdreema.com/shared/PGKMvZuNd
The bool is the same but you have to set variable and use modify block to change.
-
RE: Buttons & Controlling blocksposted in Questions & Answers
@pan4pips Is normally something simple, but annoying that stop's things working.
-
RE: Define previous swing high/lowposted in Questions & Answers
@tipsywisdom True but the guy already has what he is classing as a swing high/low.
-
RE: Define previous swing high/lowposted in Questions & Answers
@prabhu7418 What I did above is putting the swing low/high into variables, on the next it saves the last into the previous, this is the same levels as your lines? What is it that it's not doing? it worked for me when I back tested, it puts the numbers into a comment in the top left, use your cross hair and check you will either see it matches or work out how to have the numbers you wandt recorded.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@biztet I agree with Tipsy, any or all those indicators can be used for what you want, but you need to decided what each one is doing to give you your signals.