This is a discussion on John Ehlers Toolbox within the Trading tools forums, part of the Trading Forum category; Originally Posted by newdigital This is CycleGenerator_v4 script from this post How to use it : Yes, I use it, ...
Change FileName in the setting/input from !VarFreg to !Cycles and you will get !Cycles
I have no idea why it is working on historical data only. I think - Igorad may reply.
===============
Do not make overquoting (do not quote previous post if reply) because your posts are going to moderation because of that.
and read this post about how to upload the images on the forum : - how to upload the images to the forum - see this post.
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
I am overwhelmed by the number of indicators posted on this thread and all for free!. it's really wonderful. Thanks to all the contributors especially igorad and newdigital and please keep up the good work
NaijaTrader
how to install script and how to use it learn me step by step
@lion
Try Google or check this out Advanced Guide To MetaTrader 4 - Scripts | Investopedia
Thank you guys for all your help.
Hi,
Please take a look at the MT5 versions of the SwamiAroon indicator.
Attachment 3925Code:input int VisualMode = 0; //Visual Mode:0-original,1-trend,2-trend & pullback input int StartLength = 6; input int EndLength = 60; input int SampleLength = 14; //SampleLength(0-off) input int Smooth = 5; //Smoothing Period input color UpTrendColor = Lime; input color DnTrendColor = Red; input color FlatColor = Yellow; input string UniqueName = "SwamiAroon"; input int ScaleMode = 1; //Scale Mode: 0-J.Ehlers,1-0...100 input int SwamiBars = 100;
Regards,
Igor
Bookmarks