Hello Blott,
[Opening Point of the Position]
Day Opening
Enter the market at the beginning of the day
Base price - Open
[Opening Logic Condition]
Day of Week
Enter the market between the specified days
From (incl.) - Monday
To (excl.) - Tuesday
[Opening Logic Condition]
Moving Average
The bar opens above the Moving Average
Smoothing method - Simple
Base price - Close
Period - 1
Shift - 0
Use previous bar value - Yes
[Closing Point of the Position]
Stop Limit
Exit at the Stop Loss or the Take Profit level
Stop Loss - -200
Take Profit - 300
This strategy does what you asked for.
1. [Opening Point of the Position] Day Opening - The strategy opens new position at the beginning of the day.
2. Day of Week This day is From (incl.) - Monday To (excl.) - Tuesday
3. The bar opens above the Moving Average (Simple, Close, 1) - the current bar open above the previous close. It measures the gap and rises buy signal when the gap is positive. (MA(1) and "Use previous bar value" is equal to the previous close price). Since we open a position on Monday morning only, the gap is between Monday Open and Friday Close.
If you want to open short after a positive gap and long after a negative gape, use:
[Opening Logic Condition]
Moving Average
The bar opens below the Moving Average
Smoothing method - Simple
Base price - Close
Period - 1
Shift - 0
Use previous bar value - Yes
4. The positions closes at SL = -200 pips or at TP = 300 pips.