@mohamed80 Hi, good to see you
Posts made by jstap
-
RE: The first indicator RSI when it is cross 70, then set to true and keep going to cross others.posted in Questions & Answers
@louis-3 Look in here https://fxdreema.com/shared/18z2optfe use this setup so you can see when a condition happens, one at a time add conditions so on back test you can see that all is working as wanted.
-
RE: Head and shoulders tutorialposted in Tutorials by Users
@bluekangaroo14 Indicator is easier, to add without you have to decide what you class as a head and sholders pattern, then you have to create the logic for 2 x shoulders and the head, to do tis visually may not be too hard, to get a EA to do it is a lot of work
-
RE: Time Filter (For Conditions) not for Trailing Open Positionsposted in Questions & Answers
@mohamed80 Your original is how should be, simply numbers don't matter just ensure it's not connected to the time filter.
-
RE: Asian Zone Indicatorposted in Questions & Answers
@slydexx Would be better to find a indicator doing this.
-
RE: Overwriting Comment on Chartposted in Questions & Answers
@slydexx If drawn from a orange block, delete with a orange block, you can either delete when no trade, use the tree that closed the trade or use a purple trade closed on the on trade tab.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 Add the 2 EA's together but make sure that only buy blocks work for buys and only sell blocks work for sells.
-
RE: Anyone know how to make surefire EA ?posted in Questions & Answers
@farizramli08 You want something like this https://fxdreema.com/shared/SvNehq1Dd, on the on trade tab where it opens the reverse trade you need to add pink for each closed trade then in the lot size box add in loop lot and add something like *2 in the adjust field.
-
RE: Candle Open + a certain percentage of the ATR (in pips)posted in Questions & Answers
@rick01 If you go here https://fxdreema.com/forum/topic/12802/atr-pips you will see how to get the atr in pips and multiply, you can add this variable to any point you want.
-
RE: how to run it on mt4posted in General Discussions
@brayfx Share your shared project, give more information to the problems you're having.
-
RE: why the condition works just for first trade?posted in Questions & Answers
@khansari Run that, it shows how to use a bool variable instead of flag, you can then add to your project and see when the flag isn't working, this will show you what you need to change to get all working.
-
RE: STC Change colorposted in Questions & Answers
@sesimon1-0 Can't test without the indicator, for now though try indicator is visible block to see if this does what is needed.
-
RE: Averaging TakeProfit (Group TakeProfi)posted in Questions & Answers
@paiz Am not sure about pips, should work but have seen many post's saying it doesn't, never used but if you have a condition with profit => chose number with a close block beneath all will close as your picture.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 If works as 2 set as 1 but switch the sells off for buys and buys for sells.
-
RE: STC Change colorposted in Questions & Answers
@sesimon1-0 Put the indicator here and the shared project.
-
RE: STC Change colorposted in Questions & Answers
@sesimon1-0 This is a custom indicator? You need to add to FX using the MQ file or EX file (MQ is easier than EX), the buffers need to contain the relevent information, then one of the yellow indicator blocks.
-
RE: why the condition works just for first trade?posted in Questions & Answers
@khansari Here is an example https://fxdreema.com/shared/B5M0vQxSb run on back test to see.
-
RE: How do i do partial closes? Once the position reached a certin ammount of pips in profit, i want it to close 60% of the position once it reaches -10 pips in DD (loss)posted in Questions & Answers
@tho401 Pink for each trade->pink pips away->pink close partial, use -10 if loss 10 if profit.
-
RE: How to find candle 1 and 2 pipsposted in Questions & Answers
@talalkhan add candle 2&1 body size, if more don't pass, if under pass.
-
RE: Open oder on take profitposted in Questions & Answers
@xanderrooi9 Not sure test with this, you can most likely get it working.