@trader-1978 This is hard to say, if you put a shard project here and the indicator maybe problems can we sorted.
Posts made by jstap
-
RE: recheck conditionposted in Questions & Answers
-
RE: Virtual Take Profit and Stop Loss with Time Filter Just Before Buy Now / Sell Nowposted in Questions & Answers
@sinister I believe you are right and they will still work, the time filter stop's all blocks underneath working.
-
RE: What is different check profit (unrealized) and check profit (average) ???posted in Questions & Answers
@gauss Average will look at the close trades as well (if wanted), unrealised will only look at running trades.
-
RE: status as triggerposted in Questions & Answers
@trader-1978 I didn't say how to use but, if a block gives a signal like MA10 x> MA50 and you have that block set to change the displayed status then, blocks connected to the outputs will also pass.
-
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
@halisman Use text code input with something like:
Symbol()+" BUY";
you can use multiple functions and multiple text strings, just put + in-between every section.
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@alex81 I am unsure how you got these errors but indicator appears is not the block to achieve this, in this link you can see how to.
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@alex81Try using the indicator appear block, this should generate a signal every time the variable changes. If this doesn't work you have the option to use counters and a bool variable, so if variable changes from 0 to 1 it sets a bool to true and another to false, sets the counter above to off and the other tree counter to on, when this tree fires it sets the 1st counter to off, changes the variables to false and true. Am sure the indicator visible will work though.

-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@alex81 What do you mean by use as a signal? If you mean MA-MACD-CCI all happening at the same tine, tee off your original tree, or create new, put whatever block to create the signal you want.
-
RE: status as triggerposted in Questions & Answers
@trader-1978 I have never used the status info but I believe this only changes once the block passed, so if a block changes the status the blocks underneath would do as wanted.
-
RE: How to get signal from this indicator?posted in Questions & Answers
@ambrogioI don't see how this is possible, I think you can only react when an arrow appears, I don't see a way of knowing how far back the arrow painted.
-
RE: How to get signal from this indicator?posted in Questions & Answers
@ambrogio As @biztet Said you can get the indicator appearing using the colour method, this indicator does not repaint but it will paint a few candles back, so drawing a fresh will show when the arrow appeared, this means you can build it into an EA just the reaction will be after the point the arrow is oainted on. https://fxdreema.com/shared/LsZwKUHxb
-
RE: How to get signal from this indicator?posted in Questions & Answers
@biztet Interesting, I have never used colour (well never got it to work) thanks.
-
RE: "text (code input)" optionposted in Questions & Answers
@jerkha Interesting thank you, I find PSAR easier as you just check if it is above/below the candle. https://fxdreema.com/shared/me0eUYMNd
-
RE: "text (code input)" optionposted in Questions & Answers
@jerkha I think you would be better off with custom code, not sure how you would acheve though, I have tried this same thing with fractal using a loop but I couldn't get it to work.
-
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: please i need MACD+200MA...EA..buying above 200/selling below 200emaposted in Questions & Answers
@kingrhuuu Make a start to your project, ask how to resolve any problems you come up against.
-
RE: Custom indicator valuesposted in Questions & Answers
@sauce You are correct, 2 out of the 4 data window buffers have a value, how to get is in this link: https://fxdreema.com/shared/hF5M5itjb
-
RE: Previous Candle crossed the bollinguer band's top line?posted in Questions & Answers
@ontradingx Use x> and change pips to candle high.