Description [Comment FIX] + [Name]
-
hello, it is possible to combine two constants for the comment of the buy sell modules in order to obtain the following result:
rsi-name ea
pending-name ea
grid-name eain this way you can recognize the modules that open the orders and from the settings a single field with the personalized name
thank you
-
@duepips Use text code option like, constant A+Constant B; you can link many variables/constants, if you want to add text use speech marks like "TEXT "+constant A;
-
@jstap said in Description [Comment FIX] + [Name]:
@duepips Use text code option like, constant A+Constant B; you can link many variables/constants, if you want to add text use speech marks like "TEXT "+constant A;
thanks
-
@duepips Your welcome
-
@jstap said in Description [Comment FIX] + [Name]:
@duepips Use text code option like, constant A+Constant B; you can link many variables/constants, if you want to add text use speech marks like "TEXT "+constant A;
for two? example: DoubleToString(variable_1,2) "text" DoubleToString(variable_2,2)
-
@duepips What are you asking me? that code will convert a double like input fgy-1234into a text (string) version with the same information.
-
@jstap said in Description [Comment FIX] + [Name]:
What are you asking me? that code will convert a double like input fgy-1234into a text (string) version with the same information.
to insert two variables, the first that counts the total and the second that counts the hedge, example: Lots 0.04 / 0.02
-
@duepips Create a shared project and say what it's not doing.
-
It has been a while, but I have another question. Is there a way to number the open trades and also add this to the comment?
-
Yes, if you use groups to place the trade it will be numbered by the group, under each trade add 1 to a variable, and use this in the comment box, to number/call each trade what you want.