Forum

Zone Recovery Calculator Algorithm

I want to create Zone Recovery Calculator to calculate the cost for each buy and sell for every cycle this calculator work with fixed Recovery Gap Like 50 pip for every cycle and can work with increment or decrement Recovery Gap like 10 pip for 1st cycle 15 pip for 2nd cycle 20 for 3rd ,25,30,35 etc

How Can I Get Oder Commission Before Opening The Order ?

How Can I Get Oder Commission Before Opening The Order ? the function OrderCommission () Get the commission for executed order i want calculate the commission before send order to the market .. plz help

Help in correcting spelling and grammatical errors

Please help me to correct spelling and grammar errors in my input panel of the expert advisor system

Array Sort ((String Values)) MQL5

>>> can you help me please ? I can not find the equivalent in MQL5 doing sort for ((( string values ))) .... this my code in MQL4 and ArraySort works OK in string values string x[]; ArrayResize (x, OrdersTotal ()+ 1 ); for ( int i= 0 ;i< OrdersTotal ();i++) { if ( OrderSelect (i