the best way to ask how to create a strategy
if u wanna make Strategy based indicator but u dont know how to using EA RB MoI, u can Ask in groub topic >>> https://t.me/RB_ReadBot/31778 <<< ,
but your request must be really clear..
Here are some examples
1. Logic = the indicator you use
---------Opening (Entry Signal)---------
........................................
---------Closing (Exit Signal)---------
........................................
2. if a new signal appears.
---------if the signal is the same---------
........................................
---------if the signal is different---------
........................................
3. - Lot Size
---------the size of the initial Lot and subsequent Lots---------
........................................
4. Protection/ Additional StopLoss
---------how the EA will close the order other than the Indicator---------
........................................
if any part is not needed, no need to fill.
Example Asking for this Strategy
1. Logic
Opening (Entry Signal)
Open a new long position or add to an existing position at the beginning of the bar when the following logic condition is satisfied:
- Moving Averages Crossover* (Close, Simple, Simple, 13, 21, 0, 0); Fast MA crosses Slow MA upward.
Open a new short position or add to an existing position at the beginning of the bar when the following logic condition is satisfied:
- Moving Averages Crossover* (Close, Simple, Simple, 13, 21, 0, 0); Fast MA crosses Slow MA downward.
Closing (Exit Signal)
Close an existing long position at the end of the bar when the following logic condition is satisfied:
- RSI (Smoothed, Close, 14) crosses the Level 30 upward.
Close an existing short position at the end of the bar when the following logic condition is satisfied:
- RSI (Smoothed, Close, 14) crosses the Level 70 downward.
2. if a new signal appears.
if the signal is the same:
- Add to the position no matter if it is at a profit or loss.
if the signal is different:
- Close All order and make New Order based New Signal
3. Lot Size
Always trade a constant number of lots.
- Opening of a new position - 0.01 lots.
- Adding to a position - 0.01 lots. , (u can ask for multiply or adding lot)
4. Protection/ Additional StopLoss
- CloseAll when Amount is $5 profit , or $5 loss.
- Use trailing Stop by Amount .....
Komentar
Posting Komentar