Termos de Referência
I would need a simple Trading Bot to fulfill a seasonality strategy. It buys an instrument at a set time and then sells it again at a later
weekday and time. It has an extra option which is the up/downtick rule which optimizes the entry and exit e.g. by only buying after a certain
sequence of upticks (so not to buy into a downrush). The exit can occur in two partial exits, both time-based. There is an emergency stop loss
active. The EA should also send notifications on trade entry and exit.
EA Settings.
=======
- Strategy name
- Entry Direction (Buy or sell)
- Up/Downticks active
(activate the below rule; it is valid for both entry and exit)
- Up/Downticks necessary (the EA should only buy after this designated number of up/downticks occurs to prevent buying in a downtrend or
selling in an uptrend)
- Stop Loss fixed size
- Entry at a certain weekday (e.g. Monday)
- Entry at a set time in 24h format (e.g. 13:00 server
time)
- Entry size in lots
- Partial or full exit (in case of full exit the values from exit1 are taken)
- Exit1 at a
certain weekday (e.g. Tuesday)
- Exit1 at a set time in 24h format (e.g. 13:00 server time)
- Exit1 size in lots
- Exit2 at a certain weekday (e.g.
Wednesday)
- Exit2 at a set time in 24h format (e.g. 13:00 server time)
- Exit2 size in lots
- Notification status for Entry
(Email, Push notification or both)
- Notification status for Exits (Email, Push notification or both)
- Set font color of the onscreen display
-
Time offset to get my local time (GMT+2, for display purposes)
Notification Entry
=============
Contains the following (each bullet is one line)
- ENTRY [Strategy
name] ([Instrument symbol])
- [x lots] [BUY/SELL] at [Local Entry time]
- [Price]
Notification Exit
=============
- EXIT [FULL
or 1/2] [Strategy name] ([Instrument symbol])
- [x lots] [BUY/SELL] at [Local Exit time]
- [Price] | [P/L]
Onscreen Display
================
The
EA Display on the chart should show (each bullet is one line):
- Is the EA active or not active
- Local time (calculated with server time + offset)
- Up/Downticks status and the
number that is set
- Entry Weekday / Time / Size
- Exit1 Weekday / Time / Size
- Exit2 Weekday / Time / Size
- Stop Loss
-
Notification Status for Entry and Exit
Trade display
=============
Please draw a up / down arrow above or below the bar that the instrument has ist entry and exit.