scalp helper tool -
1 2 3 4 ...

thread: scalp helper tool

  1. #11
    Junior Member IsraMx's Avatar
    5
    Another suggestion for the EA:

    - Option to make SL/TP based on the level - not the entry of the transaction.

    E.g. level is 100.00, so TP is 100.10 (regardless when the entry got 1 pip better or worse).

    Thanks once again for the fantastic job with this helpful EA.

  2. #12
    I believe I found another error (or it's the same one in a different format) UsdJpy 116.49 on 9/1/17 Trade opened at 116.481 (0.9 pips better) - went to profit Then price went back down to the level after about 10 mins - and EA took yet another transaction So basicallyit took the transaction again when level was re-visited after a couple of mins (see attached). I believe the EA checks if a degree has been invalidated (price came in 2 pips - went to goal ) - but doesn't check if degree was really touched and then went into the target. After price hits a degree and extends to...
    7.
    U need me to include additional check as follows:
    Whenever EA is restarted check if in the last level was crossed [within 30 last bars which now is a constant number of bars] and if positive,
    set a flag onto the degree pointing this degree was exchanged.

    Correct?

    Well im wondering should add it using a parameter or not.
    OK, lets put it on: todo list.



    Anyhow, just for today: Please remember that
    all levels are restarted whenever U restart EA.
    Therefore: if un restart this EA check if some of those levels was struck.
    And if positive eliminate its price or side by: setting price to 0 or setting its side to overlooking

  3. #13
    Another tip for your EA: - Option to generate SL/TP based on the amount - not the entry of the transaction. E.g. amount is 100.00, therefore TP is 100.10 (regardless when the entry got 1 pip better or worse). Thank you for the fantastic job on this helpful EA.
    Point 8,
    todo listing,
    parameter to be inserted

  4. #14
    Junior Member bexxopkf's Avatar
    1
    Januszo,
    I wonder if there's a template to use?
    I added Scalphelper2e to my 15min charts, Is it really is the correct timeframe?

    Rgds
    David

  5. #15
    Januszo, I wonder if there's a template to work with? I added Scalphelper2e to my charts, Is that is the timeframe? Rgds David
    Correct.
    I use it on 15min tf.
    Look.
    Use defaults.
    Assess if adverse be suits perfectly nicely, if no place 0.5 pip.
    Assess all params in descriptions above.

  6. #16
    Hi, there is another similar instrument here:
    https://www.cliqforex.com/trading-sy...mpossible.html

    new but after a time worth tryin.

    Maybe u get there what u miss this.

    It's well described, and named;gt;

  7. #17
    Now I want yet another point to todo list:

    9. When amount is to be started
    but price was appoarching in final

    _checkPriceSpeedWindowInMinutes=1 in minutes
    and sailed greater than
    _checkPriceSpeedMaxDistanceInPips=20 in pips

    then amount is flagged as analyzed but no transaction will be opened.


    Gosh, 9 points to implement. .

  8. #18
    JanuszoI wonder whether there is a template to use? I added Scalphelper2e to my 15min charts, Is that is the timeframe that is correct? Rgds David
    this is safe template.for e version.
    [appropriate risk to yr needs]

  9. #19
    Hi.
    Those 9 points at a pack made it complicated to provide
    without issues so for now there are:

    3 - Idea: instead of establishing Long/short for every degree, EA automatically tests: if the degree is below market - its a buy, also if above market: market
    new choice to open: auto_retrace - short when price is over degree and long when below.


    9 - quick move filter - factors as above description states

    10 -
    fixed non trading period: price is processed at a normal way [level is defined as traded if price spikes into a degree ]
    however no trade is opened.

    I got some pm that has been telling about turning off trading for 15 minutes before and following news

    u can take action by turning off and on take14 or take15 variable = ie assess yr server time and through expected nfp in 15.30
    set to false take15 variable = turn off opening a trade for one hour
    https://www.cliqforex.com/attachment...1963733071.ex4

  10. #20
    Defaults are slightly different than described in prev Article:
    _checkPriceSpeedWindowInMinutes=1;// check one minute bar with current bar to check price movement
    _checkPriceSpeedMaxDistanceInPips=13; // if price swept more than 13 pips in a previous checkPriceSpeedWindowInMinutes bars and current - do N't open a Transaction, but sign it as traded

  •