Big Line Strategy

Big Line Strategy

a Big Line Strategy

Just played around with the idea to enter a trade around a big line because it could have more potential. I focussed on the DAX.

  • dax 5 minutes
  • 200k bars
  • spread 1
  • stoploss 1, trailing stop 1.5, profit target 2.5
  • trading times 9-18h
  • keeps positions overnight, but closes at Friday 18h

One extra criteria was needed and it looks back at high/low max 2 days

Included is a Big Line indicator which should be added to the price-chart. This makes sure you set the correct lines. The values can be used then in the strategy.

tip: in the price-chart, set settings on : vertical autoscaling; use price only

M=100 F=100 causes the DAX  to enter around the 100 lines if criteria are met.

If you set M=100 and F=50 it enters on the 50 lines. By adjusting it should be flexible for other markets. It’s not meant to optimise.

Optional is the Big Line Indicator EC for the price chart. It shows visually the extra criteria.

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. MARCO111 • 12/06/2017 #

    Hello, when I enter the code, it responds that I have to change the variables and the system does not start

  2. Ludde500 • 12/06/2017 #

    Dosen’t work “Modifiy your code for automatic trading”

  3. noisette • 12/06/2017 #

    Thank you Paul. We perhaps have try if it is more efficient with only 1 trade/day for each level.

  4. raphaelopilski • 12/06/2017 #

    there is a problem with the %trailing stop. Doesn´t work in ProOrder.

  5. Paul • 12/06/2017 #

    Please remove the parameters and set values M and F to 100 in this code.
    In the code add manually a trailing stop posted in the library. My purpose was for backtesting first.
    @noisette. Thnx for the idea! I will have a quick test. Right now it has too many trades, but it’s a good platform to build on.
    I have some ideas how to proceed to reduce those but more idea’s are welcome !
    ps. To get a complete result including January 2015. Set timeframe for i.e. 10 minutes and switch back to 5min. January is now included which makes long and short gains more equal and profitable.

  6. MARCO111 • 12/06/2017 #

    Hi Poul, it still does not work. Can you post the correct code again?

  7. Yannick • 12/06/2017 #

    Hello
    There is a mistake in trailing stop code, I think that this should fix the problem
    sl=1 // % stoploss
    ts=1.5 // % trailing stop
    pt=2.5 // % profit target
    tsconvert=ts*close/100

    // build-in exit
    SET STOP %LOSS sl
    SET STOP TRAILING tsconvert // trailing % doesn’t work , value must be written in points
    SET TARGET %PROFIT pt

    I will run in demo

  8. Paul • 12/06/2017 #

    About the trailing-stop the way it’s coded. That works for backtesting only, just look at the chart and the detailed rapport, tap “order list”. It says for some closed positions “trailing”.

  9. Jonny • 12/06/2017 #

    sorry paul, but system says that is not possible to put many stop order combined…what have to do?
    thanks

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+1 more likes

Related users ' posts
Fabio Anthony Terrenzio this strategy works only in a well defined trend
brosly Good afternoon I am trying to get the complete code of lex strategy made by adolfo since I s...
dreif123 hi Adolfo, is Alex Auto Trading Botindex working on DAX as well ? if so , can you post the...
hvluthy@sunrise.ch I'm very interested to try out your strategy, but as a bloody newbie I need some help regard...
Scalp Hola Adolfo, tengo una variante de tu estrategia, pero no se programar, me puedes ayudar al ...
ALZ Hi, I tested this strategy and that doesn't work.. strategy is losing.. Does anyone curr...
Nicolas Ahah, I'm not the author of this one :) I know you are a great coder Wilko, why don't you p...
Wilko Thanks for the flattery! I will, I promise.  /F
Nicolas Still don't have seen anything from your own :) You promised me! Ahaha 
Andres Uffff, I didn't adjust the different index spreads. With the heavy spread of Italy It's nega...
davidp13 Good day. I know this was posted such a long time ago, but I though rebuilding the system on...
davidp13 Also to note that the one position in my code does not close the other, which as far as I kn...
Dave Hi, I'm new to coding and have been trying to modify the code a little to backtest an idea I...
Nicolas Better use the forums for coding assistance please. You'll get more results there for sure.
Dave Apologies - only just learning the site layout. Maybe you could delete the post?
Nicolas FR/Bonjour Steftonio, non pas de frais overnight calculé sur la durée du backtest, c'est une...
avatar
Anonymous Any reason why in 2016 this system is doing very bad respect the previous years?
Nicolas "very bad" is relative to the account equity. I do not forward test this strategy since I po...

Top