DYJ Follow Me
- Utilities
- Daying Cao
- Version: 1.33
- Updated: 2 October 2024
- Activations: 5
DYJ Follow Me is an EA that follows the virtual transaction record of any dyj indicator to actually open and close positions.
It can display the name and status of the indicator of the single signal source; At present, it is only the DYJ T3ModeMa indicator, and more indicators will be expanded in the future.
It can receive real-time trend direction of indicator.
It can receive the latest admission time of the indicator.
It can receive the latest admission price of the indicator.
It can display the profit button of multiple currency pairs, and the total number of positions is also displayed on the button.
A button that displays the number of multiple currency pair pending orders. You can delete a currency pair pending order at any time or delete all currency pair pending orders.
You can click the button to close the total profit of a currency pair or the profit of all currency pairs at any time according to the profit size.
You can set one order at a time, and the number of fixed lots per order is 0.01, etc. or 1 lot or higher or follow the indicator trading volume.
Set up dynamic profit tracking.
Set the capping profit target.
Automatically delete pending orders when closing the warehouse.
Display each profit and total profit of multiple currency pairs at the same time.
Set the percentage of total loss to force closing.
INPUT
- InpUseLanguage = English;
- InpAutoTrade = true;
- InpIsTrendTurns = true; // Automatic trading only when the trend turns.
- InpSignalOrigin = "DYJ_T3"; -- 1. DYJ_T3:DYJ T3MA. 2. WPR: WPR indicator. 3. ALG: Alligator indicator.
- InpMaxTrades = 1;
- InpVolume = 0.01;
- InpMagicNumber = 1234;
- PROFIT = 1000 -> when all the order profits of a currency pair reach profit, only the positions of this currency pair are closed.
- TOTALPROFIT = 1000 -> when the profits of all currency pairs reach total profit, all positions are closed.
- InpTrailingPercentage = 0.7 -> automatically locks 70% of profit target.
- TargetLossPercent = 30 -> when it reaches the total loss percentage, it is forced to close.