Hello,
I write an indicator that I want in this indicator it shows chart current period but I want to convert in single dashboard chart no matter time frame I choose.
Would you to like one of you know to help the fix solution?
?????????
I have no idea what you are asking about.
?????????
I have no idea what you are asking about.
Thank you for your response.
Sorry for accidentally "Enter" button & I update with script
if(Period()==PERIOD_M5) { }
Thank you, but your script only show in specific TF (PERIOD_M5) not all TF. I need to show all TF.
Say again thank you.
So you can add the rest your self.
//--- period detector switch(Period()) { case PERIOD_M1: //Do Something... break; case PERIOD_M5: //Do Something... break; case PERIOD_M15: //Do Something... break; case PERIOD_M30: //Do Something... break; case PERIOD_H1: //Do Something... break; case PERIOD_H4: //Do Something... break; case PERIOD_D1: //Do Something... break; case PERIOD_W1: //Do Something... break; case PERIOD_MN1: //Do Something... break; }
So you can add the rest your self.
????
You should type your request in native language and use a translator tool.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
I write an indicator that I want in this indicator it shows chart current period but I want to convert in single dashboard chart no matter time frame I choose.
Would you to like one of you know to help the fix solution?