NavigationUser loginWho's new
Who's onlineThere are currently 1 user and 32 guests online.
Online users:
|
Scalper Trailling StopHi folks! A lot of us are small fishes (maybe tiny fishes indeed) who trying to get any pips and run! 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.
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. 2 : Setting Trade_Identifier to 2 means you will use the Comment of the order. 3 : Setting Trade_Identifier to 3 means you will use the Symbol (Currency name, ex: EURUSD) of the order.
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!
|