Skip to content

northis/ew_impulse_ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cTrader bots & indicators

Can be easily connected to your cTrader terminal.

  1. Build the project you need.
  2. Get the indicator or bot /bin/Release/net6.0/<bot_project_name>.algo.
  3. Place it to /cAlgo/Sources/Indicators or /cAlgo/Sources/Robots.
  4. Find it in cTrader and connect to a chart/backtesting/real trading
  5. ???
  6. PROFIT!

Price Action patterns

  • indicator PriceActionIndicator.csproj

    Indicator in work

Gartley patterns + MACD divergences (bot & indicator)

  • indicator GartleyFinderIndicator.csproj

    Indicator in work

  • bot GartleySignalerBot.csproj

Elliott Wave Impulse Trading System (bot & indicator)

Setup principle is to find an initial impulse (wave 1 or wave A) and trade the next wave from the pullback.

Setup

  • indicator ImpulseFinderIndicator.csproj

    Indicator in work

  • bot ImpulseSignalerBot.csproj

    Bot in work

Signals checker bot & indicator

  • indicator SignalsCheckIndicator.csproj

    Indicator in work

  • bot SignalCheckerBot.csproj

    Bot in work

Rate-based bot

  • bot RateSignalerBot.csproj

    Bot in work

Telegram reporting

Bot in work

About

Elliott Wave trading system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published