Cross Trend Line
- Experts
- Pham Xuan Can
- Version: 1.0
- Activations: 5
1. Introduction to EA
- The bot has 2 modes: automatic or manual by selecting the auto trade feature as true or false.
+ auto: means allowing automatic trading, transactions are based on the trend found by the EA.
+ buy(manual): means only trade in the upward direction.
+ sell(manual): means only trade in the downward direction.
- The principle of trading in auto mode is as follows: based on the trend found in the large time frame, then we look in the small time frame to find the entry point.
+ Identify trends on large time frames
+ If the small MA line crosses the large MA on a large time frame, we determine that it is an uptrend in that time frame, then we enter the
Small time to find buying points.
+ On the contrary, when the small MA cuts below the large MA, we determine that it is a downtrend on the large frame, so then we will enter the time frame
smaller to find the selling point.
- The bot also provides many optional features that we can customize to get the most optimal profit according to each person's edits:
+ allow_trade: allow trading or not, if allow trade = true, then transactions will be performed as normal when there is an entry point, allow_trade=false
There will be no transactions, including order closing, when the market has unexpected news or the market trend is unclear.
+ init_lot: this is the size of the order that will be entered.