Columbo DJ – 1m

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #147204 quote
    Matchsolo
    Participant
    Average

    Hello

    I’ve been running this code in demonstration mode for two months.
    The results are impressive.
    The idea is to take a position when the market is bullish and the MACD turns positive.
    I’m not a fan of martingal systems, but I have to admit that this code that handles position sizes works fine.
    The only limitation is the need to have a well-stocked portfolio to start.

    I ask for your help to consolidate the conditions to enter, by limiting only the positions taken in a bull market.

    5-Columbo-trading.itf
    #147552 quote
    Matchsolo
    Participant
    Average

    Nobody want to test it ???

    #147560 quote
    swedshare
    Participant
    Senior

    I suggest you post print screens of the result and equity curve to attract interest.

    #147561 quote
    Matchsolo
    Participant
    Average
    #147583 quote
    Matchsolo
    Participant
    Average

    Monte Carlo Simulation : need 50 KE capital

    Columbo2.jpg Columbo2.jpg
    #147832 quote
    MAKSIDE
    Participant
    Veteran

    it’s only a martingal system,.. one day it will take more..

    especially considering the number of contracts taken

    #147842 quote
    Nicolas
    Keymaster
    Master

    There is a contract size limitation in the code, but in the wrong place, you should move these lines right after the contract size calculation (after line 50):

    if n>64 then
     n=64
    endif

    Bear in mind, that code is read from top to bottom, then the orders are launched at next bar open.

    #147843 quote
    Nicolas
    Keymaster
    Master

    Sorry, before the line with the BUY instruction.

    #147872 quote
    Matchsolo
    Participant
    Average

    Thank you

    I will change it

    effectivly i don t like martingal system, but the result of this strategy is amazing…

    Maybe we could start with 0.2 contract and put the limit lowest

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.

Columbo DJ – 1m


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
Matchsolo @matchsolo Participant
Summary

This topic contains 8 replies,
has 4 voices, and was last updated by Matchsolo
5 years, 4 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 10/12/2020
Status: Active
Attachments: 4 files
Logo Logo
Loading...