Recent content by Rajatheroyal

  1. R

    Problem in giving stoporders in EL coding

    HI guys now its working.I just gave time>1000 and time < 1530{start and end time of our market} before giving orders:p
  2. R

    Problem in giving stoporders in EL coding

    thanks.But if i move the end line then it will only execute the next bar , but i want it to be executed throughout the day when that high or low is crossed.:(
  3. R

    Problem in giving stoporders in EL coding

    Hi i guys, in easy language if i give a stop order for intraday then it gets filled the next day if its not achieved that day.How to solve this problem? I mean if i give order like vars:hi(0),lo(0); if time=1000 then{calculating high and low of the 10 am bar} hi=high; lo=low; end...
  4. R

    How to refer daily bar value in intradaychart?

    Thanks Logic now its working.
  5. R

    How to refer daily bar value in intradaychart?

    Hi guys,I am trying to refer daily value in an intraday chart can anybody hlep me how to do it? for example i want refer the average of rsi of last 10 days in the intraday chart. can anybody tell me how to get it in EL suppose i give average(rsi(close,14),10) in the intraday chart it get the...
  6. R

    How to limit max no of traders EL code

    Thank you TrueStory for ur kind help.
  7. R

    How to limit max no of traders EL code

    Nobody replied:( .Anyways i found it myself we have to put a condition " maxentries < 3" when giving orders.
  8. R

    How to limit max no of traders EL code

    Hi guys i coded one intraday strategy (i am new bie in coding ) i found that if i reduce the number of trades per day the strategy will perform better.Can anybody tell me how to code to limit the maximum number of traders per day in EL. say for eg. i dont want to take more than 3 signals per day.
  9. R

    KING KELTER system code

    Thanks bill ,its just giving the first signal and it was it giving even before changing "tomorrow"to" next bar".
  10. R

    KING KELTER system code

    Hi guys , i was reading building winning trading sytems with tradestationbook there a code is given for King Kelter system but the code is not working can any body tell me why? {King Keltner by George Pruitt?based on trading system presented by Chester Keltner} Inputs: avgLength(40)...
Back
Top