I share this simple strategy with the forum. i put spread 9 against the spread of 7 at 2 am. has been running on the demo for months with positive results. if you come up with something to improve it, contact me. Thank you
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
Defparam cumulateorders = false DEFPARAM PreLoadBars = 100000000 n = 0.50 PERIODO= TIME=020000 if longonmarket then sell at CLOSE-(CLOSE*0.010) STOP //0.012 ENDIF IF SHORTONMARKET THEN EXITSHORT AT CLOSE+(CLOSE*0.0081) STOP //0.0077 ENDIF // STOP LOSS & TAKE PROFIT (%) SL = 0.815 //0.85 TP = 7 //7 //MARGINE = 300 // LONGS & SHORTS : every day except Fridays // entre StartTime et EndTime if PERIODO and dayOfWeek <> 5 AND CLOSE[4]<OPEN[4] AND abs(CLOSE[4]-OPEN[4])>10 then //12 buy n shares at CLOSE+(CLOSE*0.000001) limit //0.000003 endif if PERIODO and dayOfWeek <> 5 AND CLOSE[4]>OPEN[4] AND abs(CLOSE[4]-OPEN[4])>10.50 then SELLSHORT n shares AT CLOSE+(CLOSE*0.00003) limit //0.00003 endif // Stop Loss & Take Profit set stop %loss SL set target %profit TP // Exit Time |
Share this
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 :PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials
very interesting. I run it in demo. Didi you already run it in real mode?
Ciao si, lo lanciato sul reale ma non da molto tempo. ti farò sapere…
Hello, indeed very good backtest!
Could you tell me what is the approximate amount of overnight charges for 0.5 lot on japan 225 1$? given the amount of the spread, the costs can reduce this excellent performance.
thanks for sharing