Forum

how to use "[ ]" symbol...

i come across script using the "[ ]" symbol in EA... example :- string text[30]; can anyone guide me how to use it

create stoploss base on orderprofits.

Hi, i'm trying on stop-loss by referring to "OrderProfits" but it doesn't seem to work. perhaps as a newbie still need to learn more. can any one advice if the following code had made any mistake

requesting adivce on :- optimize OP_SELL and OP_BUY by using "Switch" function

Hi, i'm trying to optimize the code by using "switch" function , but i can't seem to make it work. can anyone advice what's went wrong on the coding? portion of the codes ///////////////////////////////////////////////////////////////////////////////////////////// int TradeMathod=0; if("condition to

avoid multiple trading at the same time.

Hi, greetings. i'm trying to avoid trading at the same time and written the following codes by referring to forums. can anyone advice me whats went wrong? /////////////////////////////////////////////////////////////////////////////////////// if (TimeMinute(TimeCurrent())>= Timedelay) { Timedelay =