Skip navigation.
Home
Metatrader community - Forex Trading with Metatrader

Scalper Trailling Stop

Hi folks!

A lot of us are small fishes (maybe tiny fishes indeed) who trying to get any pips and run!
Scalping the market with the minimum value of MetaTrader Trail Stop - 15 Pips - make it hard to get good profit and force you as scalper to keep your eyes on the screen all the times to catch the tiny pips you want.

No problem with the minimum value of MetaTrader Trail Stop any more with this EA

 

How does the EA work?

The EA has few parameter although it seems to have a lot of parameters:

Enabled: Set this parameter to false to turn off the EA - Default value is true.

Trail_Value: The value you want to trail your order to, it can be any value greater than 0 but if you will use values greater than 15 why do not use MetaTrader trail stop?

Trade_Identifier: To be sure that the EA working only with a specific order  you have to select only this order to be trailed with the EA.

There are 4 value you can for Trade_Identifier option:

0 : Setting Trade_Identifier to 0 means you will use the Ticket Number of the order (Figure 1) - The next step is setting the value of the variable Trade_Ticket  to the Ticket number of the order you want to trail.
This option is the safer one hence it's the default value of Trade_Identifier.

 

1 : Setting Trade_Identifier to 1 means you will use the Magic Number of the order - You have to note that only the orders that had been opened by an EA has Magic Number.
The next step is setting the value of the variable Trade_Magic to the Magic number of the order you want to trail.

2 : Setting Trade_Identifier to 2 means you will use the Comment of the order.
The next step is setting the value of the variable Trade_Comment to the Comment of the order you want to trail.

3 : Setting Trade_Identifier to 3 means you will use the Symbol (Currency name, ex: EURUSD) of the order.
The next step is setting the value of the variable Trade_Symbol to the Symbol of the order you want to trail.
 

 

Caution: This tool and everything I've wrote as code or articles is for educational purpose only and you have to use it at your own full risk!