Forum

Clone * class object

Hi, to clone CClass values to a CClass values_new? //+------------------------------------------------------------------+ //| Class | //+------------------------------------------------------------------+ class CTest { public

Change scale price max and min using CChartObjectSubChart

Pls, I not have sucess changing price max and min in sub charts creteds using CChartObjectSubChart. Help me

Ho to insert in the stone a order SL?

Is there a code to insert an SL order into the stone after executing the sales or purchase order? I using the Trade.mqh in my expert code

How to Calculate MME?

How do I calculate an MME via code? I used several formulas and I can not get it right. The most correct was: lastMME = (v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8 + v9)/ 9 ; MME = (PriceActual-lastMME)*( 2 /( 9 + 1 ))+lastMME;

HELP! Read objects on the chart

Guys, I'm new to the language and I'm having a little difficulty. I have an Indicator that generates tendencies, HIGH or LOW, on high it creates a Windget // - High indicator #property indicator_type5 DRAW_ARROW #property indicator_color5 clrBlue #property indicator_label5 "HIGH" // - Low indicator