@talalkhan The modify variables are now correct, if <0 is what you want to set variable to false then all is logicily correct.
Best posts made by jstap
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan Yes yellow is just for if not condition.
-
RE: Is it possible to check the price to the EMA distance in pips?posted in Questions & Answers
@barsa1211 In the picture you will see how to check if price is above MA but below MA + 100.

-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan A cross happens on a candle, > happens after a cross and stays like it until the opposite cross occurs.
-
RE: I want to make an EA for Boom & Crash. Help please.posted in Questions & Answers
@tipsywisdom I agree that this is likely a suicidal asset to trade but, this is entirely dependant on the strategy used and how it is implemented. To stop this from being tried means to stop a potentially working strategy before it starts.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan As I said before separate and check each situation until you find what's not working.
-
RE: My EA ONLY works on "'Jump 10"' but not any other instrument.posted in Questions & Answers
@tashab This is how I would do it, as long as your SL/TP settings work with your broker I see no issues.
-
RE: Help with custom indicatorposted in Questions & Answers
@alex81 These are not the buffers used in FX, they are the buffers from the data window, sometimes they match sometimes not, this is why I advised to put the buffer data into a comment block, this shows the data FX can use.
If this code: V_W_A_P=iCustom(NULL,0,"VWAP",0,1); is put into a custom code block then the data window information is put into the V_W_A_P variable the 0,1 relates to the data place in the data window.

-
RE: sell buy 2. start trading just buyposted in Questions & Answers
@suleyman-0 The builder page is not the shared link.
-
RE: sell buy 2. start trading just buyposted in Questions & Answers
@suleyman-0 There is various ways to do this, pink blocks, condition blocks, using groups, when you post the shared link problems can be assessed.
-
RE: sell buy 2. start trading just buyposted in Questions & Answers
@suleyman-0 You don't need the if trade for pink blocks, I would have a pink tree for sells and one for buys.

-
RE: Identifying Candle Pattern (Part 1!)posted in Questions & Answers
@general-melchett If you want the average size, add all in range together, divide by the number in range, there is also the ATR indicator.
-
RE: color ENUMposted in Questions & Answers
@piptheripper In constants put color as type, call it what you want, name it a usable name like "Red", in the EA inputs you will have the options like your picture.
-
RE: 3 Moving Averagesposted in Questions & Answers
@dore Every candle constantly has a high, but as 0 closes it becomes 1. If 1 is used for a cross then as it becomes 1 this is checked, if 0 high is used then the cross is checked before the candle closes.
-
RE: EA auto on and offposted in Questions & Answers
@ladydolares You can set conditions to start/stop EA, if removed the only way to attach to chart is to do it manually.
-
RE: Buy/Sell With in a Number of Candles from 1st condition happeningposted in Questions & Answers
@alphaomega Pretty much everything works for mt5, every time people asked a question I would use this file to add an example so it isn't necessarily all needed to work together, I also have other ideas that aren't in here.
71-72 will likely be in there somewhere but unsure and they're unnecessary for area 20.
-
RE: Trailing Stop into Conditionposted in Questions & Answers
@chattahooche You can use a condition to switch trail or something on/off. If you put a shared link here it's easier to see how a block is connected and what's inside.
-
RE: Only for Martingale Expert Loversposted in Questions & Answers
@alphaomega I and not well practiced on martingale and have only had a quick look but, I would remove duplicated pink blocks, and separate connected with different settings, I think this will stop the checking of other conditions, hope this helps.

