Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

johnnydaymon

Members
  • Content Count

    144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by johnnydaymon

  1. Gann was ahead of his time . Good stuff I hear he's trading with TRO now! LOL Tunneling for pips Grab that Tro Tunneling radar screen indicator and start tunneling for Bitcoin!
  2. Use your creativity to mix indicators. Added a vwap , fibonacci & keltner to the paint the town red.
  3. Tro has one for TS, ! It's called SHME Dynamic SR . If you can't find it here go to Kreslik.com and look for TRO Indicators
  4. From Johnr@ts , might be what your looking for . Set beginning and ending dates and run a High and low pivot indicator? Or code your self a rectangle based on the begin and ending dates . Maybe a zig zag with rectangles . A picture of the amazing stratman jammin Zigzag with rectangles. If it makes you see your business that's what you need. Ok there 2013! plotting vertical lines at specific dates and times into the future.txt
  5. johnnydaymon

    TS Help

    Hope this helps aaa 20130520221647LRCHAN.zip 20130508192440IndicatorLRChan.txt 20100809000235FunctionJurikATR.txt 20130520221642LRCHAN.ELD
  6. Close Not tested or compiled!, needs some cleaning up work! Compare MQ4 numbers and match them to Tradestation then repost corrected code if need be! Using elsystem; inputs: int Len(14); variables: double rsx(0), double f90(0), double f0(0), double f88(0), double f8(0), double f18(0), double f20(0), double f10(0), double v8(0), double f28(0), double f30(0), double vC(0), double f38(0), double f40(0), double v10(0), double f48(0), double f50(0), double v14(0), double f58(0), double f60(0), double v18(0), double f68(0), double f70(0), double v1C(0), double f78(0), double f80(0), double v20(0), double v4(0); IF f90 = 0.0 THEN BEGIN f90 = 1.0; f0 = 0.0; IF Len - 1 >= 5 THEN f88 = Len - 1.0 ELSE f88 = 5.0; f8 = 100.0 * ((High + Low + Close) / 3); f18 = 3.0 / (Len + 2.0){WARNING:Possible division by zero}; f20 = 1.0 - f18; END ELSE BEGIN IF f88 <= f90 THEN f90 = f88 + 1 ELSE f90 = f90 + 1; f10 = f8; f8 = 100.0 * ((High + Low + Close) / 3); v8 = f8 - f10; f28 = f20 * f28 + f18 * v8; f30 = f18 * f28 + f20 * f30; vC = f28 * 1.5 - f30 * 0.5; f38 = f20 * f38 + f18 * vC; f40 = f18 * f38 + f20 * f40; v10 = f38 * 1.5 - f40 * 0.5; f48 = f20 * f48 + f18 * v10; f50 = f18 * f48 + f20 * f50; v14 = f48 * 1.5 - f50 * 0.5; f58 = f20 * f58 + f18 * AbsValue(v8); f60 = f18 * f58 + f20 * f60; v18 = f58 * 1.5 - f60 * 0.5; f68 = f20 * f68 + f18 * v18; f70 = f18 * f68 + f20 * f70; v1C = f68 * 1.5 - f70 * 0.5; f78 = f20 * f78 + f18 * v1C; f80 = f18 * f78 + f20 * f80; v20 = f78 * 1.5 - f80 * 0.5; IF (f88 >= f90) AND (f8 <> f10) THEN f0 = 1.0; IF (f88 = f90) AND (f0 = 0.0) THEN f90 = 0.0; END; IF (f88 < f90) AND (v20 > 0_0000000001) THEN BEGIN v4 = (v14 / v20{WARNING:Possible division by zero} + 1.0) * 50.0; IF v4 > 100.0 THEN v4 = 100.0; IF v4 < 0.0 THEN v4 = 0.0; END ELSE v4 = 50.0; rsx = v4; Plot1(rsx,"rsx"); Plot2(70,"level1"); Plot3(30,"level2"); Plot4(50,"level3");
  7. I changed my mind after testing! Use Walters VMA Rainbow but change the colors to green up red down. Next use it with a 25 tick chart with 1-200 format window. Al were trying to do is gauge the market like "Macgyver" Time and sales and boom you have something!BluRays CCI_VMA1 in subgraph too or whatever! HFT,dark pools,market makers are hiding the big orders. However the price still reacts like pac man . The Hook came up with a time sales setting for >=5 and >=100 time and sales .I added the extra generic Tradestation time and sales as well. Better than the splitter I think!, you be the judge. The >=100 catches a few Large teenies so look out! Here is a picture from 3-15 18 on the ESM18. Markets are close so need live date to makes these T&S roll (only 2 T&S shown here)! For the chart I added Scalper buy sell Paint Bar found on this site! I added MA'S directional Found on this site by Robert. Set color to darkgreen and dark . You can also just run BlowFish's splitter between a time sales and 25 tick too. You got to feel it whatever works for you!You need to use whatever helps you make the right decision . Post your ideas and help TRO "drain the banks" Send me the check! gone! red
  8. Consolidation is where the Market Makers are! Sucking you up to toss you around the wrong way. It still takes some technical analysis on your part . That is to pick the right direction to trade . Stay out if you can or have some good market timing . confluence = a merging or flowing together Use CCI-VMA1 on this website by BlueRay . If your screen background preference is black, You have to go in the code and change the color black to something else. You won't see the black sideways lose your money confluence . I use a yellow for caution but that's your preference. Bottom of the screen pictures is the indicator
  9. I think it's here mate!, Steps ; Right click on chart screen ,Format Analysis Techniques, select your indicator,select format,under general tab
  10. But you can't read brother !,this is the coding forum! Learning How to Calculate Profit is Important By ALGER, August 23, 2015 in Coding Forum Your advice should be posted in anther forum! Pips,teeny value,price change all the same. You should have gave us an example because your here now! The percentage change of the Quote Currency relative to the Base Currency is Percent Change=(V1−V2)|V2|×100Percent Change=(V1−V2)|V2|×100 The percentage change of the Base Currency relative to the Quote Currency is Percent Change=(V2−V1)|V1|×100
  11. inputs: Use_BE_and_TrailingStop_0_1 (1), ___BE___ ("Break Even"), _Ticks_to_Trigger_BE_Stop (" Ticks_to_Trigger_BE_Stop "), Floor_Amount_Ticks (8), Breakeven_Comission_Ticks (2) , ___Trailing_Stop___ ("Trailing Stop "), TrailEnablePips( 15), TrailAmount_Pips( 50) ;
  12. inputs: Use_BE_and_TrailingStop_0_1 (1), ___BE___ ("Break Even"), _Ticks_to_Trigger_BE_Stop (" Ticks_to_Trigger_BE_Stop "), Floor_Amount_Ticks (8), Breakeven_Comission_Ticks (2) , ___Trailing_Stop___ ("Trailing Stop "), TrailEnablePips( 15), TrailAmount_Pips( 50) ;
  13. What Platform are you using?
  14. Use the code box to eliminate syntax errors! Where is your picture of this indicator? Do a search!,Elliot wave has been posted already!
  15. Show a picture! https://www.dodacharts.com/2011/featured/doda-bollinger-bands-indicator-for-metatrader4/ Your better off using Walters Rainbow-vma ribbon!
  16. Tams has done that already HH LL With Lines! Do a search Perhaps you might be looking for the _TRO_OHMLC Do A Search A snippet of something else might be ; If Avg > Avg[1] and High > HH and high <> high[1] and low > Avg and SmCount < Max_Num_SM then begin If Avg < Avg[1] and Low < LL and low <> low[1] and high < Avg and SmCount < Max_Num_SM then begin Perhaps you might be looking for the _TRO_HHLL Do A Search
  17. Their are tons of free indicators and code out there for this . Ws and SPP indicator saved in TS 9.5 (3071) 20131206195610TRADABLE SYMBOLS V 5_1 BUILD 26 FOR TS 8.1.ELD STOCK PAIRS PICKING.ELD StocksPairsPicking-2.tsw
  18. Marsalla Marceau is no longer using Tradestation and the indicator is a work in progress. The Butterfly indicator seems to be as well. However there both worth having but I like to watch Tams's in a 30 minute chart. surinotes sells an abc indicator worth having however you wouldn't be able to see the code! Most of the harmonic code logic seems to be well guarded . However some information is out there to kick start your efforts! I would add a PRZ zone and fib zone to Tams's and Marsalla's indicator and go from there. May I add that Patterns are not the holy grail.Patterns work and they fail as well! MQ4 indicator and pdf down below . PRZ Backtesting with Harmonic Pattern Plus_v1.0.pdf Harmonic.indicator.zip
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.