@talalkhan It is basically what you have, you need to record your equity, then work out your % gain/loss, condition block with equity =< or => your percent gain/loss, close and stop.
Posts made by jstap
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan If you want the same condition to stop group 2 copy the variable into group 2, if you want this condition to be different then add the same as group 1 with a different name and settings, if you want this and another, copy and add the new.
-
RE: Buy now block and doubleposted in Questions & Answers
@andrewfrank To my knowledge a number with a comma can only be inserted as string, this will change from numeric to text candle ID is int (or double), your picture is when you tick the box rather then insert constant, if so in the input's you will have the constant value and the inp value.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan New variable if you want condition to only work with 1 group.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan TRADE is a variable, create a new one to use with group 2 so group 1 doesn't interfere. (With a new name)
-
RE: How to round Down number?posted in Questions & Answers
@l-andorrà To my knowledge, been a while but think it does.
-
RE: Abrupt losses at a new high or new low...how to avoid, detect, and end loss quickly; maybe reverse trade?posted in Questions & Answers
@len-1 Market properties BID is what draws the candle, but only happens on a tick so can be hard to referance as can jump your price selection by a fraction.
-
RE: ANY WAY TO GET PIP DISTANCE BETWEEN UPPER BOLLINGER BAND AND LOWER BOLLINGER BAND?posted in Questions & Answers
@len-1 Subtracting high from the low will give you the distance as a price fraction, if you want pips under place a modify variable block and convert to pips. What you want will determine weather you want the number to work with or just a minimum/maximum distance, if the check distance block is the best.
-
RE: How to round Down number?posted in Questions & Answers
@osasono If number is in a variable, modify variables block, NormalizeDouble(variable name,3); , 3=numbers after decimal point.
-
RE: would anyone here to help why my program can't load ?posted in Questions & Answers
@homemebel You cannot compare pips to a cross.

-
RE: Closing trade when one of my confirmation indicators gives opposite entry signalposted in Questions & Answers
@kriespy The reason trades close instantly is because your condition has left operand == right operand, but there is no difference.

-
RE: Custom indicator Supertrendposted in Questions & Answers
@mrtorm Put a shared link on here, problems cant be seen without.
-
RE: Custom indicator not workingposted in Questions & Answers
@tashab I have never used this indicator so is difficult to say why, I assume the buffer gives a price level in which case this should work, put the 3 buffers into a comment block so you can visually check the values you are tiring to correspond with.

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan As everything already is, just copy group 1, change every thing to group 2, and create new variables, the principle is the same for every group.
-
RE: Check Profit (Average) Visible TPposted in Questions & Answers
@jazzybhai I do not know how to get a line drawn at the point where all running trades will be in average profit.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan To close and stop only group 2 then use only group2 in closing and use a different variable to stop.
-
RE: close group order but BE one orderposted in Questions & Answers
@aman Put a shared link so problems can be assessed.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan You only need 1 group unless you want trades controlled differently, in this case you copy relevant blocks and copy so only your logical trades can be opened/controlled as you want.
-
RE: Check Profit (Average) Visible TPposted in Questions & Answers
@biztet Sorry mate didn't look at picture properly, l-andorrà meant to show you this.
