@musa-5 pips can be used with a variable/constant like this "+[variable name] pips" put into the adjust box.
Posts made by jstap
-
RE: PIPS FILTER AND PIPS DISTANCE NOT WORKINGposted in Questions & Answers
-
RE: Hello fellow traders. A quick tip for me please?posted in Questions & Answers
@isiloon82 You will need to use variables or a flag and then reset when no longer valid.
-
RE: Create comment based on the defined constantposted in Questions & Answers
@andrewfrank This is a good question and I'm not sure, if you use a variable rather than a constant then a condition/modify block can change, not sure if it will work though, the value would be text.
-
RE: PIPS FILTER AND PIPS DISTANCE NOT WORKINGposted in Questions & Answers
I am quite sure a space is needed between number and pips, like +20 pips
-
RE: Create comment based on the defined constantposted in Questions & Answers
@andrewfrank Yes when you put this in a constant then in the inputs you should get a dropdown list Where you can select, as long as constant is in each required block then all will change from inputs.
-
RE: Need Help With Open Tradeposted in Questions & Answers
@slimmz Put an if trade at the top, this will limit to only one trade.
-
RE: Create comment based on the defined constantposted in Questions & Answers
@andrewfrank Yes and this will only work in the timeframes box.
-
RE: Create comment based on the defined constantposted in Questions & Answers
@andrewfrank Is hard to see in your pictures. type needs to be ENUM_TIMEFRAMES and value needs to be capital at start Period_H4.
-
RE: Buy now block and doubleposted in Questions & Answers
@andrewfrank I imagine it is in the background, remove constants and check each option, or maybe easier recreate the block from start.
-
RE: fxdreema does not load buffer or input valuesposted in Questions & Answers
@dadilula The only assumption I can make is that these are not in the indicator code.
-
RE: Lead me How-To create Custom Enumerationposted in Questions & Answers
@dadilula Maybe this can be used via custom code but I am unsure how, in FX you can do it like THIS.
-
RE: Custom Indicator Entry Problemposted in Questions & Answers
@michaelsernst In HERE is how I tested this indicator, unfortunatly there seems to be no way of FX using it.
-
RE: Lead me How-To create Custom Enumerationposted in Questions & Answers
@tmd1 I only know of enumeration in indicators but do not think can be added to an FX EA, you can set up conditions for different types for a sell/buy.
-
RE: Custom Indicator Entry Problemposted in Questions & Answers
@michaelsernst That is really good information on how the indicator works, It doesn't say what it puts into each buffer, this is what FX works from. If you put the indicator here I will have a look.
-
RE: Dynamic Trailing Stopposted in Questions & Answers
@darekl In HERE is how I would do it, I've not tested but done similar things before, this is for buys only, you my need to add conditions like SL level is below new level, may want to add a condition like new level is above existing SL.
-
RE: RVI+CCIposted in General Discussions
@paihdt As this is not a standard MT indicator you will need a custom indicator added to FX for this.
-
RE: Custom Indicator Entry Problemposted in Questions & Answers
@michaelsernst Is hard to say without knowing what the indicator does with each buffer, start by putting the indicator buffers into a comment block to verify what each is doing is likely you will need a block like indicator appear/visible, create a separate tree for buys & sells, you can share spread but I would put at top so each condition is controlling buy/sell independently.
-
RE: Need Help With Open Tradeposted in Questions & Answers
@slimmz What you have is what you need, x> is for when a ma crosses above another ma, X< for when it crosses below, you can put a close block before a buy/sell block to close sel/buy, this will happen on whatever candle ID you have chosen. You can also remake the tree starting with the condition block to just close.
-
RE: Separate sum of negative and positive trades.posted in Questions & Answers
@ontradingx I can but if you look at l-andorrà's picture it has time on left and time on right.
-
RE: Separate sum of negative and positive trades.posted in Questions & Answers
@ontradingx Time is vertical price is horizontal, you can't have left operand as time and, right operand as price level.