Idea by: Nikolay.
MQL5 Code by: Vladimir Karputov.
The Price Impulse EA makes use of REAL TICKS by leveraging the CopyTicks function. This means it waits for the price to move a specified number of points within a set number of ticks before executing a trade.
Input Parameters
- Lots: The size of the position to be opened (in lots)
- Stop Loss: The level at which to exit a losing trade
- Take Profit: The level at which to take profit on a winning trade
- Price Movement: The price must pass a specified number of points
- Tick Count: Within a specified number of ticks
- Trade Delay: The minimum delay between trades (in seconds)

Comments 0