Description
Strategy using ZigZag Indicator.
The zigzag is an Indicator that is usually used as a filter of small price momements.
/
KK
kkostaki
Joined on 24.08.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: ZigZagCycleBot.algo
- Rating: 1.25
- Installs: 9245
- Modified: 13/10/2021 09:54
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
BO
HI. So Who Have a new Full Version for this EA?
Please sent It works Source Code for me.
Thank you all ^0^
I try backtesting it on eurusd and eurcad H1 chart give good result.
Thanks Abdallah will try your setting.
AY
ZigzagCycleBot gives good results:
EURUSD, H1, 01/01/2014 to 29/06/2014, zzDepth = 12 StopLoss = 550 ZzDeviation = 5, ZzBackStep = 3, Volume = 100000
SC
Thanks, it is working now... Although not profitable in back testing.
Perhaps it needs some additional filters like only trade at certain times of the day, add a trailing stop etc...
Hi, I think you need to download it again. It works fine for me.
SC
Hi. I've built the ZigZag indicator and the ZigZag bot. Also removed the first reference line and added the right reference. However when I run the bot on a chart (or backtesting), I get the following error:
"Crashed in OnStart with ArgumentException; Incorrect parameters count. Parameter name:parameterValues"
Any idea what is going wrong please?
Great indicator BTW!
Please remove the first line: //#reference: ..\Indicators\ZigZag.algo
and add the reference by clicking on the button Add Reference next to build.
Bot doesn't work.
Build Failed: The type or namespace 'ZigZag' could not be found (are you missing a using directive or an assembly reference?)
Line 12: private ZigZag _zigZag;
I have the ZigZag indicator that you mentioned is required.
P.S: Don't the bots that are uploaded here go through a basic check to see if they atleast work before uploading them?
Please click on the link "How to Install" in the Robots section: /algos/robots for information.
AL
im new to algo, after download zigzag robot, where should i put it to ?
KK
Please download again. I added the zigzag.cs indicator, so you need to build that first and it should work.
TO
I'm having the same problem, it might help if you post in English. Do you have a solution now? I cant get any of the indicators i build to work with the robots because of this name not found issue
TR
bonjour
apres plusieurs essais d enregistrement
par coller copier ou downloab
le resultat est :"creation échouée"
error :
the type or namespace name'zigzag could not be found (are you missing a using directive or an assembly reference?)
l erreur est ici
private ZigZag_zigzag;
merci de votre comprehension
cordialement
TRADERMATRIX
Thanks for an awesome cbot.
Is it possible to implement a TakeProfit into this code?