Search:

Type: Posts; User: zilliq

Search: Search took 0.00 seconds.

  1. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Hi Guys, Hope you're fine, Does one of you...

    Hi Guys,

    Hope you're fine,

    Does one of you (Igor probably), have the Easy Language Code of the NonlagMa because I would create it on prorealtime, but I haven't succeed yet with the MT4 code...
  2. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Hi jozo, I'm agree too. What is sad, is that...

    Hi jozo,

    I'm agree too.
    What is sad, is that there isn't a lot of good coder on PRT (3-4 in the world I think, with Hk-lisse was one of the best), who is for me a good plateform with some default...
  3. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    View Post

    power[1,bet)=bet
    power(2,bet)=betē=bet*bet
    power(3,bet)=bet^3=bet*bet*bet

    etc
  4. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    This PRT code calculates exactly an EMA (same...

    This PRT code calculates exactly an EMA (same period)

    Zilliq

    len = MAX(period,1)

    alpha=(2/(len+1))

    if barindex >2 then
  5. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    I was right, On a chart your T3 zillig=EMA but...

    I was right,

    On a chart your T3 zillig=EMA but with different period 10/4

    Thanks a lot

    I will see how we can adapt the Jsmooth. Semmes to be difficult...

    Zilliq
  6. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    When mine T3 Zilliq have perios =10 ,the normal...

    When mine T3 Zilliq have perios =10 ,the normal Prt Exponential Must have period =4 (period +5)/5-1 == 4.

    if period=10

    ((period+5)/5)-1=2 not 4 :o:

    I think I know where is the problem it...
  7. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Ok I will see First try to "adapt" Jsmooth...

    Ok I will see

    First try to "adapt" Jsmooth there is like a problem...

    //Inputs: Price(NumericSeries),
    //Period(NumericSimple),
    //Pow(NumericSimple),
    //Phase(NumericSimple),...
  8. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Gloups not the same with n=4 ///variable...

    Gloups not the same with n=4

    ///variable period = periode moyenne

    len = MAX((period + 5.0)/3.0-1,1)

    alpha=(2/(len+1))

    if barindex >2 then
  9. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Hi sohocol, Perhaps I haven't understand, but...

    Hi sohocol,

    Perhaps I haven't understand, but I thought you say that to calculate an EMA we can use this code, but as you see, in green your code, and in green and EMA (lengh of 10 for both), and...
  10. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Ok sohocool, I haven't well understand Power...

    Ok sohocool, I haven't well understand

    Power (5,3)=5^3

    I suppose

    Zilliq
  11. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Thanks a lot Sohocool :o: I will test it The...

    Thanks a lot Sohocool :o: I will test it

    The "correct" T3 works very well (code above) (needs higher length than "original" T3 )

    If you have an idea for the JSmooth, but I affraid it's not...
  12. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Ouch not present too on the Prorealtime plateform...

    Ouch not present too on the Prorealtime plateform

    Seems to be definitively difficult to code JSmooth on this plateform

    I will see how I can do

    Thanks a lot

    Zilliq
  13. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    OK, I understand for the EMA. In fact, you're...

    OK, I understand for the EMA. In fact, you're right. With Prorealtime we can't have decimal with the parameter

    For the option and the code I will see it when I come back at home (I'm at work)
    Can...
  14. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Thanks Igorad for your quick Answer I'm sorry,...

    Thanks Igorad for your quick Answer

    I'm sorry, I don't understand the second point with double value. can you explain differently please

    For the third point I don't see the code on tradestation...
  15. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    The code on Prorealtime would be: price=...

    The code on Prorealtime would be:

    price= customclose

    len = ((period + 5.0)/3)-1

    if len < 1 then
    len = 1
    endif
  16. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Thanks igorad, Just to be sure, you replace...

    Thanks igorad,

    Just to be sure, you replace period by
    len=((period+5)/3)-1 or len=(period+5)/(3-1) ? (I think it's the first answer, but just to be sure

    The code I use on prorealtime for the...
  17. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Hi Igorad, Plase can you post the formula of...

    Hi Igorad,

    Plase can you post the formula of the correct version of the T3 (mode 24) (not the original), because I would code it on prorealtime

    Thanks a lot and have a nice week-end

    Zilliq
  18. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Hi Igor, An idea for the next 3.2 version :...

    Hi Igor,

    An idea for the next 3.2 version : Add the nonlagMA 7.2 (you are the author right ?)

    Have a nice day

    Zilliq
  19. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Thanks newdigital, Do you think that all ssa...

    Thanks newdigital,

    Do you think that all ssa recalculating/repainting ?

    If so, it isn't necessary to include it in the next version

    Zilliq
  20. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Another idea for the next version, Do you...

    Another idea for the next version,

    Do you think it's possible to add the SSA of price in a NON repaint version based on this indy ?

    https://mon-partage.fr/f/qtRFdBfg/

    Thanks a lot Igor and...
  21. Thread: AllAverages

    by zilliq
    Replies
    337
    Views
    144,028

    Thanks igorad for this wonderful indicator, ...

    Thanks igorad for this wonderful indicator,

    For the 3.2 version do you think it will be possible to add a NonLagMA (v7.1)

    Thanks for your wonderful job too

    Regards

    Zilliq
Results 1 to 21 of 21