Need help Jforex strategy code !!!

Discussion in 'App Development' started by chomaxa, Nov 11, 2015.

  1. chomaxa

    chomaxa

    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: https://www.dukascopy.com/wiki/files/SimpleTpSlStrategy.java
    I want to modify this strategy, because it opens prices in the same price for example: When order is open in 0.004 price and it reaches stop loss new order is opening in the same 0.004 price. Here is the code section where this price is set:
    @Configurable("Amount")
    public double amount = 0.004
    If you downloaded full strategy, please someone tell me how to add price list for this current strategy to let it open orders in different prices, I want only this and nothing else