Is hard to asses but if you put a shared link on here it can be looked at. To put it simply comment block, left operand-ADX is > right operand value 20, connected to condition block, left operand-ADX is < right operand value 40, this means only activate the next block if ADX is in between.
Posts made by jstap
-
RE: Enter Trade only if indicator signal risesposted in Questions & Answers
-
RE: atr based break outposted in Questions & Answers
@piptheripper I have readvised the ATR pips to work with MT5 link, I have tested and all seems to work. Hope this helps.
-
RE: Am new pls help.posted in Questions & Answers
@davjack This is a good question, maybe just on timer, do what you can and if the problem persists create a shared link and put on here, your project can then be assessed.
-
RE: Need help to create EAposted in General Discussions
@arivazhagan-p The problem is as the 1st trade is activated the condition becomes untrue, then it uses the yellow line to check the second condition, then after creating a trade it moves onto 3rd, at this point it will place a trade then all conditions are false, just rearrange what it does for and after each condition and should work
-
RE: how to ignore spread sizeposted in Questions & Answers
@saeed-2 In this picture you'll see how to do what you've asked, you'll just need to use as required for your project.

-
RE: Am new pls help.posted in Questions & Answers
@davjack I have never used the on timer but I would use a condition set to use the one minute candles on the on tick tab, this will make the action happen with the candle time.
-
RE: atr based break outposted in Questions & Answers
@piptheripper If you change price fraction to as is it should work, at the minute you are comparing pips to fraction.

-
RE: atr based break outposted in Questions & Answers
@piptheripper Your condition's are saying if candle is equals or less than ATR multiplied buy/sell, is this not backwards? Should it not be if candle is equals or greater than ATR multiplied buy sell?
-
RE: atr based break outposted in Questions & Answers
@piptheripper Hi, I do not see why it wouldn't because logically it has no reason not to. If you put a shared link on here then I will gladly look to see if anything is wrong.
-
RE: DAILY TARGETposted in General Discussions
@edenclean20 You and have a flag true or false from a condition.
-
RE: DAILY TARGETposted in General Discussions
@edenclean20 Just quickly you have 2 if trades close position trees, this means if a trade is placed it is immediately closed, I don't use the switch off/on blocks, they probably work well I just use flags, in this link you will see how.
-
RE: BUY NOW TURN OFF AND TURN ONposted in General Discussions
This should work but I have only ever used numbers, in this link you will see how I do something similar, it is also using flags.
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@coinmaster I worked that out once he replied, should maybe concentrate a bit more

-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@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.
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@coinmaster Just trying to help, you said you can't get values to match because 1 is rounded, tried to show you a way to round the other and maybe make it match.
-
RE: atr based break outposted in Questions & Answers
@piptheripper In this link you will see how I convert ATR to pins for every pair. Hope this helps
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@coinmaster So if the indicator has a value and this is what you are using, store in a modify variables block the value, use the custom code block to round, use this variable to compare.
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@tempol Have you tried storing in a variable, using NormalizeDouble(variable,1); in a custom code block, the 1 being number of digits past . this may make the numbers match.
-
RE: Alert message create tradeposted in Questions & Answers
@bagheria Looks good, just push add new to add the buffers, when you push update it should do so with no errors. Do you know how to add buffers to a comment block to check?