comments with variables
-
hi i have 2 blocks one for sell, and the other for buy and i want every time any block is true it shows in my comments i cant find a way to get this done can you please help with some examples?
Thank you
-
"Buy now" and "Sell now" are not "true" or "false", they only create a new trade when you run them. If you want to print some information on the chart about the trade that was just created... https://fxdreema.com/shared/B8JEcw43e
-
I understand that my bad i think i didn't explain the issues properly
i have to blocks 1 for buy 1 for sell
When buy block is true. I want some type of comment on the chart saying; something like trend status buy only, and the opposite if is for sell.
I tried using variable, but it doesn't work. Can you please assist?
Thank you in advance.
-
I'm not using buy or sell blocks. I'm using it when the condition block is true
-
In the properties of all blocks at the bottom there is something "Change Status to". But I will suggest to use "Comment" block or maybe 'Draw Text"
-
Thats what i was trying to do a comment but i dont know how to do it.
If you can make an example i will appreciate it
Thank you
-
Example of how to use "Comment"? Just put this "Comment" block somewhere and fill it with some data. In order to see the data of any "Data row", fill in the "Label". If there is no Label, that row will not be printed.
-
Yes but when i use 2 comments block one for buy and other for sell they text and label overlap and if i try to use the coordinates x , y it doesn't work.
-