No collor in lines
-
I would like my EA not to show the colors of the support and resistance lines, that they would be transparent for those who use my robot do not know exactly where these lines are so as not to discover my strategies.
how can i do this? -
Don't let your EA draw lines?
-
@siggi12345 Can you please share your project?
-
https://fxdreema.com/shared/QMfhwKH9c
The line must exist because I am going to put a rule where the cross of the candle closes above the line it must buy or sell, but as I am going to give this EA to other people to use I do not want the line to be displayed in any color, so I put "in the collor"
But I realized that even putting "in the collor" on the graph it shows the lines. -
as i understand from you you don't want to show your client which indicator is using for you strategy
it is simple go to maintenance key and make indicator not visible display indicator list change it to no
-
@ramisignals said in No collor in lines:
as i understand from you you don't want to show your client which indicator is using for you strategy
it is simple go to maintenance key and make indicator not visible display indicator list change it to noI already did this and it works very well after the backtest. my problem is with the "draw fibonnacci", even putting it without color, it appears on the screen.
-
I have an Idea, but it is really dirty. You could let your EA draw a Rectangle at place where the Fibo is, the Rectangle must be in the same color as the fibo. Now you cant see it anymore. This could work but you have to make every object unselectable.
-
Then remove drawing chart from on int or share your project to more understand your problem
Thanks
