ZigZag Strategy

Strategies are published here.

Moderator: admin

Re: ZigZag Strategy

Postby kankatrader » Sat Oct 27, 2012 8:42 am

Hi,

is it possible, to add type of Signal: reversal for this Strategy?

Best Regards

Kankatrader
kankatrader
 
Posts: 38
Joined: Fri Jan 14, 2011 6:26 am

Re: ZigZag Strategy

Postby Apprentice » Sun Oct 28, 2012 4:23 am

Your request is added to the development list.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: ZigZag Strategy

Postby LeTigre30 » Thu Apr 25, 2013 6:24 am

Hello to All,

For those traders who like (as me) see all details on charts, to avoid click and click to retrieve the setted parameters in an Indicator or Strategy, I've modified the showing way of the Name of this strategy. In the group "Notification", you can choose if you want see the details or not :

ZZ_StrategyDetails.png


and the result if you have set "true" in the group Notification :

ZZ_StrategyChart.png


My next work will be to print in Red color in the name, if we have setted "true" for some printed details, as at this current time, I don't know how to do. If someone has an idea ... :)

Also, the next work will have an added .lua.rc file (if I have time).

ZZ_Strategy_02.lua
(16.6 KiB) Downloaded 1224 times
User avatar
LeTigre30
FXCodeBase: Initiate
 
Posts: 173
Joined: Sun Dec 19, 2010 5:10 am
Location: Nimes (France)

Re: ZigZag Strategy

Postby LeTigre30 » Sun May 05, 2013 6:07 pm

Hi to all who use this strategy,

I've observed a mismatch in the source code :
in the original source of ZZ_Strategy.lua, at line 171, the code is :

Code: Select all
if up1 ~= nil and up2 ~= nil and u3 ~= nil then
            break;
        end


as the variable u3 doesn't exist, I think that the command break is never executed, so the correction would be ?

Code: Select all
if up1 ~= nil and up2 ~= nil and up3 ~= nil then
            break;
        end

oddly, when the strategy is loaded in TS2, we receive no errors, same with the Indicore SDK in the strategy debugger.

Moreover, is someone can explain why Buy or Sell orders do not follow the displaying of the signals given by the indicator ZZ_Semafor (even with the same parameters)?

Thanks for replying,

Regards.
User avatar
LeTigre30
FXCodeBase: Initiate
 
Posts: 173
Joined: Sun Dec 19, 2010 5:10 am
Location: Nimes (France)

Re: ZigZag Strategy

Postby easytrading » Wed Jun 03, 2015 2:55 am

Alexander.Gettinger wrote:Zig&Zag indicator: viewtopic.php?f=17&t=20167


Apprentice , why i cannot access the above Zig&Zag indicator link provided by Alexander? could u fix it or provide another link ,please?
with many thanks.
easytrading
FXCodeBase: Initiate
 
Posts: 154
Joined: Thu Sep 11, 2014 5:23 pm


Re: ZigZag Strategy

Postby easytrading » Fri Jun 05, 2015 2:15 pm

still the same problem.first the link requirs me to log in to my forum account and then this message appears to me after log in ,"You are not authorised to read this forum".for that link ???
easytrading
FXCodeBase: Initiate
 
Posts: 154
Joined: Thu Sep 11, 2014 5:23 pm

Re: ZigZag Strategy

Postby Apprentice » Sun Jun 07, 2015 3:19 am

Oh now I see.
This one is on private section of the forum.
For now will not be available to the public.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: ZigZag Strategy

Postby jenniferFX888 » Wed Sep 23, 2015 8:23 pm

Hi LeTigre30,

At the Sound file can you give us an option to choose sound and browser the sound file.
http://screencast.com/t/YNzqKe2lR

Thank you,

jenni
jenniferFX888
 
Posts: 21
Joined: Sat Nov 15, 2014 4:39 am

Re: ZigZag Strategy

Postby Apprentice » Thu Sep 24, 2015 2:31 am

Capture.PNG

You can do it already.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

PreviousNext

Return to Custom Strategies

Who is online

Users browsing this forum: No registered users and 35 guests