McGinley Dynamic
Forums › ProRealTime English forum › ProBuilder support › McGinley Dynamic
- This topic has 19 replies, 6 voices, and was last updated 4 years ago by LYMN.
-
-
05/10/2017 at 2:48 PM #35071
Hi Nicolas.
Its possible to have McGinley Dynamic in prorealtime indicators?
Thanks…and great work!
Carlos
05/10/2017 at 3:29 PM #35079Mine
12345678910111213141516// MD - McGinley Dynamic// --- parametersSeries = CustomClose// Period = 20// Lambda = 0.5 // {0.5..9}// ---IF BarIndex < 3 THENMD = SeriesELSEPow = (Series / MD[1]) * (Series / MD[1]) * (Series / MD[1]) * (Series / MD[1])MD = MD[1] + (Series - MD[1]) / ((Period * Pow) / 2)ENDIFRETURN MD05/10/2017 at 6:45 PM #35112Lorenzo thanks. I tried but apears: “syntax error the following variable is undefined: period
05/10/2017 at 8:17 PM #3511705/10/2017 at 8:21 PM #3511805/10/2017 at 9:40 PM #35131I add the variable and it works!
Thanks Lorenzo!
02/26/2020 at 5:08 PM #120591BonjourJ’ai essayé de télécharger cet indicater (McGinley Dynamic) mais je ne sais comment fairemon mac n’arrive pas à ouvrir le lien ci-dessusMerci de m’assister à telecharger cet indicateurHello
I tried to download this indicater (McGinley Dynamic) but I don’t know how to do it
my mac can’t open the link above
Please help me download this indicator
02/26/2020 at 5:26 PM #12059202/26/2020 at 5:33 PM #12059402/26/2020 at 6:01 PM #120595You have 2 options: download the file and import it into your platform, following this easy tutorial: How to import and export codes from ProRealTime platform?
or copy/paste the above code into a new indicator into your platform.
02/27/2020 at 12:52 AM #12062302/27/2020 at 1:32 AM #120625You wanted to know if McGinley Dynamic was available, we found it and gave you any info about it.
You asked us how to download it, we told you how to.
Can you Copy & Paste it from the second post above? If you can’t even do that, well… guess what?
02/27/2020 at 1:58 AM #120627Sir
apparently you did not understand anything, despite you are very kind to follow upSir !!
I copied the Code text !! of the indicator – displayed at the top
but where should i paste it ???The other solution that you kindly proposed to me and the ITF file attached to it ……. I asked or should I download it to my mac ???
because no file extension in my mac accepts it so that I can import it into the platform ???
That’s the whole story
Thank you as same for your professional remarks
02/27/2020 at 5:53 AM #120635https://www.prorealcode.com/topic/mcginley-dynamic/#post-120623https://www.prorealcode.com/topic/mcginley-dynamic/#post-120595
Sorry for the wrong link.
edited
02/27/2020 at 8:03 AM #120639I think your problems are nothing to do with the level of free help and assistance being offered by people on this site – I think your problems are a little closer to home. 🙂
Did you ever consider clicking on ‘Help’? If you did then you will find a link described as ‘How to import and export codes from ProRealTime platform’ which will take you to a page with nice simple pictures and even a video showing you how to do it. Nicolas actually already told you this.
I’ll provide a link just in case you struggle with finding ‘Help’.
https://www.prorealcode.com/import-export-prorealtime-code-platform/
1 user thanked author for this post.
-
AuthorPosts