NexusFi: Find Your Edge


Home Menu

 





Looking for likeminded people to share strategy ideas


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Burtoninlondon with 5 posts (4 thanks)
    2. looks_two kazbek966 with 3 posts (0 thanks)
    3. looks_3 trendisyourfriend with 1 posts (0 thanks)
    4. looks_4 bobwest with 1 posts (1 thanks)
    1. trending_up 1,505 views
    2. thumb_up 6 thanks given
    3. group 15 followers
    1. forum 16 posts
    2. attach_file 0 attachments




 
 

Looking for likeminded people to share strategy ideas

 
Burtoninlondon
London, UK
 
Posts: 9 since Jul 2021
Thanks Given: 0
Thanks Received: 4

Hello,

I have been developing algorithms for about the last 2 years. I've seen success with some, others have been flat out losers and the remainder have floated in and out of profitability depending on the overall market context.

I'm at the stage where I'm trying to diversify my portfolio so that I can spread my risk by increasing the number of uncorrelated algos. To achieve this I thought I'd reach out to this community as I want to connect with likeminded people who would be willing to share profitable algo strategy ideas. If you have a profitable automated strategy you'd be willing to share then I'd be willing to share one of mine. I currently have 12 profitable operational algos (I'm happy to share their performance) and I'm only interested in intraday algos.

If this is something you'd be interested in then please let me know.

Neil

Thanked by:

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
NexusFi Journal Challenge - May 2024
Feedback and Announcements
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
41 thanks
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
 
 aliraz14 
Atlanta, Ga
 
Experience: Intermediate
Platform: NT
Trading: NQ
Posts: 2 since Apr 2023
Thanks Given: 3
Thanks Received: 1

Count me in! Thanks

Thanked by:
 
Philippe56140
Rennes, France
 
Posts: 11 since Dec 2021
Thanks Given: 0
Thanks Received: 2


I'm in too !

 
Burtoninlondon
London, UK
 
Posts: 9 since Jul 2021
Thanks Given: 0
Thanks Received: 4

Excellent...what trading methodologies have you seen most success with?

I have tried using indicators to generate signals but have not found a combination which works consistently so my better strategies tend to be simpler and use price action as the signal.

Having said that I do use a handful of volume related indicators (volume, vwap, volume moving average, etc.) and Laguerre RSI for momentum.

Thanked by:
 
 
tradevelopers's Avatar
 tradevelopers   is a Vendor
 
Posts: 45 since Jan 2013
Thanks Given: 3
Thanks Received: 23

I have been developing algorithms privately for 12 years and I understand the frustration and success of the platform but I feel that by putting ideas together we can do great things

Follow me on Twitter
 
 kazbek966 
Turku , Finland
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 74 since Oct 2021
Thanks Given: 9
Thanks Received: 20

I am also quite active in exploring algotrading space. Though they are all explicitly linked to renko bar based charts based on momentum derivatives of VWAP, Volume and so on. Most profitable by far MNQ . Though I am still looking for best ways to implement additional signal filtering using combination of trend, momentum and Volume. Will be happy to discuss further.

 
Burtoninlondon
London, UK
 
Posts: 9 since Jul 2021
Thanks Given: 0
Thanks Received: 4


kazbek966 View Post
Though they are all explicitly linked to renko bar based charts based on momentum derivatives of VWAP, Volume and so on. Most profitable by far MNQ.

have you used renko bars on a live account in an algo or only on a sim account? I haven't spent too much time on renko bars but I've found that much like Heiken Ashi bars, renko bars give weird results on a live account....perhaps it's down to the size of the bar almost acting like slippage? I'd love to add a renko strategy to my portfolio.

 
 kazbek966 
Turku , Finland
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 74 since Oct 2021
Thanks Given: 9
Thanks Received: 20


Burtoninlondon View Post
have you used renko bars on a live account in an algo or only on a sim account? I haven't spent too much time on renko bars but I've found that much like Heiken Ashi bars, renko bars give weird results on a live account....perhaps it's down to the size of the bar almost acting like slippage? I'd love to add a renko strategy to my portfolio.

I guess the actual question is about backtesting and potential discrepancies between NT8 backtest on historical data and actual strategy performance. All my strategies are “backtested “ in dynamic replay mode on 3-9 months time frames. So there is no issue with strange behaviour. Behaviour observed in market replay mode is paralleled by live account and vice versa. But indeed one of the most challenging issues is picking right size of renko bar. Last Friday was a bit abnormal as all sizes performed well :-). I have tried HeikenAshi as well but nothing beats Renkos.

Are you comfortable with coding in NT8 ? For now I am using StrategyBuilder , though it does have its own limitations and I have a couple of clear ideas on how to further improve strategy performance, but a bit of help with coding will help.

 
Burtoninlondon
London, UK
 
Posts: 9 since Jul 2021
Thanks Given: 0
Thanks Received: 4


kazbek966 View Post
I guess the actual question is about backtesting and potential discrepancies between NT8 backtest on historical data and actual strategy performance. All my strategies are “backtested “ in dynamic replay mode on 3-9 months time frames. So there is no issue with strange behaviour. Behaviour observed in market replay mode is paralleled by live account and vice versa. But indeed one of the most challenging issues is picking right size of renko bar. Last Friday was a bit abnormal as all sizes performed well :-). I have tried HeikenAshi as well but nothing beats Renkos.

Are you comfortable with coding in NT8 ? For now I am using StrategyBuilder , though it does have its own limitations and I have a couple of clear ideas on how to further improve strategy performance, but a bit of help with coding will help.

Yes, you are correct...the issue is with the automated NT8 backtesting tool, I fumbled my language in my response.

I am comfortable coding in NinjaScript, to a reasonable level, and I have coded renko strategies before. I'm happy to help you out on this one to take it from Strategy Builder into something more? I'll send you a DM.

 
 kazbek966 
Turku , Finland
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 74 since Oct 2021
Thanks Given: 9
Thanks Received: 20



Burtoninlondon View Post
Yes, you are correct...the issue is with the automated NT8 backtesting tool, I fumbled my language in my response.

I am comfortable coding in NinjaScript, to a reasonable level, and I have coded renko strategies before. I'm happy to help you out on this one to take it from Strategy Builder into something more? I'll send you a DM.

As a rule I try to keep my strategies as simple as possible . For now they do perform , but to take them to a next level would require incorporating couple of other higher level Renko series, and incorporate single trade, and overall daily loss limits which would account both realized and unrealized losses.

Thats where majority of losses happening , actually . I will send you detailed Excell files with all parameters of strategy performance and you can judge it by yourself.


 



Last Updated on September 30, 2023


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts