Forum

A question about stoploss

// Opening Orders while ( true ){ // Orders opening Loop if (TotalOrder== 0 && Opn_B== true ){ // No opened orders and pending orders + criterion for opening

A very quick question

Hello guys, I am new to coding mql5 or mql4. What should be the first ticket number? I have seen in the documentation that an error is -1. But I wonder what should be the first ticket number? 1 or 0? As I have seen in examples that if ticket number > 0, then an order is sent successfully

A very quick question

Hello guys, I am new to coding mql5 or mql4. What should be the first ticket number? I have seen in the documentation that an error is -1. But I wonder what should be the first ticket number? 1 or 0? As I have seen in examples that if ticket number > 0, then an order is sent successfully

Recruiting programmers to create profitable trading strategies

This is not a spam or ad. I am establishing a trading team to create profitable mq4. It does not charge any thing but it does not pay any salary as well. The team aims to get innovative ideas together and to brainstorm together. We co-operate based on trust and each member gets all the documents

Recruiting programmers in co-operation for creating profitable trading strategies

This is not a spam or ad. I am establishing a trading team where all the members will share the results of our production . No charge is required to join but no pay is given. Based on trust, we share our ideas and we build profitable mq4 together. Please inbox me if you are interested

Request for help on an EA please!

I am sorry to post here, but I am a beginner and I am really stuck. My EA is only 164 lines, so can someone kind please help with me? It can compile without error but it can not run on the backtester of Metatrader4. //+------------------------------------------------------------------+ //|

Beginner issues! I have no errors when compiling the codes in the editor, but it fails to run in the back test systemof Metatrader4

Can anyone please help? The codes are attached below: //+------------------------------------------------------------------+ //| Tim Lo trading.mq4 | //| Copyright 2015, Tim | //|