Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirbyte/ema-cross-entry
⬇️DOWNLOAD cBot Algo⬇️
https://github.com/mirbyte/ema-cross-entry
cbot ctrader trading-bot
Last synced: 7 days ago
JSON representation
⬇️DOWNLOAD cBot Algo⬇️
- Host: GitHub
- URL: https://github.com/mirbyte/ema-cross-entry
- Owner: mirbyte
- License: mit
- Created: 2024-02-03T21:07:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T22:02:19.000Z (8 months ago)
- Last Synced: 2024-03-31T22:29:26.199Z (8 months ago)
- Topics: cbot, ctrader, trading-bot
- Language: C#
- Homepage: https://ctrader.com/algos/cbots/show/3917
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EMA-Cross-Entry cBot
Sophisticated EMA crossover cBot. Below is a list of key components:### Moving Averages Setup:
EMA1: Acts as a signal line.
EMA2: Used for entry.
### Volume Management:
Volume: Adjust position size.
Multiplier Type: Specifies whether to use volume multipliers after wins or losses. It can be set only to "win" or “loss”.
Volume multiplier: “1” to turn off multiplier as you may have guessed.
### Position Protection:
StopLoss
TakeProfit
Trailing Stoploss
### Trading Logic:
Checks for EMA crossovers and executes trades accordingly.
The algorithm includes logic to prevent multiple trades within a short time using the hasTraded flag.
The SetTrailingStop method is used to implement a trailing stop feature for both long and short positions.
### Disclaimer:
Trading algorithms involve risk, and this script should be thoroughly tested in a simulated environment before using it in a live trading scenario. Users should understand the parameters and logic to adapt them to their risk tolerance and market conditions. **I take no responsibility for your losses.**![ema cross entry](https://github.com/mirbyte/cBot-EMA-Cross-Entry/assets/83219244/7617add5-dbd8-42fe-8abd-1349364dbc12)
![parameters](https://github.com/mirbyte/cBot-EMA-Cross-Entry/assets/83219244/7bcba0ed-de92-459b-93ce-c7fd391d61a6)_I prioritize updates on the cTrader website._