NexusFi: Find Your Edge


Home Menu

 





Anyone knows about Voodoo Lines from Simpler Trading?


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one srgtroy with 4 posts (7 thanks)
    2. looks_two Rrrracer with 4 posts (6 thanks)
    3. looks_3 cory with 3 posts (4 thanks)
    4. looks_4 toughtrades with 2 posts (0 thanks)
      Best Posters
    1. looks_one Grantx with 4 thanks per post
    2. looks_two srgtroy with 1.8 thanks per post
    3. looks_3 Rrrracer with 1.5 thanks per post
    4. looks_4 cory with 1.3 thanks per post
    1. trending_up 11,853 views
    2. thumb_up 24 thanks given
    3. group 7 followers
    1. forum 18 posts
    2. attach_file 3 attachments




 
Search this Thread

Anyone knows about Voodoo Lines from Simpler Trading?

  #11 (permalink)
 
srgtroy's Avatar
 srgtroy 
Los Angeles, California Republic
Legendary  R.I.P. 1965-2023 
 
Experience: None
Platform: Sierra Chart
Broker: CQG
Trading: ES
Posts: 1,928 since Jan 2011
Thanks Given: 1,375
Thanks Received: 3,722


Rrrracer View Post
OK... for the micro scalpers and HTF guys, we shall put fibs inside of fibs... AND (wait for it!)... FIBS inside of FIBS inside of FIBS ad effing infinitum! Hey man, the markets are fractal in nature... lol...

You're gonna end up in the fibatorium...right next to me!

R.I.P. Roy Goldberg (srgtroy), 1965-2023.
Please visit [url="https://nexusfi.com/off-topic/60226-srgtroy-r-i-p-brotha.html[/url] for more information.
Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
Quant vue
Trading Reviews and Vendors
 
  #12 (permalink)
 
Rrrracer's Avatar
 Rrrracer 
On the road
Webinar Host
Trading Nomad
 
Experience: Intermediate
Platform: TradingView
Broker: Oanda
Trading: FX
Posts: 2,512 since Feb 2017
Thanks Given: 17,582
Thanks Received: 9,752


srgtroy View Post
You're gonna end up in the fibatorium...right next to me!


Oh man, I like them.. when they work lol...

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #13 (permalink)
 Grantx 
Reading UK
Legendary no drama Llama
 
Experience: None
Posts: 1,787 since Oct 2016
Thanks Given: 2,826
Thanks Received: 5,059



Rrrracer View Post
OK... for the micro scalpers and HTF guys, we shall put fibs inside of fibs... AND (wait for it!)... FIBS inside of FIBS inside of FIBS ad effing infinitum! Hey man, the markets are fractal in nature... lol...

Lol sounds like the tracebuster buster BUSTER. Remember this line:


Quoting 
This motherfucking Tracebuster will keep that motherfucker from tracing our shit. Know what I say?
It can also trace the motherfucker that's tracing your shit!
What if they got a Tracebuster, too?
That's why I've got this Tracebuster Buster.
When a motherfucker try to bust your trace with a Tracebuster... this will bust the motherfucking tracebuster that's busting your trace.


Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #14 (permalink)
 Sant 
United States + World
 
Experience: Advanced
Platform: IB TWS
Broker: IB
Trading: Bonds, Stocks, Futures, Options
Posts: 20 since Nov 2018
Thanks Given: 184
Thanks Received: 23


Rrrracer View Post
OK... for the micro scalpers and HTF guys, we shall put fibs inside of fibs... AND (wait for it!)... FIBS inside of FIBS inside of FIBS ad effing infinitum! Hey man, the markets are fractal in nature... lol...

Oh... !

The Markets Are Fractal In Nature... Is That A FIB or KNOT.......

Great Topic and Posts you guys... all of it was interesting and it also made me chuckle...

Sir Edge...

Reply With Quote
  #15 (permalink)
marco2004
London
 
Posts: 1 since Sep 2019
Thanks Given: 1
Thanks Received: 0

Hi Cory, I was looking at your code for the voodoo lines. In the example, could you please tell me what does ELow and EHigh represent? Where do you get the values 666.4 and 1220.1 for these variables? Thanks.



cory View Post
with this much lines, you should get many hits, the good news you can calculate them yourself
once ELow = 666.4
once EHigh = 1220.1
// Number of levels 1-3
levels = 3

// Fire lines
if levels >= 1 then
once F1 = Elow
once F2 = Ehigh
once F3= (Ehigh-Elow)*0.618 + Ehigh
once F4 = (Ehigh-Elow)*1.618 + Ehigh
once F5 = (Ehigh-Elow)*3.236 + Ehigh
endif

//Three lines
if levels >= 2 then
once T1 = F1 + (F2-F1)*0.382
once T2 = F1 + (F2-F1)*0.618
once T3 = F2 + (F3-F2)*0.382
once T4 = F2 + (F3-F2)*0.618
once T5 = F3 + (F4-F3)*0.382
once T6 = F3 + (F4-F3)*0.618
once T7 = F4 + (F5-F4)*0.382
once T8 = F4 + (F5-F4)*0.618
endif

//Snow lines
if levels >= 3 then
once S1 = F1 + (T1-F1)*0.382
once S2 = F1 + (T1-F1)*0.618
once S3 = T1 + (T2-T1)*0.382
once S4 = T1 + (T2-T1)*0.618
once S5 = T2 + (F2-T2)*0.382
once S6 = T2 + (F2-T2)*0.618
once S7 = F2 + (T3-F2)*0.382
once S8 = F2 + (T3-F2)*0.618
once S9 = T3 + (T4-T3)*0.382
once S10 = T3 + (T4-T3)*0.618
once S11 = T4 + (F3-T4)*0.382
once S12 = T4 + (F3-T4)*0.618
once S13 = F3 + (T5-F3)*0.382
once S14 = F3 + (T5-F3)*0.618
once S15 = T5 + (T6-T5)*0.382
once S16 = T5 + (T6-T5)*0.618
once S17 = T6 + (F4-T6)*0.382
once S18 = T6 + (F4-T6)*0.618
once S19 = F4 + (T7-F4)*0.382
once S20 = F4 + (T7-F4)*0.618
once S21 = T7 + (T8-T7)*0.382
once S22 = T7 + (T8-T7)*0.618
once S23 = T8 + (F5-T8)*0.382
once S24 = T8 + (F5-T8)*0.618
endif


Reply With Quote
  #16 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


marco2004 View Post
Hi Cory, I was looking at your code for the voodoo lines. In the example, could you please tell me what does ELow and EHigh represent? Where do you get the values 666.4 and 1220.1 for these variables? Thanks.

I just copied them from internet,my guess; those number were from session high and low. You can replace them with yesterday high and low or monthly high and low and see what you get.

Reply With Quote
Thanked by:
  #17 (permalink)
clockwork71
Columbus
 
Posts: 14 since Mar 2017
Thanks Given: 0
Thanks Received: 15

To be honest, it seems as if 1000 for any indicator is asking a lot. I mean - if it is worth that, then why sell it? Sometimes, you have to use Occam's Razor.

Reply With Quote
Thanked by:
  #18 (permalink)
azmaester
Baltimore MD
 
Posts: 4 since Feb 2021
Thanks Given: 1
Thanks Received: 0

This is great I’m using this calculation to make a TOS script. There is now a thing called skylines. Which is a section after the snow lines. Any idea what that calculation might be if we were to go down another layer into this? Thanks for your help!

Reply With Quote
  #19 (permalink)
azmaester
Baltimore MD
 
Posts: 4 since Feb 2021
Thanks Given: 1
Thanks Received: 0


cory View Post
with this much lines, you should get many hits, the good news you can calculate them yourself

once ELow = 666.4

once EHigh = 1220.1

// Number of levels 1-3

levels = 3



// Fire lines

if levels >= 1 then

once F1 = Elow

once F2 = Ehigh

once F3= (Ehigh-Elow)*0.618 + Ehigh

once F4 = (Ehigh-Elow)*1.618 + Ehigh

once F5 = (Ehigh-Elow)*3.236 + Ehigh

endif



//Three lines

if levels >= 2 then

once T1 = F1 + (F2-F1)*0.382

once T2 = F1 + (F2-F1)*0.618

once T3 = F2 + (F3-F2)*0.382

once T4 = F2 + (F3-F2)*0.618

once T5 = F3 + (F4-F3)*0.382

once T6 = F3 + (F4-F3)*0.618

once T7 = F4 + (F5-F4)*0.382

once T8 = F4 + (F5-F4)*0.618

endif



//Snow lines

if levels >= 3 then

once S1 = F1 + (T1-F1)*0.382

once S2 = F1 + (T1-F1)*0.618

once S3 = T1 + (T2-T1)*0.382

once S4 = T1 + (T2-T1)*0.618

once S5 = T2 + (F2-T2)*0.382

once S6 = T2 + (F2-T2)*0.618

once S7 = F2 + (T3-F2)*0.382

once S8 = F2 + (T3-F2)*0.618

once S9 = T3 + (T4-T3)*0.382

once S10 = T3 + (T4-T3)*0.618

once S11 = T4 + (F3-T4)*0.382

once S12 = T4 + (F3-T4)*0.618

once S13 = F3 + (T5-F3)*0.382

once S14 = F3 + (T5-F3)*0.618

once S15 = T5 + (T6-T5)*0.382

once S16 = T5 + (T6-T5)*0.618

once S17 = T6 + (F4-T6)*0.382

once S18 = T6 + (F4-T6)*0.618

once S19 = F4 + (T7-F4)*0.382

once S20 = F4 + (T7-F4)*0.618

once S21 = T7 + (T8-T7)*0.382

once S22 = T7 + (T8-T7)*0.618

once S23 = T8 + (F5-T8)*0.382

once S24 = T8 + (F5-T8)*0.618

endif



This is great I’m using this calculation to make a TOS script. There is now a thing called skylines. Which is a section after the snow lines. Any idea what that calculation might be if we were to go down another layer into this? Thanks for your help!

Reply With Quote




Last Updated on February 5, 2021


© 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