Pierre Rougier:
Hi,
Here is the code :
If I write this code, it's OK but the CAppDialog is atache at the EUR/USD graph, and I want attache it to the the MACD graph.
If I write this code, no CAppDialog are created.
It fail.
looks like you are attaching to the main window of the chart instead of the subwindow where the indi is located.
AppWindow.Create(ChartID,"AppWindow",subwindow,XPos,YPos,XSize,YSize) AppWindow.Create(0,"AppWindow",0,20,20,360,324)

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
Hi,
Here is the code :
If I write this code, it's OK but the CAppDialog is atache at the EUR/USD graph, and I want attache it to the the MACD graph.
If I write this code, no CAppDialog are created.
It fail.