Posts made by jstap
-
RE: Buy and Sell in the Same Timeposted in Questions & Answers
@abbas25 That link is just for the builder.
-
RE: Expert not taking trades when my laptop is turned off.posted in Questions & Answers
@skhosi EA's will only work with a switched on and connected computer, no one can change this it's just how things are.
-
RE: Table that adds the profits and losses of Purchase and Saleposted in Questions & Answers
@rodrigo-ortuzar What I meant by loop is in the picture, not sure if you can have more than 1 bucket before the comment, if it works though it's good.

-
RE: How to open a group 2 trade based on Group 1 trading conditionposted in Questions & Answers
@januarympho Your break even should be under a no trade, a pass, or the yellow of if trade not under the tree. Your setup should work so likely the amount of trades are preventing the other groups activating, try switching lots of blocks off and getting groups to work with a few trades, you can then add all the others in.
-
RE: How to open a group 2 trade based on Group 1 trading conditionposted in Questions & Answers
@januarympho In the buy/sell block select group 2, all trades placed by this block will be group 2.
-
RE: Buy and Sell in the Same Timeposted in Questions & Answers
@abbas25 Place a random buy & sell, on trade tab a purple trade closed block with a buy & sell block underneath.
-
RE: HOW TO CLOSE BY CLOSE OF OPOSITE CANDLEposted in Questions & Answers
@willy254-0 If candle 1 = bear close close buys.
-
RE: Table that adds the profits and losses of Purchase and Saleposted in Questions & Answers
@rodrigo-ortuzar Pink for each trade with a variable under and a trade loop inside will give you an individual trade price, bucket of trades block will give you average of all running, not sure how to put this into a table though.
-
RE: Constants names of different parametersposted in Questions & Answers
@flyfisher Use the adjust box, you can use this in many blocks:

-
RE: Highest/Lowest Price + 'n' Pipsposted in Questions & Answers
@aisar These pictures will show how to achieve, the same principle can be used with many blocks, you do not need to use variables as can be used without.


-
RE: Check Flag statusposted in Questions & Answers
@mantadiver Use a bool variable, you can then check this in a condition block or visually in a comment.
-
RE: Saving results to file.posted in Questions & Answers
@ontradingx I have never used but you do have the write to file block, if set on append then every new entry will go on a new line, so I imagine if all required data is sent at the same time it will be on the same line. Hope this helps

-
RE: Open prices onlyposted in Questions & Answers
@uriel-0 I would use once per bar, the 1st tick is never far behind the open of a new candle.
-
RE: Need help with custom Martingaleposted in Questions & Answers
@whitenight The pink pips away needs a pink for each trade block above, you don't need the if trade block as it's contained in the pink blocks, I have never used betting sequence in a buy/sell block so I cant help too much with that.
-
RE: Need help with custom Martingaleposted in Questions & Answers
@whitenight Use a variable and every trade add 0.1, reset when needed, opening 2 is just teeing off blocks with an extra block, use a pass once block to stop extra trades being opened after the first and reset when needed. Make a start and put a shared link here, ask and problems you are having.
-
RE: Open prices onlyposted in Questions & Answers
@kriespy @Uriel-0, I have never seen the once per bar work on candle close, I think it works on the 1st tick of a new candle.
-
RE: an error in mt5 for sequence number and check distance?posted in Questions & Answers
@homemebel I have never used betting sequence in a buy/sell block, you don't need a pink for each trade block above the bucket block, you should only have 1 tree above the buy block (unless using different conditions to place trade), the no trade should be above all and you do not have a check distance block.
-
RE: HOW TO CREATE PIVOT POINT BASED EAposted in Questions & Answers
@timberwolves Does this work as @l-andorrà said it should, maybe put the once per bar beneath the condition to stop it working until needed but should work.

