ProfitAlgos – Professional trader and coder
Forums › ProRealTime English forum › General trading discussions › ProfitAlgos – Professional trader and coder
- This topic has 162 replies, 17 voices, and was last updated 2 days ago by ProfitAlgos.
-
-
06/01/2022 at 12:58 PM #194430
WS2M live Result attached
Still free trial in marketplace: https://market.prorealcode.com/product/nordicalgos-ws-2m/
06/16/2022 at 9:23 AM #195387WS2M live Result attached
Still free trial in marketplace: https://market.prorealcode.com/product/nordicalgos-ws-2m/
An update will be coming soon where we change the StopLoss to 1%, as well as some minor adjustments.
We have also created the opportunity to subscribe on a 3-month or annual basis with discount.
06/19/2022 at 9:30 PM #195579New version of WS2M will be livetested from today.
Changelog:- SL1% (previous version: SL long 1.3% and SL short 1,7%)
- Minor adjustments
Backtest attached
Everyone who subscribes to WS2M will receive the update if it goes well.
Still free trial in marketplace: https://market.prorealcode.com/product/nordicalgos-ws-2m/
07/26/2022 at 1:10 PM #19795407/27/2022 at 10:05 AM #197982New version of WS3M
Changelog:- SL1% (previous version: SL 1.8%
- Minor adjustments
Backtest attached
Still free trial in marketplace: https://market.prorealcode.com/product/nordicalgos-ws-3m/
07/29/2022 at 10:36 AM #198067New Algo WS3M Short only- PA – WS3M V1.2 (Short only)
- Live results atteched (OOS) – 100% win since March 2022 (Size 1)
Free trial07/29/2022 at 12:00 PM #19807307/30/2022 at 11:10 AM #198119Hi Peter.
Dont know why but it soesnt show anny DD. See attached.07/30/2022 at 11:34 AM #198124I asked because to me it seems that it is possible that you have no (actively working) Stop in there. The DD in the equity curve would show that, but it would require a backtest (and then the EQ graph in the top of the chart). So not the DD from the executed trades, but the DD within the trades.
A DD from the executed (hence finished) trades does not exist in your case because of a lack of losing trades. 🙂I asked, not because I would be afraid of a too large in-trade DD but because a lacking (trigger of) Stop would imply “infinite” DD at some stage. And you would not want to sell that to people (who expect a 100% win, which btw would still be true).
07/30/2022 at 11:40 AM #198125Hi.
From what I have read from your posts Peter, u have a large knowledge of coding and trading.
I post the code here. I think thats the best explenation. U can also try the algo for free trial.https://market.prorealcode.com/product/nordicalgos-ws-3m/
NA - WSM3 - SHORT12345678910111213141516171819202122232425262728293031323334353637DEFPARAM CumulateOrders = FalsePositionSize=1 //1=1660 EURsl=1.8 //stoplosstimeframe(30 minutes, updateonclose)CS1, IGNORED, IGNORED, IGNORED, IGNORED = call "PA - WS3M INDICATOR V1.2 SHORT"timeframe(default)IGNORED, CS, TGS, MS, TRP = call "PA - WS3M INDICATOR V1.2 SHORT"If CS and CS1 thensellshort PositionSize CONTRACTS AT MARKETENDIFSET STOP %LOSS slatrtrail = averagetruerange[TRP]((close/10)*pipsize)/1000trailingstarts = round(atrtrail*TGS)if not onmarket or ((longonmarket and shortonmarket[1]) or (longonmarket[1] and shortonmarket)) thenmaxprice = 0minprice = closeexitprice = 0endifif shortonmarket thenminprice = min(minprice,close)if tradeprice(1)-minprice>=trailingstarts*pointsize thenif tradeprice(1)-minprice>=MS thenexitprice = minprice+trailingstarts*pointsizeelseexitprice = minprice + MS*pointsizeendifendifendifif onmarket and exitprice>0 thenexitshort at exitprice stopendif07/30/2022 at 12:21 PM #198126By misstake i add the link to wrong algo.
https://market.prorealcode.com/product/nordicalgos-ws-3m-short-only/
This link is to the code above WS3M Short only
07/30/2022 at 1:42 PM #198128hello, thank you for the free trial offer.
please confirm that is on real market.( not just a backtest).
07/30/2022 at 1:44 PM #198129sharp ratio and risk reward available?
07/30/2022 at 1:48 PM #198130Hi bertrandpinoy
If u look at the bottom of this picture u see its live:
https://www.prorealcode.com/wp-content/uploads/2022/07/1.2.jpg07/30/2022 at 1:50 PM #198132sharp ratio and risk reward available?
Not available from the liveresult as u can see here:
https://www.prorealcode.com/wp-content/uploads/2022/07/1.2-DD.jpgU can make a backtest by ur self in the free trial.
1 user thanked author for this post.
-
AuthorPosts