RandomGambler

RandomGambler strategy is cross over of choosing (almost) random Order Command (between BUY and SELL) and martingale system. This naive system is constrained by taking profit at 10 pips and stop-loss at 10 pips. Each order is doubled if the last trade had a loss. # 1.2 version updates the strategy to pick Order Command randomly between 4 options - 2 hardcoded and 2 from Indicators (So it's only close to random now).
バージョン: 日付: ステータス: 記述:
4 05.10.2020 Comp. error With new updates, picks signal from indicator, also adds rudamental money managment  ダウンロード
1.2 02.09.2020 Not running Updates version  ダウンロード
1.1 02.09.2020 Executed # Adds trend following logic to strategy - short EMA signal and hybrid SMA signals. Picks one signal to trade at random # Adds check for spread - it should be lesss than 2 to trade. # Refactors a buch of code  ダウンロード
1.1 23.05.2020 Not running Random gambler strategy is cross over of choosing random Order Command (between BUY and SELL) and martingale system. This naive system is constrained by taking profit at 15 pips and stop-loss at 10 pips. Each order is doubled if the last trade was had a loss.  ダウンロード
もしくはコメントを残す


(どの点を追加変更したのかについて簡潔な説明)

(例: 1.1, beta, alpha)