Page 27 of 34 FirstFirst ... 17 25 26 27 28 29 ... LastLast
Results 261 to 270 of 338
Like Tree79Likes

AllAverages

This is a discussion on AllAverages within the Trading tools forums, part of the Trading Forum category; Hi, Please check out the updated AllAverages indicators with the new set of prices for MT4 and MT5. Regards, Igor...

      
   
  1. #261
    igorad
    Guest
    Hi,

    Please check out the updated AllAverages indicators with the new set of prices for MT4 and MT5.


    AllAverages-allaverages_v4.5.jpg


    Regards,
    Igor
    Eris, baraozemo and Pulse like this.

  2. #262
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Hi Igor,

    Can you please add VWAP(Volume Weighted Average Price), if possible.

    Regards,
    Jag

  3. #263
    igorad
    Guest
    Quote Originally Posted by jagadish123 View Post
    Hi Igor,

    Can you please add VWAP(Volume Weighted Average Price), if possible.

    Regards,
    Jag
    Hi Jag,

    Please use the VWMA instead of VWAP because their formulas are the same.

    Regards,
    Igor

  4. #264
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Thanks Igor.

    Quote Originally Posted by igorad View Post
    Hi Jag,

    Please use the VWMA instead of VWAP because their formulas are the same.

    Regards,
    Igor

  5. #265
    igorad
    Guest
    Hi,

    Please check out the updated AllAverages with the new 3 MAs:

    • EWMA - Exponential Weighted Moving Average
    • DsEMA - Double Smoothed EMA
    • TsEMA - Triple Smoothed EMA



    AllAverages-allaverages_v4.6.jpg


    Regards,
    Igor

  6. #266
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Thanks Igor.

    Quote Originally Posted by igorad View Post
    Hi,

    Please check out the updated AllAverages with the new 3 MAs:

    • EWMA - Exponential Weighted Moving Average
    • DsEMA - Double Smoothed EMA
    • TsEMA - Triple Smoothed EMA



    Click image for larger version. 

Name:	AllAverages_v4.6.jpg 
Views:	378 
Size:	70.8 KB 
ID:	32662


    Regards,
    Igor

  7. #267
    igorad
    Guest
    Hi,

    Please check out the updated AllAverages indicator for MT5.


    AllAverages-allaverages_v4.6-mt5.jpg


    Regards,
    Igor

  8. #268
    Junior Member
    Join Date
    Oct 2018
    Posts
    1
    Hi Igor, i wanted to ask here again. This is your Metastock formula for Arnaud Legoux MA, how can we use this for taking buy-sell signals on explorer & system tester on Metastock.
    I would appreciate it if you could help me with the lines to add to the formula.


    sigma:=Input("Sigma",0.5,10,6);
    offset:=Input("Offset",0,1,0.85);
    w0:= Exp(-Power(0-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w1:= Exp(-Power(1-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w2:= Exp(-Power(2-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w3:= Exp(-Power(3-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w4:= Exp(-Power(4-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w5:= Exp(-Power(5-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w6:= Exp(-Power(6-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w7:= Exp(-Power(7-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    w8:= Exp(-Power(8-ROUND(offset*8-0.5),2)/(2*Power(9/sigma,2)));
    s0:= w0*Ref(C,-8);
    s1:= w1*Ref(C,-7);
    s2:= w2*Ref(C,-6);
    s3:= w3*Ref(C,-5);
    s4:= w4*Ref(C,-4);
    s5:= w5*Ref(C,-3);
    s6:= w6*Ref(C,-2);
    s7:= w7*Ref(C,-1);
    alma:=If((w0+w1+w2+w3+w4+w5+w6+w7+w8)>0,(s0+s1+s2+ s3+s4+s5+s6+s7+w8*C)/(w0+w1+w2+w3+w4+w5+w6+w7+w8),C);
    alma

  9. #269
    igorad
    Guest
    Quote Originally Posted by Atiktuk View Post
    Hi Igor, i wanted to ask here again. This is your Metastock formula for Arnaud Legoux MA, how can we use this for taking buy-sell signals on explorer & system tester on Metastock.
    I would appreciate it if you could help me with the lines to add to the formula.

    Hi Atiktuk,

    Sorry but I can't help because I have not any experience in the Metastock strategies.


    Regards,
    Igor

  10. #270
    Member
    Join Date
    Jun 2015
    Posts
    71
    Quote Originally Posted by igorad View Post
    Hi,

    Please check out the updated AllAverages with the new 3 MAs:

    • EWMA - Exponential Weighted Moving Average
    • DsEMA - Double Smoothed EMA
    • TsEMA - Triple Smoothed EMA



    Click image for larger version. 

Name:	AllAverages_v4.6.jpg 
Views:	378 
Size:	70.8 KB 
ID:	32662


    Regards,
    Igor
    Hi Igor, What is "trendBiased" in the price settings? I would like to know what variable are used.

    Thank you

Page 27 of 34 FirstFirst ... 17 25 26 27 28 29 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •