Forum

S10 Chart im Metatrader?

Die Altemeister aus den 90 ern tradeten im Fünfminutenchart. Heutzutage bringt man zumindest in Indices im M5 nicht mehr viel zu Stande. Schau ich mir den S10 Chart von Iq-Options an, dann bin ich verblüfft, wie viele gute Signale sichtbar sind. Problem ist, dass Metatrader 5 S10 nicht unterstützt

Eventhandling in Tester environment

In Tester the onChartEvent() function does not work. You have to put event handling into the onTick() function. If you define the buttons in OnInit() the event handling works. if ( ObjectGetInteger ( 0 , "CloseButton" , OBJPROP_STATE )== true ) { CloseOpenPosition();