Search results

  1. T

    where are we going next week?

    Will someone else vote please or give me his opinion? This poll is expiring tomorrow.
  2. T

    where are we going next week?

    Please vote for the poll as well. I saw your thread. I see fundamental reasons for your being long. I am short, based on vix, and candlestick figures of friday.
  3. T

    where are we going next week?

    On the week starting on March 1st, are the stock indices going to go up or down? What do you think and why?
  4. T

    A few reasons why I am shorting this bounce

    The pc ratio is at 0.72. I have devised a stop&reverse system on daily timeframe that, optimized on most stock indices, says to go long with the pc ratio at > 0.7 and short at < 0.6. It's not much, but it's one more indicator that says to go short, besides the extreme levels of vix, and the...
  5. T

    easylanguage question

    Thank you very much.
  6. T

    easylanguage question

    I am working on a system on Italian data. I want to tell the system to not trade on a day that is an American holiday. How do I say it, please? Then I also want to tell it to not trade on 3rd fridays.
  7. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    Well, thanks for helping me at least. I can take criticism from someone who's helping me.
  8. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    For abogdan, I solved the problem. It had to do with the stop & reverse nature of my system.
  9. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    Oh yeah, I found what you were referring to, and it's a meaningless detail, that is why it escaped me, besides the fact that you never explained what you were referring to. If you read all the posts in this thread you would know that what you superficially noticed on my first post is a...
  10. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    You have a funny way of helping me, by writing 3 posts to say there is something "obviously" wrong with my code, but still refusing to state it clearly.
  11. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    Hey, everything is clear in your post, except what is pretty obviously missing from my code. Please, tell me how I should write my final code. How exactly should I write it in easylanguage to make it work?
  12. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    Yes, you are right (about your first post). I could send you the system privately, to show you what it doesn't do. I will do that. To summarize the problem, "it doesn't work" means it doesn't wait 100 bars to trade. Say it gets a profit of > 400 from a short trade, well, immediately after...
  13. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    Hm, I am sure you know plenty, but I don't understand how they are different, especially since the results I get are exactly the same. I will explain it in plain English, even though that is what I have done until now. Should I quote what I wrote or write it all over again? I'll write it...
  14. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    Thank you, but this code you just gave me returns identical results as the previous one I was using, and it makes sense logically that it would. However, thanks and please suggest me something else. This code here: (Positionprofit(1) < c * Pr_Profit) or (Positionprofit(1) >= c *...
  15. T

    Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100

    If Positionprofit(1) < 400 or marketposition(1) = 1 or barssinceexit(1) > 100 Then...(trade long) This should be the code to say to my system to only trade long if one of these three conditions happen. Either the profit of the previous trade was less than 400 points, or the previous...
  16. T

    Easylanguage question

    I found another way, the other didn't actually work for various reasons (my data is on a 5-min timeframe): Positionprofit(1) < c * Pr_Profit or barssinceexit(1) > Bars_to_wait
  17. T

    Easylanguage question

    Thank you very much. I am using "positionprofit" as you suggested, but I seem to have found a way to make it work like this, at least as far as my first question is concerned: PositionProfit(1) < 1000 or (Date - ExitDate(1)) >= 1
  18. T

    Easylanguage question

    How do I tell the system "Don't trade for one day after a trade returning a profit > x" and "No long trades after a short trade returning a profit > x"? Thank you.
  19. T

    nasdaq intraday data

    Thank god, Jove gave me the answer.
  20. T

    Rina software - opinions

    Thank you very much for this information.
Back
Top