jajaceek:
Hi,
I would like to put the message box, which shows the current symbol and current timefreme of the window. The messagebox shows the current symbol correct, but the timeframe is showed as a number zero. Could you tell me what I should change in the code bellow:
MessageBox("Alert"+" "+Symbol()+" "+MATimeframe, "Aler");
Best regards,
jajaceek
Hi,
I would like to put the message box, which shows the current symbol and current timefreme of the window. The messagebox shows the current symbol correct, but the timeframe is showed as a number zero. Could you tell me what I should change in the code bellow:
MessageBox("Alert"+" "+Symbol()+" "+MATimeframe, "Aler");
Best regards,
jajaceek
Try this:
MessageBox("Alert"+" "+Symbol()+" "+Period());
farhang:
Try this:
MessageBox("Alert"+" "+Symbol()+" "+Period());
j

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I would like to put the message box, which shows the current symbol and current timefreme of the window. The messagebox shows the current symbol correct, but the timeframe is showed as a number zero. Could you tell me what I should change in the code bellow:
MessageBox("Alert"+" "+Symbol()+" "+MATimeframe, "Aler");
Best regards,
jajaceek