NexusFi: Find Your Edge


Home Menu

 





Rotation / Swing Indicator Similar to FT71?


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one amoeba with 30 posts (43 thanks)
    2. looks_two DebayanSen with 20 posts (1 thanks)
    3. looks_3 fxsystematic with 7 posts (1 thanks)
    4. looks_4 ziggy123 with 5 posts (2 thanks)
      Best Posters
    1. looks_one amoeba with 1.4 thanks per post
    2. looks_two pep17 with 0.5 thanks per post
    3. looks_3 ziggy123 with 0.4 thanks per post
    4. looks_4 pingpong with 0.3 thanks per post
    1. trending_up 45,226 views
    2. thumb_up 55 thanks given
    3. group 44 followers
    1. forum 93 posts
    2. attach_file 18 attachments




 
Search this Thread

Rotation / Swing Indicator Similar to FT71?

  #71 (permalink)
DebayanSen
Kolkata India
 
Posts: 29 since Apr 2019
Thanks Given: 0
Thanks Received: 9


fxsystematic View Post
Try this now. It works on my side.

PS. Put the original indicator outside ninjatrader in separate folder.

Yup ! It works great . Thanks a lot bro . So you can code? Or you just edited?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
 
  #72 (permalink)
 fxsystematic 
Warszawa Poland
 
Experience: Intermediate
Platform: NT,8 MT5
Broker: FXCM
Trading: FX
Posts: 21 since May 2019
Thanks Given: 16
Thanks Received: 18


DebayanSen View Post
Yup ! It works great . Thanks a lot bro . So you can code? Or you just edited?

You welcome. I only edited. Now i delete the post with attachment so to keep the thread clean.

Reply With Quote
  #73 (permalink)
DebayanSen
Kolkata India
 
Posts: 29 since Apr 2019
Thanks Given: 0
Thanks Received: 9



fxsystematic View Post
You welcome. I only edited. Now i delete the post with attachment so to keep the thread clean.

Even though it had been working with 90 percentile , I would like to tell you that I made a very silly observation. Its 90 percentile and its not sigma as we know it. Its the cumulative probability that 90% of all observations fall below this value. 95 won't mean 2 sigma...it implies 95percentile. Rotation such high is rare. Better to stick with 90 percentile

Reply With Quote
  #74 (permalink)
 
cejstrup's Avatar
 cejstrup 
Denmark
 
Experience: Intermediate
Platform: NinjaTrader
Trading: CL
Posts: 98 since Jan 2014
Thanks Given: 1,183
Thanks Received: 160


Ratdog View Post
I am not sure if anyone has been doing this yet or not, but I do not use this as a counter trend tool. I actually use this as a "continuuation of trend" tool.

I have 4 very hard rules I follow and if you'd like to help me build it into a strategy please send me a message!

Thank you,

I've messaged you, would like to hear more

To succeed in trading you need to think like the minority ,so you won't end up like the majority
Reply With Quote
  #75 (permalink)
Semifaded
San Francisco Ca/USA
 
Posts: 10 since Jan 2018
Thanks Given: 0
Thanks Received: 3


amoeba View Post
@DebayanSen

Not sure if this is exactly what you are after but I have another indicator that uses fractals to calculate the rotations then bins the rotation lengths to calculate 1st & 2nd SD's.



It has two inputs, number of bars included in the fractal pivot & minimum ticks between H's & L's.

I believe FT used 5bar fractals to calculate his rotations. (this could have changed)


@amoeba

I just stumbled upon this indicator and it is great. Thank you.

Is there a way to filter this by hour of day. For example, the last 30 days I want to know rotation lengths from 6:30-8:30pst and the lengths from 8:30-10:30 pst..... I know the rotations are a larger in the morning, then they're smaller midday, and large again in the evening. It would be good to be able to make adjustments for different times of the day.

Reply With Quote
  #76 (permalink)
 
amoeba's Avatar
 amoeba 
Sydney, NSW, Australia
 
Experience: Intermediate
Platform: Sierra Chart, Python, C#
Broker: Interactive Brokers
Trading: MJNK, ASX, SPI
Posts: 205 since Jan 2014
Thanks Given: 98
Thanks Received: 284


Semifaded View Post
@amoeba

I just stumbled upon this indicator and it is great. Thank you.

Is there a way to filter this by hour of day. For example, the last 30 days I want to know rotation lengths from 6:30-8:30pst and the lengths from 8:30-10:30 pst..... I know the rotations are a larger in the morning, then they're smaller midday, and large again in the evening. It would be good to be able to make adjustments for different times of the day.

I will see what can be done

Reply With Quote
  #77 (permalink)
 SpeculatorSeth   is a Vendor
 
Posts: 780 since Apr 2016
Thanks Given: 22
Thanks Received: 1,018


Semifaded View Post
@amoeba

I just stumbled upon this indicator and it is great. Thank you.

Is there a way to filter this by hour of day. For example, the last 30 days I want to know rotation lengths from 6:30-8:30pst and the lengths from 8:30-10:30 pst..... I know the rotations are a larger in the morning, then they're smaller midday, and large again in the evening. It would be good to be able to make adjustments for different times of the day.

In ninjatrader just run the indicators with different session templates.

Reply With Quote
  #78 (permalink)
Semifaded
San Francisco Ca/USA
 
Posts: 10 since Jan 2018
Thanks Given: 0
Thanks Received: 3


TWDsje View Post
In ninjatrader just run the indicators with different session templates.

The templates are based on the RTH or ETH sessions. I do not see how you can run a data series for just one hour a day. Unless I'm missing something?

Reply With Quote
  #79 (permalink)
 
amoeba's Avatar
 amoeba 
Sydney, NSW, Australia
 
Experience: Intermediate
Platform: Sierra Chart, Python, C#
Broker: Interactive Brokers
Trading: MJNK, ASX, SPI
Posts: 205 since Jan 2014
Thanks Given: 98
Thanks Received: 284


TWDsje View Post
In ninjatrader just run the indicators with different session templates.

This should work, the code only uses Bars.IsFirstBarOfSession, so if you create sessions of varying times it will only compute the SD's of fractals inside those times.

Reply With Quote
  #80 (permalink)
Semifaded
San Francisco Ca/USA
 
Posts: 10 since Jan 2018
Thanks Given: 0
Thanks Received: 3



amoeba View Post
This should work, the code only uses Bars.IsFirstBarOfSession, so if you create sessions of varying times it will only compute the SD's of fractals inside those times.

Unfortunately, you can't select a session time like 10-12 est. The sessions you can select are RTH or ETH.

Reply With Quote




Last Updated on March 8, 2022


© 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