@talalkhan Try ask any questions if you struggle and help will be given, start with 1 and anything you cant do can be assessed from a shared link.
Posts made by jstap
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
-
RE: Grid systemposted in Questions & Answers
@bagheria Not too sure what you mean, an instant buy/sell will be placed at ask or bid, teed off from the conditions to create this put a pending grid block but have the pending placement the desired pips above/below ask/bid.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan
1,2. use condition block with a bool constant to decide between the two options.
3. Use pink for each trade block then pips away block (- = below) (+ =above) with the buy/sell underneath.
4. Never used martingale but you can use a condition to switch off/on certain actions.
5. Pink blocks will give you pips as an average for buy/sell then have a close under a condition that is activated when average pips is made, the blue blocks will also do this for you.
6. This can be done by taking the balance at a set point in time, /100* the constant percent, if equity matches this number all trades are closed, trading is stopped until it's reset. -
RE: I want to set my lotsize on equity %posted in Questions & Answers
@talalkhan To me if account doesn't have enough leverage for the position I'm trying to take, I reduce % at risk or don't trade.
-
RE: I want to set my lotsize on equity %posted in Questions & Answers
@talalkhan sorry mate I know nothing about using leverage in lot size.
-
RE: Stop trailing stop from running at 3 pips profit?posted in Questions & Answers
@julianrob I know how to use FXDreama and minimal coding, Pm me with what you want and I'll see what I can do.
-
RE: Stop trailing stop from running at 3 pips profit?posted in Questions & Answers
@julianrob I have just tested this HERE, it works on back test.
-
RE: Stop trailing stop from running at 3 pips profit?posted in Questions & Answers
@julianrob Sorry my fault, I do this all the time but just replace the number with the constant name like this.

-
RE: Zero divide on restart due to LotStep being changed to zero . .posted in Bug Reports
@mantadiver The problem is your variable is in as a double not string, do like this and all will work.

-
RE: my robots are being corrupted when i downloadposted in Bug Reports
@l-andorrà I have not had this problem with Microsoft edge, have found an older version of google chrome.
-
RE: Define week numberposted in Questions & Answers
@ftsio @l-andorrà is correct you can stop EA without removing then start again when condition matches, if you set a terminal variable (global variable) it will log on the platform, then EA can read, maybe what you want, this can be reset with custom code but to add into multiple conditions can be difficult..
-
RE: Stop trailing stop from running at 3 pips profit?posted in Questions & Answers
You do it like this

-
RE: Grid systemposted in Questions & Answers
@bagheria @l-andorrà is correct block 90 has nothing written in it, I think this will always be false so is pointless, the grid buy will place then increase lot every extra position, I would remove the single buy then allow the grid to sort the placements.
-
RE: Stop trailing stop from running at 3 pips profit?posted in Questions & Answers
@biztet Yes you can trail to BE, you can move stop to BE when price has moved far enough, you can move to BE then start trail, you can start different trail at different times, the choice is yours.
-
RE: Grid systemposted in Questions & Answers
@bagheria Never used grid if you put a shared project here ill have a look.
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@alex81 Yes that will set buy variable to true when 4 buffers are visible (change) at the same time, you don't need pass above throe's blocks, but you do others.
-
RE: Indications dashboard on chartposted in Questions & Answers
@bagheria Yes and put a pass block above.
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@alex81 You have to place in a tree in the logical way you want the trade placed, for example no trade, buffer 1, buffer 3, place trade, if you want something that has already happened to allow a trade to open, you will have to use variables or flags, then reset when condition is no longer valid.
-
RE: CLOSE POSITIONS USING INDICATOR CONDITIONposted in Bug Reports
@6ixpappi You do not need an if trade because there has to be a trade for it to close, in close you have a group but in buy you don't, if group in any block it has to match the group in other blocks for it to work.