@nscrilla You need to change the blocks that are different, no position = MT5, no trade = MT4, and there are more but this is most common.
Posts made by jstap
-
RE: Is mt5 different than mt4?posted in Questions & Answers
-
RE: Constants Market properties pivot pointposted in Questions & Answers
@bagheria If you hover over it tells you to use a int constant, R4 will = 0, R3 will = 1 etc.

-
RE: Using a Constant within a Terminal Variable nameposted in Questions & Answers
@sauce If you set a constant to a string and insert into the modify variable, and name add in input will be inserted into the variable.
-
RE: Track win and lose by robot MAGIC NUMBERposted in Questions & Answers
@mateus_f Frend I think you are completly getting the magic vs group confused, if you tested you will see the value of group 1, 2 & 3 trades, call it magic 1, 2 & 3 if you want, if you set the magic to 0, then it would be magic 1, 2 & 3.
-
RE: Track win and lose by robot MAGIC NUMBERposted in Questions & Answers
@mateus_f Have a look at this, download and test on back test, I think you will see why it was recemented.
-
RE: Track win and lose by robot MAGIC NUMBERposted in Questions & Answers
@mateus_f The values of each trade? if so use groups, use bucket of trades with the necessary group number inside. It is not that people don't understand, its that without groups what you seem to want can't be achieved.
-
RE: Using a Constant within a Terminal Variable nameposted in Questions & Answers
@sauce I forgot that only numbers work for terminal variables, this will show how to pass the information via a shared file.
In this location you will see the file text is saved to:
file>open data folder>terminal>common>fileshope this helps, let me know if you struggle with anything:
-
RE: Track win and lose by robot MAGIC NUMBERposted in Questions & Answers
@mateus_f On FX you can't add a number to the magic without using groups.
-
RE: Only opening Sellposted in Bug Reports
@raj-bearandbull Try this, will use your constant but allow it to be multiplied:

-
RE: Only opening Sellposted in Bug Reports
@raj-bearandbull It does, put a shared link here so problems can be assessed.
-
RE: How to calculate profits for current day, current week and current month ?posted in Questions & Answers
@trdjb3 Name the variable, pink for each (closed) trade, modify variables block with a loop option selecting profit.
-
RE: How to add a Text Box on Chart for inputs?posted in Questions & Answers
@shaynefw No worries, the sells should just mimic the buys, if still doesn't work try and change the used names, if you still struggle place the latest shared link on here.
-
RE: Track win and lose by robot MAGIC NUMBERposted in Questions & Answers
@mateus_f So you need to use groups, if magic number is 1 and your group is 2 the magic number for that trade becomes 3, by looking at your 1st question the same bot is placing different trades on the same pair, so by default this will be placed by the same magic number.
-
RE: Only opening Sellposted in Bug Reports
@raj-bearandbull Put the trail beneath a if trade block, for buys and sells
-
RE: Only opening Sellposted in Bug Reports
@raj-bearandbull Use separate no trade blocks (one for buys and one for sells), as is as soon as either is placed it won't place the opposite.

-
RE: Track win and lose by robot MAGIC NUMBERposted in Questions & Answers
@mateus_f Didn't @l-andorrà already answer this? if you use groups to place a trade the the number is added to the magic no, alternatively change the magic number in the inputs to work on different trades.
-
RE: Only opening Sellposted in Bug Reports
@raj-bearandbull Put a shared link so reasons can be assessed.