To use Events tabs.
-
Hello friends.
Does anyone know of a guide that describes the use of the 6 Events tabs. Init, Timer, Tick, Trade, Chart & Deinit.
When and for what to use them.Kim Wiboe.
-
@kiwi789 I think theyre pretty straightforward:
- Init: this happens once, when the EA is loaded onto a chart
- Timer: this happens at regular time intervals (set by you)
- Tick: this happens at every tick (price update)
- Trade: this happens when there's some trade action
- Chart: this happens when there's some user input on the chart
- Deinit: this happens when the EA is removed from the chart