Martingale with OSMA

/** * The strategy employs a modified Martingale system in making the bets i.e. orders: * - if the order is in losses then the next order's amount is doubled. * - if the order is in profit then the next order's amount gets reset to starting amount. * The order direction is decided with Ichimoku indicator - trades USDJPY in a four hours chart. * If for somewhat reason the order gets cancelled, it gets resubmitted with the same data. */
Version: Date: Status: Description:
1.1 07.04.2016 Not running  Download
1.0 01.04.2016 Executed /** * The strategy employs a modified Martingale system in making the bets i.e. orders: * - if the order is in losses then the next order's amount is doubled. * - if the order is in profit then the next order's amount gets reset to starting amount. * The order direction is decided with Ichimoku indicator - trades USDJPY in a four hours chart. * If for somewhat reason the order gets cancelled, it gets resubmitted with the same data. */  Download
orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)