Recent content by chomaxa

  1. C

    Need help Jforex strategy code !!!

    Hello everyone, I;m posting this question twice, and nobody answerd my question, I will try one more time and please someone help hwo knows programming. I'm learning java and downlaoded simple strategy from dukascopy forum, here is the link of strategy...
  2. C

    Need Help in my strategy !

    Thanks again 2rosy, I will try to add it, but if you know can you tell me where I have to add your answer in my code ?
  3. C

    Need Help in my strategy !

    I want to add price list which has to be open after last price reaches stop loss. for example 1)0.004 2)0.05 3)0.01 4)0.1 help me if someone knows how to add this to my code
  4. C

    Need Help in my strategy !

    I run it from Jforex=copy code to new strategy and then pres run. I want to add prices. for example when it opens 0.004 and reaches stop loss I want to add so that it can open new price for example in 0.01 and if that price reaches stop loss to open price in for example 0.05. I want to add...
  5. C

    Need Help in my strategy !

    2rosy thank you for answer, can you explain your answer ? or where I have to put that code to solve my problem. I'm new in java and learning it, please tell me more how to use this: SimpleTpSlStrategy t = new SimpleTpSlStrategy(); t.amount = .003;
  6. C

    Need Help in my strategy !

    Hello everyone, I need little help from you, I downloaded simple strategy from dukasckopy forum I need only one advice, it opens new orders when it reaches stop loss, but opens new orders in the same price forex example: 0.004 I will write strategy code and can someone tell me how to add some...
  7. C

    Jforex programming help !

    There was meny strategies sorry for so meny requests, if someone can please link me some strategies to see for example, there something wrong with dukascopy Jcloud can't download and can't log in for long time it thros me out in 10 minutes and I can't download good strategies, do someone have...
  8. C

    Jforex programming help !

    Ok thank you for help, I will post if something goes wrong
  9. C

    Jforex programming help !

    Yes, but I don't think someone could make same strategy that I want to do, I just only want to know this simple things: How to open position at market, how to add take profit, stop loss nothing else
  10. C

    Jforex programming help !

    Hello, I want to build simple strategy, but I don't know programming but I was watching videos and I know some very baic things about java. If it is possible can someone tell me few things how to do that in jforex platfrom in programming section: I want to know how to enter in code to open...
Back
Top