Hi Keith,
do you know of any way i can use panels on meta tester. A temporary fix perhaps?
You can also use an indicator that catches the OnChartEvent and feeds it back to the EA.
So you can set the buffer to different values that represent different buttons being clicked.
Then you can add the indicator as a resource and your good to go.
Keith Watford:
Do you happen to have a code snippet for this? Yes, in OnTick() check the state of the buttons then carry out the same code as you have in OnChartEvent().
Marco vd Heijden:
I will give this a try.
You can also use an indicator that catches the OnChartEvent and feeds it back to the EA.
So you can set the buffer to different values that represent different buttons being clicked.
Then you can add the indicator as a resource and your good to go.
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 Everyone,
I have a panel expert advisor that allows me to place orders when certain conditions are met. The panel works great in the terminal but when i try using it meta tester it appears but does nothing when i click on its buttons. I was wondering if i did something wrong or if the ChartEvents function is not implemented on meta tester. Any help will be appreciated. Thanks.