FinGeR Posted April 3, 2011 Report Share Posted April 3, 2011 Hier ein Überblick der verfügbaren Zeitrahmen(Timeframe) - MQL5 PERIOD () //--- Beispiel 1 setzt timeframe 12 Minuten ObjectSetInteger(0,chart_name,OBJPROP_PERIOD,PERIOD_M12); //--- Beispiel 2 setzt timeframe 12 Minuten ObjectSetInteger(0,chart_name,OBJPROP_PERIOD,12); //--- Beide Beispiele haben den selben Effekt 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.