need just the typed letter of the below screen shots Just mention screen shot 1 and type the exact program 1.Screen shot 1 (as shown below )

LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
5th Edition
ISBN:9781337569798
Author:ECKERT
Publisher:ECKERT
Chapter9: Managing Linux Processes
Section: Chapter Questions
Problem 6DE
icon
Related questions
Question
100%

I need just the typed letter of the below screen shots

Just mention screen shot 1 and type the exact program

1.Screen shot 1 (as shown below ) 

 

Note :

  • I posted it already still rejected , notepad program ,web desgin language ,
  • Skip if u can't type write fastly but don't reject 
  • I only need the typed letters no need of any execution of program .

Asap 

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozi
1la.org/MPL/2.0/
// o vishwajeetSharna
//ệversion-4
I/www.stockfinz.com
//Description-- This is trend based Buy/Sell indicator which is simple to use..
// Now the Question is: How to use this Indicator for maximum gain?
// If one is looking to buy the shares, then the green line should be above the red line and
long symbol must be generated over the graph.
// If one is looking to sell the shares, then the green line should be below the red line and
short symbol must be generated over the graph.
// This Indicator works best on 1min, 3min, 5min, 15min, charts.
// Avoid Trading based on this indicator if price is in range bound or less volatile....
// Draw trend line for more accuracy.
study(title-"Buy/Sell by StockFinz.com", overlay-true)
input (defval-close, title-"Source")
source -
Transcribed Image Text:// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozi 1la.org/MPL/2.0/ // o vishwajeetSharna //ệversion-4 I/www.stockfinz.com //Description-- This is trend based Buy/Sell indicator which is simple to use.. // Now the Question is: How to use this Indicator for maximum gain? // If one is looking to buy the shares, then the green line should be above the red line and long symbol must be generated over the graph. // If one is looking to sell the shares, then the green line should be below the red line and short symbol must be generated over the graph. // This Indicator works best on 1min, 3min, 5min, 15min, charts. // Avoid Trading based on this indicator if price is in range bound or less volatile.... // Draw trend line for more accuracy. study(title-"Buy/Sell by StockFinz.com", overlay-true) input (defval-close, title-"Source") source -
quickEMA - ema(close, 9)
plot (series-quickEMA, color-color.green, linewidth-2)
per - input (defval-27, minval-1, title-"Fast period")
ulti - input (defval-1.6, minval-0.1, title-"Fast range")
per2 - input (defval-55, minval-1, title-"slow period")
ult2 -
input (defval-2, minval-0.1, title-"slow range")
Smoothrng(x, t, ) ->
wper-t 2- 1
avrng - ema(abs (x - x[1]), t)
smoot hrng - ema (avrng, wper)
smoothrng
smrngl - smoothrng(source, per1, multi)
smrng2 - smoothrng(source, per2, mult2)
smrng - (smrng1 + sarng2) / 2
rngfilt(x, r) ->
rngfilt - x
rngfilt :- x > nz (rngfilt[1]) ? x -re nz(rngfilt[1]) ? nz(rngfilt[1]) : x -r :
x +r> nz(rngfilt(1]) ? nz(rngfilt[1]) : x+r
rngfilt
filt - rngfllt(source, srng)
upward- 0.0
upward :- filt > filt[1] ? nz(upward[1]) + 1: filt < filt(1] ? 0 : nz(upward[1])
downward - 0.e
downward :- filt < filt(1] ? nz(dowmward[1]) + 1 : filt > filt(1] ? @ : nz(dowTward[1])
hband- filt surng
Iband - filt- sarng
longCond - bool(na)
shortCond - bool(na)
longCond :- source > filt and source > source[1] akd upward > e or source > filt and source <
Transcribed Image Text:quickEMA - ema(close, 9) plot (series-quickEMA, color-color.green, linewidth-2) per - input (defval-27, minval-1, title-"Fast period") ulti - input (defval-1.6, minval-0.1, title-"Fast range") per2 - input (defval-55, minval-1, title-"slow period") ult2 - input (defval-2, minval-0.1, title-"slow range") Smoothrng(x, t, ) -> wper-t 2- 1 avrng - ema(abs (x - x[1]), t) smoot hrng - ema (avrng, wper) smoothrng smrngl - smoothrng(source, per1, multi) smrng2 - smoothrng(source, per2, mult2) smrng - (smrng1 + sarng2) / 2 rngfilt(x, r) -> rngfilt - x rngfilt :- x > nz (rngfilt[1]) ? x -re nz(rngfilt[1]) ? nz(rngfilt[1]) : x -r : x +r> nz(rngfilt(1]) ? nz(rngfilt[1]) : x+r rngfilt filt - rngfllt(source, srng) upward- 0.0 upward :- filt > filt[1] ? nz(upward[1]) + 1: filt < filt(1] ? 0 : nz(upward[1]) downward - 0.e downward :- filt < filt(1] ? nz(dowmward[1]) + 1 : filt > filt(1] ? @ : nz(dowTward[1]) hband- filt surng Iband - filt- sarng longCond - bool(na) shortCond - bool(na) longCond :- source > filt and source > source[1] akd upward > e or source > filt and source <
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Software products
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
Computer Science
ISBN:
9781337569798
Author:
ECKERT
Publisher:
CENGAGE L