Search results

  1. N

    new broker with a spread of ZER0 on all majors!!!!!!

    pls dont putmoney with these guys, there is a thread on this broker here which has a link to a discussion about how these guys ripped people of in Saudi Arabia and they also have a picture of the team.
  2. N

    new broker with a spread of ZER0 on all majors!!!!!!

    I dont think that is correct, this is the address i see on their webpage: Contact Address Profinum Ltd., 2nd Floor 145-157 St John Street London EC1V 4PY UK Fax: +44 20 77883407
  3. N

    Tradestation: a Basic Crossover Strategy

    i just have to disable it when volatility reaches a certain level and go manually, as i get a lot of whipsaws. Thats the next step, programming an algorithm that can mimick my thoughts during data releases.
  4. N

    Tradestation: a Basic Crossover Strategy

    Hey Anna, welcome..... Well the problem i had was very simple but everyone interpreted it differently making it much more difficult. I didnt solve the problem as the strategy still buys on the open of the next bar instead of the current bar. So what i did, since i was running it on a high...
  5. N

    Incubator Fund

    I am interested in hearing peoples experiences as well!!!
  6. N

    South African Rand (ZAR)

    try gft
  7. N

    Tradestaion fx qoutes

    I am using tradestation 8.1
  8. N

    Tradestaion fx qoutes

    I needed some info, i am sure this has been asked before but i have searched for a while with no luck. I have now programmed my trading strategy in Tradestation but i want to build a portfolio and i need more currencies, which tradestation does not have, could someone tell me how i could get...
  9. N

    Tradestation: a Basic Crossover Strategy

    This is the first option that i tried, but it still doesn't work when i run the strategy, thats why i thought that i needed to do something in the coding.
  10. N

    Tradestation: a Basic Crossover Strategy

    I am getting the error message "property is not recognized by easylanguage". It then highlights the "=" in the "[intrabarorderpersist=true]" statement. Do I need the intrabarorderpersist function for this to work? I have Tradestation 8.1 (bld 3066), if that is of any help to you.
  11. N

    Tradestation: a Basic Crossover Strategy

    When I type the "intrabarorderpersist = true" code into my strategy, I get an error message saying that the the program does not recognize the word intrabarorderpersist. Exactly how and where do I type the code to enable intrabar into my strategy? The poblem may be that I do not have the...
  12. N

    Tradestation: a Basic Crossover Strategy

    intrabarorderpersist = true. Could you explain how this works and can i fit it into my code or is there a dialogue box whereby i select this function....thanks
  13. N

    Tradestation: a Basic Crossover Strategy

    Okay lets assume......that the crossover can only occur at the start of a new candle stick and not anytime during the candlestick. How would i program this to buy at that start of that candlestick??
  14. N

    Tradestation: a Basic Crossover Strategy

    Come on guys....lets not loose perspective, this is a simple question, how do i get the tradestation code to allow me to buy as soon as the cross over occurs....even if it occurs 100 times on that same bar, i don't really care, i just want it to buy/sell as soon as the crossover occurs....thanks!!
  15. N

    Tradestation: a Basic Crossover Strategy

    i see what you are saying.........the my question is, ho do i get the code to buy as soon as the crossover occurs and not at the close of the bar or the next bar?....thanks
  16. N

    Tradestation: a Basic Crossover Strategy

    Thanks for the help. The code below is a good examle of my issue. Why can't i do this: if {condition} then buy {x} contracts this bar on open; The only options available in EL is: This bar on close, next bar at... Why can't i buy at the open of the bar where the crossover occurs...
  17. N

    Tradestation: a Basic Crossover Strategy

    Just to be clear.........when using candlesticks, the crossover will always occur when the next candle stick opens, therefore i would like tradestation to enter into the trade at the open of the bar where the crossover occurs. I am not looking to trade this yet, i am still backtesting it, so in...
  18. N

    Tradestation: a Basic Crossover Strategy

    I am hoping that someone could help, i have programmed a basic crossover strategy, but the easy language code, only buys and sells on the close of the bar where the crossover occured instead of on the open. This results in valuable points/profits been lossed. Does anyone have an idea if you...
Back
Top