@edenclean20 There are 2 blocks turn on and turn off, put a timer block above on and your condition above off.
Posts made by jstap
-
RE: BUY NOW TURN OFF AND TURN ONposted in General Discussions
-
RE: DAILY TARGETposted in General Discussions
@edenclean20 If you add a shared link then where you are at can be assessed.
-
RE: Alert message create tradeposted in Questions & Answers
@bagheria In FX you get the list from a condition block, so used number is just a case of counting, bool is true of false.


-
RE: Alert message create tradeposted in Questions & Answers
@bagheria Yes but int = whole number (integer) so change current time frame to 0, 0=MT4 current format, change exponential to 2, meta trader lists MA's 1 to 4, 2 is exponential.
-
RE: DAILY TARGETposted in General Discussions
@edenclean20 Have you placed the check flag above buy and sell? I have a few EA's running this and they work as expected, normally if something doesn't work as expected it a simple fault causing a problem with the logic.
-
RE: Alert message create tradeposted in Questions & Answers
@bagheria In these pictures you will see all that needs to be done to get this indicator working there is a lot of inputs so will take a minute, you need to ensure they are in the correct order because I have it wrong, once this is done put the four buffers into a comment block and watch on platform using the indicator as a reference (when arrow shows which buffer changes value). This way you will know what buffer number does what.



If you need any more advice reply to this post so I am informed. Hope this helps.
-
RE: DAILY TARGETposted in General Discussions
@edenclean20 This will work on one chart and count money on same pair unless trade created with different number, you can change settings to count all, you can change settings to work with any values you want.
-
RE: How to turn off pending order using constant input?posted in Questions & Answers
@dscalperz Tipsy is correct his way is the easiest because it only uses one word in one block, principally it is the same as Loka Heng's way, they both use the if turn_on_and_off bool is true do this, just uses one constant instead of comparing the left and right operand.
-
RE: Alert message create tradeposted in Questions & Answers
@bagheria Don't know how to use notification but, if paints an object on screen this can be used if named, if has buffers the indicator can be added even if only MT4, if you put the indicator on here me/someone will look to see haw it can be used.
-
RE: DAILY TARGETposted in General Discussions
@edenclean20 Hi, in this link you will see how you can achieve this, the idea can be used for most ways you decide your target. Hope this helps
-
RE: Max 2 Trade Per Dayposted in Questions & Answers
@livephenom In this link you will see how you can achieve this.
-
RE: Help with take profit options needed...posted in Questions & Answers
@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.
-
RE: How to define a portion of a variable name from user input as a constantposted in Questions & Answers
@l-andorrà Yes I try to stay away from custom but some times it is the only way.
-
RE: DAILY TARGETposted in General Discussions
@firima80 I don't know if you are using MT4 or 5 but if you use this on MT4 change the once per hour block, to a once per bar block set to 1h, just used it on MT4 and it wasn't counting the hours correctly.
-
RE: move the takeposted in General Discussions
@mateus_f You don't have much to take information from but, if you're adding to volume using a pink block put a pink modify stop's either above/below.
-
RE: FUNDAMENTAL EAposted in General Discussions
@firima80 Not that I know of but, this is defiantly possible for MT5 I just don't know how, there is a few post's on here about news filters for MT4, but best thing to do is search to find. Sorry I wasn't more help.
-
RE: Custom Max Formulaposted in Tutorials by Users
@sm24 Good video, unfortunately I have nothing to add but thanks.
-
RE: DAILY TARGETposted in General Discussions
@firima80 Depends, if you add to this then no, just press mq5 button then import back into FXDreema, if you copy and paste into your project replace all used variables.
-
RE: Help me out!posted in Questions & Answers
@jpsam It is hard to see what is wrong with what you have done, post a shared link so people can look at what you've done. I will add though as is a blue block ensure it is seperate to your main tree.